Creation fees
The creator also pays the network gas required to confirm the launch transaction. Each active factory uses one global native fee for every quote: 0.001 ETH on Base/Robinhood, 100 MON on Monad, 2 native USDC on Arc, 0.003 BNB on BSC, and 0.02 OKB on X Layer. A USDG-paired Robinhood launch does not pay its creation fee in USDG.
Creation fees are mutable settings for future launches. Read the active factory immediately before preparing a transaction.
Arc uses 18-decimal native USDC for the launch fee. Trading fees and claims use the selected pool quote: six-decimal ERC-20 USDC or eight-decimal cirBTC. Only native and ERC-20 USDC share one balance; cirBTC is a separate asset. Its configured swap fees have no anti-snipe surcharge for new launches; the normal 1% trading fee still applies.
Normal swap fee
The normal swap fee is 1% of the paired-asset amount. With a valid referrer, that 1% is divided as follows:
If a trade has no valid referrer, the unused 0.2% referral share goes to the platform. Fees are always denominated in the selected paired asset:
- an ETH market charges ETH;
- an OKB market charges OKB;
- a USDC market charges USDC;
- a USDG market charges USDG;
- a stock-paired market charges its selected Stock Token.
Opening anti-snipe period
Arc has 0% anti-sniping surcharge for launches created after the September 15, 2026 configuration update. The normal 1% swap fee applies from launch, with creator, platform and referral allocations unchanged. Earlier Arc pools retain their original fee schedule.Technical detail: why the contract still stores 1 second
Technical detail: why the contract still stores 1 second
The contract requires a positive window value, so it stores the minimum of 1 second. This is not an active surcharge period: the opening total fee equals the base fee (both 100 bps), so no extra anti-sniping fee applies at any point.
The creator and referrer shares are calculated from the normal 1% fee. The temporary amount above 1% is the anti-snipe surcharge and goes to the platform.
Where a surcharge is configured, the optional atomic Dev Buy is the launch-time exception. It pays the normal 1% base fee but not the anti-snipe surcharge. The toggle is off by default, the exemption can be used only inside that launch transaction, and later buys follow the pool’s frozen configuration. New Arc pools charge the normal 1% for both the Dev Buy and later trades.
o1 uses input-amount swaps: traders enter how much they want to spend or sell, and those swaps remain available throughout the opening period. Direct integrations that request an exact output are rejected while the pool’s surcharge window is active. With equal opening and base fees, the Hook treats that window as inactive on new Arc pools. This does not add exact-output support to the o1 interface, Public API, or every router.
Get a referral link
o1 provides two types of referral links:
The Profile link on a profile page is only a public profile link. It does not set referral attribution unless it also contains a referral parameter.
Which referral is used
For each token, the interface checks referral attribution in this order:- a token-specific referral for that exact chain and token;
- the connected wallet’s previously saved global referral;
- a global referral saved in the current browser.
LaunchHook applies its own onchain reserved-address checks before crediting the referrer’s share. An invalid referral never blocks the swap: the hook ignores it and sends the unused referral share to the platform.
Referral protections
A referral is rejected by the o1 interface or Public API when it points to:- the trader’s connected wallet;
- the original or current launch creator, or the current creator fee recipient;
- the platform fee receiver;
- an empty or malformed address;
- the hook, factory, fee escrow, PoolManager, swap router, or execution contract.
sender, the current creator, the current creator fee recipient, and its factory, escrow, PoolManager, or hook dependencies. Because a routed swap’s onchain sender can be an execution contract rather than the trader wallet, direct integrations must enforce the broader trader and platform restrictions before encoding hook data. If no candidate is valid, the trade still works and the referral share goes to the platform.
