Skip to content

Fees, and where they go

Read the live values from GET /api/v1/settings

FeeSize todayPaid byGoes to
Site fee1% of the trade (fees.siteFeeBps = 100)The trader, inside the tradeThe platform. When a referrer is named, 0.2% of the trade (fees.referrerBps = 20) goes to them in the same transaction.
Pool feeThe pool’s fee tier: 1% by defaultThe trader, charged by the poolOn buys: split between the creator’s royalty (60%), the platform (30%) and the weekly pot (10%), after PancakeSwap keeps its own share. On sells: paid in the token and burned.
Launch feelaunch.launchFeeWei = 0—Launching is free.

Gas is separate, paid to the network, and every build tells you its most in cost.max.

Never hard-code a fee. They’re read from the chain; GET /settings has them.