Parameters of the bonding curves
We maintain four parameters for the bonding curve.
Variables
Intent of variable usage
DataType
Limited Data Storage?
Delta
Static - Changed by user only when you want to change the hyperparameters of pricing function
uint128
Limited
SpotPrice
Stateful - Changed by the pool automatically on each trade
uint128
Limited
Props
Static - Changed by user only when you want to change the hyperparameters of pricing function
bytes
Unlimited
State
Stateful - Changed by the pool automatically on each trade
bytes
Unlimited
Last updated