Social Token Bonding Curve Deployer
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
The Social Token Bonding Curve Deployer lets you launch a token with an automated pricing mechanism that adjusts based on supply. You define the token name, symbol, decimals, initial supply, reserve token (native currency or ERC-20), curve slope (price increase per token), and initial price. The tool deploys a bonding curve contract that mints tokens to you and enables anyone to buy or sell tokens at a price determined by the curve. As more tokens are purchased, the price increases; as tokens are sold, the price decreases — creating a market-driven valuation without needing a centralized exchange or liquidity pool.
HOW TO USE
Connect your EVM wallet and select your target network. Enter your token's name, symbol, and decimals. Specify the initial supply to mint to your wallet (in wei). Choose the reserve token — use 0x0 for native currency (ETH, MATIC, etc.) or paste an ERC-20 address. Set the curve slope (how much the price increases per token) and the initial price (in reserve token wei). Click "Preview & deploy" to review the configuration. If everything looks correct, click "Deploy bonding curve" and confirm the transaction. The contract is deployed, tokens are minted to you, and the bonding curve is ready for trading.
ONE TECHNICAL SECTION — THE REAL MECHANISM
The bonding curve contract implements a deterministic pricing function: price = initialPrice + slope * tokenSupply. When a user buys tokens, they send reserve tokens to the contract, which mints new tokens and sends them to the buyer, updating the total supply and increasing the price. When a user sells, they send tokens to the contract, which burns them and sends the corresponding reserve tokens back, decreasing the price. The contract uses a reserve balance to ensure that sells are always backed by the reserve tokens collected from previous buys. The curve is non-upgradeable and immutable after deployment, guaranteeing that the pricing mechanism cannot be altered — providing trustless, transparent pricing for your token.
WHAT IT CANNOT SEE
The tool cannot predict market demand or guarantee liquidity provision. It does not ensure that anyone will buy or sell your token, nor does it guarantee that the reserve balance will remain sufficient for redemptions. It cannot detect malicious actors or front-running attempts. It does not provide price feeds or market data — the curve is algorithmic and may not reflect external market conditions. The tool also cannot recover tokens sent to the wrong address or reverse trades.
PLEASE NOTE
This tool is EVM-only and supports Ethereum, Goerli, Sepolia, Optimism, Arbitrum, Polygon, and Base. It does not support Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. Carefully consider your curve parameters — the slope and initial price determine the token's pricing behavior and cannot be changed after deployment. Ensure you have enough reserve tokens to seed the initial liquidity if needed. The tool is provided free and as-is; users assume full responsibility for the token's economics and compliance.