Copytrading
How does the FOMO Solana trading bot work?
It is a copytrade bot rather than a strategy bot: it holds no opinion of its own and fires only when a trader you chose buys. You set the SOL amount per trade, a take profit, a stop loss, a maximum hold time and a liquidity floor, and it keeps running until you stop it. It trades from a separate copytrade balance you fund, which is why the amount you deposit there is the real position limit.
Copy bot, not strategy bot
Most things called a trading bot encode a rule: buy this indicator, sell that level. This one encodes a person. It has no view on the market and never acts on its own initiative; it waits for a specific trader to open a position and then opens the same one for you, at your size, subject to your limits. Everything it is good or bad at follows from that.
Where the funds sit, precisely
This is the part worth reading twice, because the terminal has two different custody models and they are easy to conflate. Quick Buy and manual trades are signed in your browser by a Main Wallet whose key never leaves your device. The copytrade bot is not that: it trades from a copytrade balance you deposit into, which the service holds so it can execute while your tab is closed. That is the trade being made - a bot that only ran while you were watching would miss most of what you asked it to copy.
What happens on a fill
- A tracked trader's buy confirms on Solana and is read from the chain.
- Your filters run first. Liquidity floor, market cap band, anything outside them and nothing happens at all.
- The order is routed and filled from your copytrade balance at your configured size, not a proportion of theirs.
- Your exits attach immediately: take profit, stop loss and a maximum hold, all firing without a decision from you.
- The trader selling can also close your position, if you asked it to.
The settings that decide the outcome
- SOL per trade. The single most consequential number, and the one people revise upward after a good week.
- Take profit and stop loss, as percentages of your entry. The trader you copy is not managing your risk and has never heard of you.
- Maximum hold time. A memecoin position with no time limit becomes a bag by default rather than by decision.
- A liquidity floor, so a token too thin to exit cleanly is never bought in the first place.
- Whether the trader's sell closes your position fully or proportionally.
How a bot loses money while working perfectly
The failure mode is not malfunction, it is latency and size. You enter seconds after the trader, which on a fast-moving token is a materially worse price, and you exit on rules they never used. Copy the same trader at the same time with a mechanical stop and you have a related but genuinely different strategy, usually a weaker one. Size for that rather than for the returns you saw on the leaderboard.
Solana only
Traders in the feed may hold positions on several chains. Anything not on Solana is shown but cannot be copied here, because the execution path is Solana specific by design.
Common questions
- Does the bot hold my funds?
- The copytrade balance is held by the service so the bot can execute while your tab is closed, which is different from Quick Buy and manual trades, where a Main Wallet in your browser signs and the key never leaves your device. Fund the copytrade balance only to the level you are comfortable having in automated trades.
- Does the bot copy sells as well as buys?
- It can. You choose whether the trader's exit closes your position fully, proportionally, or not at all. Your own take profit, stop loss and maximum hold run regardless, so a position still exits on your rules even if the trader never sells.
- What happens if the trader I copy stops trading?
- Nothing, which is the point worth planning for. The bot only acts when they do, so it goes quiet and your existing positions continue to run against your own exits. A bot pointed at an inactive trader is not broken, it is simply idle.
- Can I run more than one bot?
- Yes, and the thing to watch is total exposure rather than the count. Several bots on correlated traders can fill the same token at the same moment, so a cap on open positions matters more than it looks when one busy hour arrives.
- Is the bot free to use?
- There is no subscription. Costs come from the trade itself: Solana network fees, the price impact of your own order, and the platform fee built into the route. On small positions in thin tokens those add up to more than people expect.
Last reviewed