Copying o1 launches, when a post becomes a market

o1, at o1bot.exchange, launches tokens straight from a social post. A creation fee of 0.001 ETH plus gas, permanently locked Uniswap v4 liquidity, and half a percent of every trade routed to the creator. For a copier the interesting property is not the fee model, it is the shape of the flow: posts produce bursts, and bursts punish a late copy harder than any other launch format on Robinhood Chain.

Chains
Base and Robinhood Chain
Creation fee
0.001 ETH plus gas, about 0.002 ETH total
Creator cut
0.5 percent of every trade
Liquidity
Uniswap v4, permanently locked
Fee run rate
3.84 M USD over 30 days, read 14 September 2026

What o1 is

o1 Launchpad lets a creator turn a post into a token. It runs on Base and Robinhood Chain, deploys with permanently locked Uniswap v4 liquidity, and charges a 0.001 ETH creation fee, which with gas comes to roughly 0.002 ETH at normal conditions. Half a percent of every trade goes to the creator for as long as the token trades.

It is not a small venue. DefiLlama put o1 Launchpad's fees at 3.84 million dollars over the trailing thirty days when we read it on 14 September 2026, of which 2.03 million dollars was protocol revenue, and The Defiant's 31 August snapshot recorded 141,382 dollars of launchpad fees in a single day.

The fee model, from a copier's seat

ComponentWho paysEffect on a copied round trip
0.001 ETH creation feeThe creator, onceNone on your entry price
0.5 percent per trade to the creatorEvery trader, both directionsRoughly 1 percent on a round trip before pool fees
Pool feeEvery swapAdds to the hurdle, depends on the v4 pool configuration
Locked liquidityNobody, it cannot be removedRemoves the pull-the-pool failure, not price decline

A one percent round trip cost is not fatal, but it sets a floor on how small a move can be worth copying. If your copies typically aim at a few percent, a venue like this eats a meaningful slice, which is an argument for fewer and larger copies rather than many small ones.

Why post-driven flow behaves differently

On a conventional launchpad, tokens arrive continuously and a copier can be indifferent to the calendar. On o1, a token exists because somebody posted, and the audience arrives in the same minute. The first minutes are the market: volume peaks early, the spread is widest early, and the wallets worth following act early.

The cost of a late copy, and how to bound it

Three settings do almost all the work on a burst venue, and they work by refusing trades rather than by being clever.

  1. Maximum trade age: if the leader's trade is older than a few seconds, skip it. A copy of a thirty-second-old buy in a launch burst is a new trade with none of the leader's context.
  2. Buy slippage ceiling: set it to the worst price you would accept and let the engine reject rather than fill at any cost. On a burst, a rejection is usually money kept.
  3. Copies per hour: a burst can generate a dozen candidates in a minute. The hourly cap is what stops one noisy hour from spending a week's budget.

Detecting the trade when the launch came from a post

Detection does not care where the token came from. Filtering ERC-20 Transfer logs by the followed wallet as an indexed topic reports the buy the moment the block is readable, whether the token was deployed by a form, an agent or a post.

What matters more on this venue is the freshness check that follows detection. A candidate carries the block it was seen in, and comparing that to the head block gives the age the maximum trade age rule uses. Without that check, burst copying degrades into buying whatever happened recently.

Settings for a burst venue

SettingStarting pointWhy
Maximum trade ageVery shortLate copies on a burst are a different trade
Buy slippageFirm ceiling, no chasingRejections protect the account during the first minute
Copies per hourCapped lowOne post can produce a dozen candidates
Cooldown between copiesA few secondsStops a single token filling your open slots
Concurrent positionsConservativeBurst tokens correlate, so they fail together
Exit modeMirror the leaderThey know why they entered, a fixed percentage does not

Choosing leaders on a post-driven venue

The wallets that do well here are not necessarily the ones with the highest profit on a board. They are the ones whose behaviour is copyable: an entry a few seconds after a launch rather than inside the first block, position sizes a normal account can match, and a demonstrated habit of selling.

  • Prefer wallets with completed round trips over wallets with impressive unrealised positions.
  • Avoid wallets whose edge is clearly infrastructural, such as consistent launch-block entries. You cannot copy a head start.
  • Watch how a wallet behaves on the launches that failed, not only the ones that worked. That is where the exit discipline shows.

Following an o1 wallet step by step

  1. 01Pick wallets that trade after the launch blockYou cannot copy a launch-block entry. Follow the wallets whose timing a normal engine can reproduce.
  2. 02Set a very short maximum trade ageThis single setting decides whether your copies belong to the same move the leader traded.
  3. 03Cap copies per hour and set a cooldownA burst produces candidates faster than any sensible budget should absorb.
  4. 04Use fixed sizing with a tight per-trade capCorrelated burst tokens fail together, so total exposure matters more than any single position.
  5. 05Mirror exitsOn a fast venue with a creator fee on both sides, following the leader out is usually cheaper than guessing.
  6. 06Arm the engine and read the age rejectionsIf almost everything is rejected for age, the leader you chose is faster than the engine can follow, and that is useful to know early.

Questions people actually ask

What does it cost to launch on o1?

A 0.001 ETH creation fee plus gas, which comes to about 0.002 ETH in total at normal gas conditions, and the launch deploys with permanently locked Uniswap v4 liquidity. That is a creator cost and does not affect your entry price as a copier.

Who receives the 0.5 percent trade fee?

The creator of the token, on every trade for as long as the token trades. Because it applies in both directions, a copied round trip pays it twice, which raises the minimum move that makes a copy worthwhile.

Can I copy a launch-block buy?

No. Blocks on Robinhood Chain arrive about every 0.10 seconds and a copy has to be detected from a finished block, so there is always a small block distance. Copy the wallets whose entries come after the launch block, and treat a bot promising same-block copies as describing something the chain does not allow.

Why is maximum trade age the most important setting here?

Because post-driven launches move fastest in their first seconds. A copy of a buy that is thirty seconds old is entering a materially different price, without the reason the leader had. The age limit converts that from a silent loss into a logged rejection.

Does locked liquidity make o1 tokens safer?

It removes the specific failure where a creator pulls the pool, which is worth having. It does not prevent the ordinary outcome, which is a burst that fades and a token that trades down on normal selling. Position size and exit rules still do the protective work.

How many o1 wallets should I follow at once?

Fewer than you think, because burst tokens are correlated: a bad hour hits several positions at the same time. Start with a small number of wallets, a capped hourly copy rate and conservative concurrency, then widen once you have seen a losing session behave the way you expected.

Sources checked for this page

Figures that move are quoted with the date they were measured. Pons Copy Trading does not publish numbers it cannot point at a source for.