Skip to main content
LFG.RICH V5 fees are handled automatically by the protocol contracts.

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.
Older documentation that described creator-selected 1% to 10% trading fees belongs to the legacy V3 flow. V5 uses fixed protocol fee constants.

Token creation fee

Token creation uses the Factory’s current creation fee:
The V5 creation function also accepts devBuyEth, which is the optional initial buy amount by the creator:
msg.value must cover:
Any extra value is expected to be refunded by the contract flow.

Trading fees

V5 buy and sell trades use a fixed total trade fee: The Hook exposes the constants:
Example buy:
If the trader is not bound to a referral tree, the inviter portion goes to the platform side instead of a user inviter.

Borrowing fees

Borrowing has a fixed one-time 3% fee: Hook constants:
Important distinction:
  • trading rewards go to the user’s initial inviter;
  • borrow rewards go to the user’s direct parent.

Legacy V3 fee model

Legacy V3 examples may include token-level creator-selected trading fees and a floor boost portion. Do not use that model for new V5 docs or V5 examples unless the page is explicitly documenting legacy V3.