📈Bonding Curve
What is a Bonding Curve
Before listing on DEX, each token launched on flap is bonded to a bonding curve. When you buy tokens from the bonding curve, you send your ETH (or other quote token, usually the native token of that chain) to the bonding curve as a reserve, and the bonding curve mints tokens to your address. Or if you sell your tokens to the bonding curve, the bonding curve would burn your selling tokens and send the ETH back to you.

A bonding curve defines the relationship between the trading token's supply and the reserve (i.e. Quote tokens like ETH or BNB). The change of the reserve respect to the supply is the price. Our bonding curve is based on a constant product equation. You may have heard about this equation, which Uniswap popularized.
You may even wonder what is the difference between a bonding curve token launching platform like flap and Unsiwap? The answer is the liquidity. The liquidity does not change on the bonding curve. However, anyone can add liquidity to the Uniswap pools.
Flap's Bonding Curve V2
The token created on our platform has the same max supply of , with 18 decimals. For each token, the amount of token and the ETH (the native token of the target chain) follow the following constant product equation:
, and are constant parameters dependent on the target chain ( check Bonding Curves On Different Chains for more details).
is the amount of token in the bonding curve, initially, it is , which means all the tokens are still in the bonding curve.
is the amount of ETH , it is 0 in the beginning.
Our curve have 3 constant parameters:
can be interpreted as the virtual reserve of ETH in the bonding curve
can be interpreted as the virtual reserve of token in the bonding curve
is the square of the virtual liquidity
To better understand the bonding curve, we use to denote the token's current (circulating) supply. And the relationship between and is straightforward:
We can get the following relationship between and :
Based on the above equation, we can get the relationship between the circulating supply and ETH in the bonding curve.
Bonding Curves On Different Chains
For different deployment and different payment token, the constants are different:
BSC (Legacy before block #42042177 )
15
0
BSC (Legacy since block 42042177 and before 47855189 )
4
0
BSC(latest, BNB as payment Token)
4
0
BSC(latest, USD1/lisUSD as payment token)
2500
0
ToshiMart
0.5
0
XLayer (Before block 31564005)
28
0
XLayer (Before block 32470187)
21.25
0
XLayer(Since block 32470187)
28.25
108002126
31301060059
Last updated