A bonding curve mint is an NFT pricing mechanism in which the mint price for each token is determined by a mathematical function (the bonding curve) that takes the current total supply as its input and outputs the price for the next token — meaning the first token minted is priced at the curve’s starting value, the second token costs slightly more, the third slightly more still, and so on, with each new mint raising the price floor for subsequent minters, creating a self-reinforcing early-mover incentive where being first is financially rewarded, speculation on future demand is built into the mechanism, and the project’s total raise scales automatically with demand rather than being fixed in advance. Bonding curves were popularized in DeFi (for token launches) before being adapted for NFT minting as a more sophisticated alternative to fixed-price mints.
Bonding Curve Mathematics
Linear Curve
“`
Price(n) = base_price + (n × increment)
Example:
base_price = 0.01 ETH
increment = 0.001 ETH
Token #1: 0.011 ETH
Token #100: 0.11 ETH
Token #1000: 1.01 ETH
Token #5000: 5.01 ETH
“`
Exponential Curve
“`
Price(n) = base_price × (growth_rate ^ n)
Example (growth_rate = 1.001):
Token #1: 0.01 ETH
Token #500: 0.0165 ETH
Token #1000: 0.0272 ETH
Token #2000: 0.074 ETH ← Accelerating
Token #5000: 1.48 ETH
“`
Square Root Curve
“`
Price(n) = base_price × √n
Creates slower price growth; reduces extreme early-buyer benefit
“`
Why Bonding Curves Are Used
Built-In Price Discovery
Early Buyer Reward
Scalable Revenue
Continuous Minting
Bonding Curve vs. Other Mint Types
| Dimension | Bonding Curve | Fixed Price | Dutch Auction |
|---|---|---|---|
| Pricing | Algorithmically increasing | Fixed per token | Decreasing over time |
| Early buyer edge | Very high (lower price) | None | Moderate (earlier = higher price) |
| Supply cap | Optional | Fixed | Fixed |
| Revenue | Scales with demand | Fixed per sold token | Clears at market price |
| Speculation | Built-in | External | Partial |
Burn and Redeem Mechanics (Advanced)
Some bonding curve implementations allow burning (selling back):
“`
Holder burns (returns) token → receives ETH from the curve’s reserve
Price received = current curve price minus a spread (e.g., 10%)
Creates a two-sided market:
Buy: pay current curve price
Sell: receive curve price × (1 – spread)
The spread is the creator’s continuous revenue mechanism
“`
This creates a fully liquid NFT market — buyers can exit at any time by burning their token, receiving a known ETH amount.
Risks
| Risk | Description |
|---|---|
| Extreme cost for late buyers | Exponential curves price out late participants; discourages broad adoption |
| Speculation over utility | Early buyers incentivized to flip, not hold; community quality may suffer |
| Reserve management | Burn-and-redeem requires contract to hold ETH reserve; smart contract risk |
| Perception | Feels “unfair” to buyers who enter after early adopters have run up the price |
| Complexity | Smart contract implementation more complex; audit surface larger |
NFT Bonding Curve Examples
| Project | Notes |
|---|---|
| Sound.xyz | Music NFTs with bonding curve pricing for editions |
| Various Zora drops | Zora’s open edition format uses curve-like pricing for some drops |
| Paragraph (writing NFTs) | Bonding curve mints for written content collectibles |
| Simon de la Rouvière’s experiments | Early bonding curve NFT research and deployments (2019–2020) |
Bonding curves remain more common in DeFi token launches than NFT mints; NFT adoption is still emerging.
History
- 2017–2019: Bonding curves popularized in DeFi by projects like Bancor and early token launch experiments
- 2019: Simon de la Rouvière (ConsenSys) explores bonding curve applications for NFTs; theoretical groundwork
- 2020–2021: Niche NFT projects experiment with bonding curve pricing; not mainstream
- 2021–2022: Sound.xyz and Zora introduce curve-adjacent pricing for music and content NFTs
- 2023–2025: Friend.tech (social token app on Base) demonstrates bonding curve mechanics to mass audience; renewed interest in curve-priced NFT applications