Creation fee
Token creation uses the Factory’s current creation fee plus optional
devBuyEth for the creator’s initial buy.Trading fee
Buy and sell trades use a fixed 1.25% total fee in V5.
Referral split
The 1.00% trading reward goes to the user’s initial inviter when referral state is valid.
Borrow fee
Borrowing has a one-time 3.00% fee, with the 2.00% reward routed to the direct parent when available.
Token creation fee
Token creation uses the Factory’s current creation fee:devBuyEth, which is the optional initial buy amount by the creator:
msg.value must cover:
Trading fees
V5 buy and sell trades use a fixed total trade fee:
The Hook exposes the constants:
Borrowing fees
Borrowing has a fixed one-time 3% fee:
Hook constants:
- trading rewards go to the user’s initial inviter;
- borrow rewards go to the user’s direct parent.

