Linear Curve
A linear bonding curve has a straight-line or additive relationship between successive trades and price. As an NFT is bought(sold), the next price it quotes to sell NFTs at will increase(decrease) by a flat amount (known as delta).
As an item is bought from the pool, the price will increase by a fixed amount. The reverse happens when an item is sold into the pool.
For example, if the delta is
0.2
, and the initial price is1.0
. After someone buys 1 NFT from the pool, the price will be1.2
. If someone sells an NFT into the pool, the price will be0.8
.
Last updated