is there a fomo bot?
the app has a follow button, not an autopilot. everything automatic on fomo is built on top of it, and there is exactly one reliable place to hook in.
the short answer: fomo does not ship an autopilot, and the follow button is not one.
following a trader gets you a notification when they open or close a position. you then decide, size and confirm the trade yourself. the discovery is automated and the alert is automated. the trade is not. everything genuinely automatic around fomo is built on top of the app rather than inside it.
why people want this specifically here
because the gap between the alert and your fill is unusually expensive on this platform.
we timed 29 first buys from one large fomo wallet. the median token was up 39% one minute after the leader's fill and 43% at fifteen minutes, then gave most of it back inside the hour. the split that made it interesting: the move was larger when the trader supplied less of that minute's volume, which is backwards for a price-impact story and exactly right for a notification-cascade one.
if the notification is what moves the price, then every follower acting on the notification is arriving into a move the notification created. speed is not an optimisation on that strategy — it is the strategy.
the api question
the app talks to something, as every app does. what there is not, as far as we can tell, is a documented public developer api with keys, terms of use and a rate-limit policy.
that distinction matters more than it sounds. building against undocumented internal endpoints means:
- they can change shape without notice, and your automation breaks quietly rather than loudly
- rate limits are undeclared, so you find them by hitting them
- you are relying on behaviour nobody promised you
for a dashboard that is an inconvenience. for something holding money, it is a bad foundation.
the hook that does not move: the chain
there is one interface fomo cannot silently change, because it does not own it. every fomo trade settles as an on-chain transaction, and the chain is a public, permanent, documented data source with no terms of service.
watching a trader on-chain means:
- you see the fill in the block, before any notification has been delivered to anyone
- nothing can be revoked — there is no api key to lose
- it is verifiable. the trade either happened on-chain or it did not
the cost is that you need the trader's address, which fomo does not publish. that is recoverable from public on-chain data — our wallet finder does it — and once you have it, the watcher has to cover every chain fomo routes across, because a single-chain watcher misses trades silently.
the four parts that are actually hard
detection is the part people build first and the part that matters least once it works. the rest:
- sizing. a leader opening $49,900 is not opening $49,900 for you. a flat ticket in your own money plus a hard cap that overrides it. never a percentage of theirs.
- exits. on a curve that peaks at fifteen minutes, the sell carries more of the outcome than the buy. any tool that mirrors entries and shrugs at exits has automated the losing half.
- first buys versus adds. the measured effect lives in tokens the wallet has never held. reacting identically to a top-up of a two-week-old position dilutes exactly the signal that carried the move.
- custody. the one that ends accounts. see below.
the question that separates the safe tools from the rest
does it want your private key, or a revocable allowance?
a bot holding your key can withdraw everything, at any time, and there is no reversal. a bot holding a trading allowance granted from your own wallet can trade in place and cannot withdraw, and you revoke it whenever you want.
this is not a spectrum. it is two categories of worst case: « bad trades » and « no funds ». the telegram bot category has a real history of the second kind of incident, which is worth reading about in the solana bots piece before handing anything a key.
and it is checkable on-chain rather than believable from a landing page — which is why vaulted holds positions in an erc-4626 vault contract rather than in anyone's wallet: you hold shares, you can redeem in-kind at any time, and there is no key to hand over. the worst thing we can do to you is trade badly.
next: the settings to decide before your first automated trade.
frequently asked
does fomo have an official api?
not a documented public one. there is no developer api with keys, terms and rate limits. building against whatever the app talks to internally means building on something that can change without notice, which is a poor foundation for anything holding money.
is fomo copy trading automatic?
no. following a trader on fomo means you receive a notification when they open or close a position and then decide whether to make the same trade yourself. the discovery and the alert are automated; the trade is not. that distinction is the entire reason automation tools exist around the app.
can a bot trade my fomo wallet without my private key?
yes, and this is the arrangement to insist on. because the wallet is self-custodial, you can grant a revocable trading allowance that lets a tool trade in place without any ability to withdraw. a bot that needs your private key can empty the wallet and you cannot take that back — those are different categories of risk, not different amounts.
what is the fastest way to copy a fomo trade?
detecting the fill on-chain, in the block it lands in, rather than waiting for a notification to be pushed, delivered and noticed. that is roughly a second versus anywhere from thirty seconds to a full night's sleep, and against a move that peaks around fifteen minutes it is most of the trade.
the bot exists. it is this one.
vaulted turns the fomo leaderboard into vaults: pooled capital that mirrors a trader, a clan or a curated basket in the same block, with sizing, liquidity and drawdown limits enforced on-chain. you hold erc-4626 shares and can redeem in-kind any time.
open the app →