Skip to main content

Parameters

Values below are the ones in force on Robinhood Chain, read from the contracts on 2026-08-15. Each is stored in a deployed contract and can be read directly; On-chain verification shows how, and the addresses come from the chain registry at https://api.frontier.fun/chains.

Curve

ParameterValueWhere
Trade fee1.5%BondingCurve.txFee() returns 150
Creator share of the trade fee50%BondingCurve
Graduation fee to the creator5%BCTokenFactory.feeConfig(), second value, returns 500
Creation feenoneBCTokenFactory.feeConfig(), fourth value, returns 0
Creator dev buy cap15% of supplyBCTokenFactory.maxCreatorBuyBps() returns 1500
Creator dev buy ceiling25%, not raisableBCTokenFactory.MAX_CREATOR_BUY_BPS_HARD_CAP()
Total supply1,000,000,000, protocol-setBCTokenFactory.initialParams()
Held back for liquidity300,000,000BCTokenFactory.initialParams()
Virtual reserve~1.9157 ETHBCTokenFactory.initialParams()

The curve values above are what the form suggests, not what every coin runs. A coin created with its own curve parameters carries its own, readable on the coin itself.

Market

ParameterValueWhere
Default LP share70%pool configuration, set at creation
Maximum LP share99.97%pool contract
Protocol share of the non-LP part25%FactoryHook.protocolFeeRatio()
Protocol's incompressible cut0.03% of every feeFactoryHook.PROTOCOL_FLOOR_PIPS() returns 300
Maximum swap fee10%FactoryHook.MAX_HOOK_FEE() returns 100000
Dynamic fee suggested steps0.30% / 0.50% / 1.20%pool configuration, set at creation
Flat fee offered by default1%creation form
Sniper tax ceiling50%contract constant
Sniper tax maximum window1 hourcontract constant
Fee calculator slots4pool contract
Observer slots4pool contract

Locked liquidity

ParameterValueWhere
Creator and community share of collections75%polCreatorShareBps() returns 7500
Who can trigger a collectionanyonethe collection function is not permissioned

Staking vaults

ParameterValueWhere
Withdrawal cooldown1 dayStakingVault.cooldownDuration()
Maximum cooldown90 daysStakingVault.MAX_COOLDOWN_DURATION()
Community shareset per coin at creation, 1% to 100%the coin's vault

Referrals

ParameterValueWhere
Direct referrer share of the fee9.09%ReferralManager.directRefFeeBps() returns 909
Indirect referrer share of the fee0.91%ReferralManager.indirectRefFeeBps() returns 91
Referral bindingwrite-once, permanentReferralManager.setReferral

Vesting

ParameterValueWhere
Minimum schedule duration14 daysTokenVesting

Highlights

ParameterValueWhere
Base rate0.01 ETH per hourHighlightsManager
Rate past 4 hours1.8× the base rateHighlightsManager
Duration range1 to 24 hoursHighlightsManager
Cooldown per coin1 hourHighlightsManager

Which of these can change

Values marked as contract constants cannot change without a new deployment. The others are owner-settable and apply to coins created afterwards; a coin's own frozen settings are never affected. See Admin controls.