Constants & Parameters

Complete list of all protocol constants across Base and BSC chains. Values that differ between chains are highlighted.

Factory

ConstantBaseBSCDescription
deployment_fee6 × 1014 (0.0006 ETH)12 × 1014 (0.0012 BNB)Fee to deploy a token pair
VANITY_PREFIX36 (0x24)Required first byte of token address
INCLUSION_WINDOW10 blocks (20s)44 blocks (~132s)Max blocks after anchor for tx inclusion

BondingCurve

ConstantBaseBSCDescription
TOKEN_DECIMALS9Token decimal places
LOT_SIZE1,000 × 109Tokens per lot (1,000 tokens)
MAX_SUPPLY_LOTS800,000Total lots on bonding curve (inc. deployer)
INITIAL_SUPPLY_LOTS60,000Deployer's initial mint in lots
MIN_LOTS1Minimum trade size
MAX_USER_LOTS36,000Per-wallet lot cap during bonding
BONDING_PERIOD259,200 (3 days)Time before refund mode available
FIXED_LIQUIDITY_ETH0.04 ETH0.08 BNBNative token for graduation LP
DEPLOYER_INITIAL_PAYMENT6 × 101412 × 1014Required payment at init
P_START12,000,00024,000,000Linear price component
PRICE_SLOPE84,108,108168,216,216Quadratic price slope
ADDITIONAL_CAP_TOKENS_BASE740,000,000Tax calculation cap
TWO_TIMES_CAP1,480,000,0002× cap for denominator
T_START_BP1,200 (12%)Starting tax rate
T_END_BP120 (1.2%)Minimum tax rate
TAX_DECREASE_BP1,080Total decrease in bps

TokenTemplate

ConstantValueDescription
INITIAL_MINT_AMOUNT60,000,000 × 109Deployer's initial mint (60M tokens)
MAX_SUPPLY1,200,000,000 × 109Absolute max token supply (1.2B)
decimals9ERC-20 decimal places

LiquidityGenHook

ConstantBaseBSCDescription
FEE_TIER_1_BPS120 (1.2%)120 (1.2%)Fee for small pools
FEE_TIER_2_BPS80 (0.8%)80 (0.8%)Fee for medium pools
FEE_TIER_3_BPS40 (0.4%)40 (0.4%)Fee for large pools
FEE_THRESHOLD_TIER_212 ETH24 BNBPool depth for tier 2
FEE_THRESHOLD_TIER_324 ETH48 BNBPool depth for tier 3
DISTRIBUTE_THRESHOLD0.0004 ETH0.0008 BNBMin for reinvestment
PLATFORM_THRESHOLD0.001 ETH0.002 BNBMin for platform fee processing
GRADUATION_ETH0.04 ETH0.08 BNBNative token for LP
GRADUATION_TOKENS400,000,000 × 109Tokens minted for LP
TICK_SPACING200Uniswap V4 tick spacing
POOL_FEE0Native pool fee (fees via hook)
CTO_VOTE_FEE0.0001 ETH0.0002 BNBFee to initiate CTO vote
CTO_INITIATOR_STAKE60,000,000 × 1095% stake to initiate CTO
MAX_REINVEST_SLIPPAGE_BPS480 (4.8%)MEV protection on reinvest

CTOVoteTemplate

ConstantValueDescription
QUORUM_PERCENTAGE4040% of circulating supply must vote
VOTE_DURATION259,200 (3 days)Voting period length
TOTAL_SUPPLY1,200,000,000 × 109For circulating supply calculation
INITIATOR_THRESHOLD60,000,000 × 109Minimum initiator stake