Bonding curves are the mathematical backbone of on-chain continuous token economies. Unlike traditional token launches (fixed supply, price discovered externally), a bonding curve contract issues and burns tokens on demand at a price determined by a formula: the more tokens exist in circulation, the higher the price per token. Buy a token → price rises. Sell a token → price falls. The mechanism is entirely self-contained: no order book, no market maker, no external oracle. The reserves backing the tokens are held in the smart contract, and selling tokens returns funds proportionally from those reserves. Bonding curves power pump.fun’s viral memecoin launches (linear + graduated curve), Uniswap’s x·y=k AMM pools (constant product is a bonding curve), Bancor’s original single-sided liquidity, and historical projects like Friend.tech’s social token curves. The curve shape (linear, exponential, sigmoid) determines the token’s economic behavior — who benefits from being early, how speculative the token is, and whether early buyers can easily exit.
Common Bonding Curve Shapes
| Shape | Formula | Behavior |
|---|---|---|
| Linear | P = m·S + b | Price increases proportionally with supply |
| Exponential | P = a·e^(bS) | Price accelerates as supply grows (early advantage maximized) |
| Constant product | P = k/S | Price falls as supply grows (reserves = k) |
| Sigmoid | P = 1/(1+e^(-S)) | Price stable in middle, volatile at extremes |
| Bancor | P ∝ S^(CW) | Connector Weight (CW) controls curve steepness |
pump.fun Bonding Curve
pump.fun uses a specific bonding curve to launch memecoins:
- Token starts with 0 supply, curve begins at ~$0.000003 per token
- As users buy, price rises along the curve
- At $69K market cap (~206M tokens sold), the curve “graduates” — remaining ETH/SOL deposited to Raydium as permanent DEX liquidity
- Token continues trading on Raydium as a normal AMM pool
This model became enormously successful: >2M tokens launched on pump.fun by 2024, driven by the low barrier to creation and transparent early-entry economics.
Key Properties
| Property | Details |
|---|---|
| Deterministic pricing | Price always calculable from supply |
| Continuous liquidity | Always able to buy/sell (no order book gaps) |
| No founding liquidity needed | Curve self-bootstraps from zero |
| Transparent exit | Selling possible at any time at curve price |
| Front-running risk | Public mempool → snipers can exploit launches |
Bonding Curve vs. AMM
| Feature | Bonding Curve | Uniswap AMM |
|---|---|---|
| Two-sided | No (single token + reserve) | Yes (two tokens) |
| Formula | Any function of supply | x·y=k (constant product) |
| LP mechanism | Contract holds reserves | External LP providers |
| Price direction | Monotonically determined by mint/burn | Bidirectional based on ratios |
Note: Uniswap’s x·y=k is a special case of a bonding curve for two-asset systems.
Social Media Sentiment
Bonding curves generated intense interest during 2016-2019 (Bancor era, DAOs) and revived massively in 2023-2024 via pump.fun. The pump.fun implementation is widely credited with democratizing token launches (no VC pre-sale, no insider allocation). Critics highlight that bonding curve launches are highly speculative and early buyers have structural advantages — often leading to early-buyer/team exit dumping on later participants.
Last updated: 2026-04
Sources
- Ethereum.org — Token Standards and Mechanics — foundational reference for ERC-20 token issuance models.
- Bancor — Original Continuous Token Model — Bancor popularized the bonding curve concept in DeFi.
- pump.fun — Official Site — leading memecoin launchpad using bonding curves for permissionless token launches.
- Uniswap v2 Whitepaper — x*y=k constant product model, a specific bonding curve type.
Related Terms
Sources
- “Bancor Protocol Whitepaper: Token Bonding Curves” — Hertzog, Benartzi, Benartzi (2017). The foundational whitepaper introducing bonding curves to Ethereum — formalizes the continuous token model using the Connector Weight (CW) formula and demonstrates self-sustaining on-chain token economies.
- “Evaluating Token Bonding Curves: A Comparative Study” — ConsenSys Research (2019). Comparative analysis of bonding curve shapes — evaluating linear, exponential, sigmoid, and polynomial curves across fairness, speculation surface area, and capital efficiency.
- “pump.fun: The Bonding Curve Memecoin Factory — Analysis of Its Design and Impact” — Independent DeFi Research (2024). Technical and economic analysis of pump.fun’s bonding curve mechanics — explaining why its specific design generated $100M+ in protocol revenue and 2M+ token launches.
- “Friend.tech Social Bonding Curves: Key Mechanics and Economic Analysis” — Delphi Digital (2023). Analysis of Friend.tech’s bonding curve for social tokens (“keys”) — a curve where price scales quadratically with supply, enabling creator monetization and speculative secondary markets.
- “Bonding Curves for Public Goods Funding: Augmented Bonding Curves (ABC)” — BlockSci / Commons Stack (2020). Extension of bonding curves for public goods funding — introducing Augmented Bonding Curves (ABC) that redirect a portion of token purchases to a community fund, aligning token speculation with public goods production.