Creation fees
The creator still pays the network gas required to confirm the launch transaction. No ETH, stablecoin, or Stock Token approval is needed for a creation fee on any available route under the current configuration.
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;
- a USDC market charges USDC;
- a USDG market charges USDG;
- a stock-paired market charges its selected Stock Token.
First 16 seconds
Trading remains open when the pool launches. The total fee starts at 99% and decreases linearly to the normal 1% fee over 16 seconds. This timestamp-based schedule makes immediate sniping intentionally uneconomic.
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.
o1 uses input-amount swaps: traders enter how much they want to spend or sell, and those swaps remain available throughout the 16-second period. Direct integrations that request an exact output are rejected until the fee reaches 1%.
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 validates it again onchain 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 ignored when it points to:- the trader’s connected wallet;
- the launch creator;
- the platform fee receiver;
- an empty or malformed address;
- the swap router or execution contract.
