A bonding‑curve reward token is a cryptoeconomic primitive where token price is a deterministic function of circulating supply, defined directly in a smart contract rather than by an external order book. Every trade mints or burns tokens, automatically adjusting price and distributing a built‑in fee to all existing holders. Immute implements exactly this model on Ethereum Sepolia testnet, offering a live experiment where you can earn IMT by interacting with on‑curve mechanics—mainnet launch coming soon.
The price function: linear vs. exponential
Bonding curves typically follow one of two families:
- Linear: (P(s) = k \cdot s) where k is a constant slope.
- Exponential: (P(s) = P_0 \cdot e^{r s}) where r controls the rate of price increase.
Both formulas give a continuous price‑supply relationship. When you buy Δs tokens, the contract calculates the total cost by integrating the price function over the current supply:
[
\text{Cost} = \int_{s}^{s+\Delta s} P(u)\,du
]
For a linear curve this reduces to (\frac{k}{2}\big[(s+\Delta s)^2 - s^2\big]); for exponential it becomes (\frac{P_0}{r}\big(e^{r(s+\Delta s)} - e^{r s}\big)). The integral ensures that price rises smoothly as supply expands, eliminating the slippage inherent in AMM‑style liquidity pools.
The 10 % fee and pro‑rata dividend distribution
On Immute, every buy or sell incurs a flat 10 % fee on the collateral transferred. If a user sends C ETH to purchase IMT, the contract splits it as follows:
- Fee calculation: (f = 0.10 \times C).
- Holder reward pool: The entire fee f is added to a global dividend pool.
- Pro‑rata distribution: Each holder’s share of the pool is proportional to their IMT balance at the moment the trade settles:
[
\text{Claimable reward for holder } h = f \times \frac{\text{balance}_h}{\text{totalSupply}}
]
Because the fee is distributed on every trade, the effective yield scales with market activity. In simulations, a 10× increase in trade volume translates to roughly a 2.59× increase in effective APY when rewards are auto‑compounded back into the curve [4]. This compounding effect is why the model is described as a bonding‑curve reward token: holders earn dividends simply by holding, without any external liquidity provision or inflation‑based emissions.
Why bonding curves beat LP‑based markets
| Aspect | Bonding‑curve model (Immute) | LP‑based AMM |
|---|---|---|
| Liquidity source | Instant, built‑in; no external pool required | External liquidity pools prone to impermanent loss |
| Team allocation | None; 100 % of tokens issued on‑curve | Often allocated to teams, investors, or incentives |
| Fee distribution | Directly to holders per trade | Liquidity providers split fees, sometimes with protocol cut |
| Price discovery | Continuous, deterministic via formula | Continuous, but depends on pool depth and arbitrage |
| Impermanent loss | None—holders never provide liquidity | Present when token price diverges from entry |
These properties make bonding‑curve reward tokens especially attractive for product‑powered tokenomics: revenue generated by an application flows through the curve, automatically rewarding every participant. The model has been explored academically as an efficient fundraising mechanism and as a foundation for real‑world asset tokenization [2][3].
The Feeder primitive: turning payments into rewards
Immute’s Feeder contract is the integration bridge that brings external products onto the curve. When a user pays through a partner platform:
- 1 % of each payment is routed on‑curve, executing a trade that adds to the dividend pool.
- 99 % of the payment is forwarded to the product’s treasury.
Planned integrations include:
- Neptime.io – a creator‑monetization platform where viewers donate or tip creators in IMT. The on‑curve 1 % flows to all IMT holders.
- Valiep.com – subscription purchases routed through the Feeder.
- Discovire.com – discovery‑layer purchases, also Feeder‑routed.
- ByteOdyssey – upcoming game payments through the Feeder.
All of these use the same FeederV9 contract (0xa87e7c25c2f754C7D6bFc9b4472E0c36096E4bF6) to guarantee that every transaction, regardless of the product, contributes to the holder dividend pool. This design is what makes Immute a product‑powered reward token rather than a speculative vehicle.
How to test the mechanics on Sepolia
Immute is live on Sepolia testnet (chainId 11155111). To explore the on‑chain dividend engine:
-
Obtain free test ETH
- PoW faucet: https://sepolia-faucet.pk910.de/ (no signup)
- Alchemy faucet: https://www.alchemy.com/faucets/ethereum-sepolia (free account required)
Connect a wallet (MetaMask, Rainbow, or any Web3 wallet) and set the network to Sepolia.
Visit the interface at https://immute.io and connect your wallet.
-
Buy, sell, or reinvest dividends to see the 10 % fee flow directly to your balance.
- The IMT token contract is
0xB575A8760c66F09a26A03bc215D612EA2486373C.
- The IMT token contract is
Test the Feeder by simulating a payment through any of the planned partner integrations (when they become available in testnet).
There is no monetary value on testnet—ETH is free—so you can experiment without risk. Your feedback helps us burn in the contracts and refine the mechanics before mainnet launch.
Roadmap: mainnet and beyond
- Testnet validation – ongoing, with a focus on fee distribution accuracy and Feeder integrations.
- Mainnet launch – planned after testnet validation completes; IMT will retain the same curve mechanics but operate on Ethereum mainnet.
- Product integrations – Neptime, Valiep, Discovire, and ByteOdyssey are all slated to go live alongside mainnet, turning every payment into a holder reward.
- Potential extensions – exponential curve variants, DAO‑governed fee splits, and RWA collateralization (as explored in the broader token‑engineering literature) [3].
Conclusion: try it, earn IMT, and shape the curve
The bonding‑curve reward token model offers a clean, mathematically precise alternative to LP‑based markets, delivering instant liquidity, deterministic pricing, and direct dividend distribution to every holder. Immute’s live Sepolia testnet gives you a hands‑on environment to:
- Buy and sell IMT and watch the 10 % fee distribute to your balance.
- Reinvest dividends to experience compound growth.
- Test the Feeder and provide feedback on how product‑powered payments can reward the entire holder base.
Head to https://immute.io, connect your wallet, and start exploring the on‑chain dividend mechanic today. Mainnet launch is coming soon, and your testnet experience will help us ship a robust, product‑powered reward token.
References
[1] “What is a bonding‑curve reward token? Inside Immute's on‑chain dividend mechanic.” Dev.to, Oct 2025. https://dev.to/version_6llc_b4d52bd440b/what-is-a-bonding-curve-reward-token-inside-immutes-on-chain-dividend-mechanic-5b7h
[2] Mechanism Institute. “Token Bonding Curve.” https://mechanism.institute/library/token-bonding-curve/
[3] RWA.io. “Understanding What is Bonding Curve Crypto and its Role in Tokenomics.” Feb 2026. https://www.rwa.io/post/understanding-what-is-bonding-curve-crypto-and-its-role-in-tokenomics
[4] Immute Community. “Trade‑triggered rewards outperform LP yields by avoiding IL.” Dev.to, Oct 2025. https://dev.to/version_6llc_b4d52bd440b/what-is-a-bonding-curve-reward-token-inside-immutes-on-chain-dividend-mechanic-5b7h
Top comments (0)