Creator Coin Redemption Tool
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 Creator Coin Redemption Tool allows holders of creator coins to redeem them for a designated asset at a fixed exchange rate. You specify the creator coin address, the redemption asset (native currency or an ERC-20 token), the rate (coins per asset unit), and the amount you wish to redeem. The tool checks your balance, calculates the payout, and executes the redemption — burning your creator coins and transferring the redemption asset to your wallet in a single transaction. This provides a transparent, on-chain mechanism for creators to offer buybacks or for communities to establish fixed-value redemptions.
HOW TO USE
Connect your EVM wallet and select the target network. Enter the address of the creator coin you want to redeem. Specify the redemption asset — use 0x0 for native currency (ETH, MATIC, etc.) or the token address for ERC-20 assets. Provide the redemption rate (e.g., 100 coins per 1 asset unit) and the amount of creator coins you wish to redeem. Click "Preview redemption" to see your balance, the amount you'll receive, and the effective rate. If everything looks correct, click "Redeem" — the tool will check your allowance, request approval if needed, then burn your coins and transfer the redemption asset to your wallet.
ONE TECHNICAL SECTION — THE REAL MECHANISM
The tool interacts with a redemption contract that implements a standard redeem function: it takes the amount of creator coins to burn, calculates the corresponding payout based on the fixed rate, transfers the payout from the redemption pool to the caller, and then burns the creator coins using the token's burn function (or transfers them to a burn address). The contract checks that the caller has sufficient balance and that the redemption pool has enough assets to cover the payout. For ERC-20 redemption assets, the contract uses transferFrom to pull the payout from the pool; for native assets, it sends ETH directly. The rate is immutable in the contract, ensuring that no one can change it after deployment — providing trustless, predictable redemption terms.
WHAT IT CANNOT SEE
The tool cannot verify off-chain value or ensure redemption pool solvency. It does not check if the redemption rate is fair or whether the creator has sufficient assets to back all redemptions. It cannot detect if the redemption contract is malicious or if the creator coin has been compromised. It also cannot recover funds if the redemption pool is drained or if the user mistakenly redeems more than intended. The tool does not provide price feeds or market data — the rate is fixed and may not reflect current market conditions.
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. Always verify the redemption contract address and rate before using — these parameters are critical and cannot be changed after deployment. Ensure you have enough balance and that the redemption pool has sufficient assets. The tool is provided free and as-is; users assume full responsibility for the accuracy of the redemption terms and the security of the contracts they interact with.