Curve visualization
Spot price P(x) and cost to buy the next 1 key.
Spot SOL/key
Next 1 key SOL
Supply table
Generated from the graph-friendly formula in SOL, before fees.
| Supply x | Spot P(x) | Next 1 key | Total 0 → x |
|---|
Formula used
P(x) = curve_k · x² / 1e9
Buy = curve_k · ((x+Δ)³ − x³) / (3 · 1e9)
Sell = curve_k · (x³ − (x−Δ)³) / (3 · 1e9)
Buyer pays = Buy · (1 + feeBps / 10000)
For exact settlement-style quotes, the app also calculates buy/sell with BigInt sub-units and floors to integer lamports, matching the on-chain shape.