How are the parameters used in each of the bonding curves?
Linear | Exponential | Sigmoid | |
---|---|---|---|
Delta (uint128) |
|
|
|
SpotPrice (uint128) | Ex-fees and royalties, Bid | Ask ~= spotPrice | spotPrice + delta | Ex-fees and royalties, Bid | Ask ~= spotPrice | (spotPrice * delta/ 1e18) | Not used |
Props (bytes) | Not used | Not used | Represents an encoding of upper and lower bounds P_max and P_min
|
State (bytes) | Not used | Not used | Represents where we are from the curve initialization point to calculate the right gradient
|
Last updated