Olympus Bond Manager
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
Olympus Bond Manager provides direct, non-custodial access to the Olympus DAO bond protocol on EVM-compatible blockchains. It enables bond purchasing, redemption, and claim operations, along with staking and unstaking of OHM tokens. The tool reads Olympus contract state, bond contract state, bond market state, bond terms, bond prices, bond discounts, bond vesting schedules, bond payout state, user bond positions, staking state, gOHM state, sOHM state, OHM token state, treasury state, protocol state, chain ID, block timestamp, and gas price. It writes deposit, bond, redeem, claim, claimAll, stake, unstake, approve, and transfer. All operations are signed and broadcast through your connected wallet — funds never leave your control.
HOW TO USE
Connect your EVM-compatible wallet (MetaMask, WalletConnect, or similar) using the wallet bridge. Select the network that matches the Olympus deployment you wish to use (Ethereum Mainnet, Polygon, Arbitrum, Optimism, Avalanche, Base, or others). Paste the bond contract address — the tool does not hardcode any address, giving you full control to use official Olympus deployments or fork contracts. Choose your action from the dropdown: deposit tokens to be used for bonding, bond (purchase bonds), redeem (claim vested tokens), claim (claim rewards), claim all, stake OHM, or unstake OHM. Enter the token address and amount. Click Review to verify all parameters before signing. The tool shows a clear summary of the transaction, then signs and broadcasts through your wallet with progress tracking.
HOW IT WORKS UNDER THE HOOD
The tool uses a dynamic gas estimation strategy that adapts to network conditions. Before each transaction, it calls estimateGas on the chosen method with the exact parameters, then adds a 20% buffer to avoid out-of-gas failures. For bond operations, the tool calls the deposit method to deposit reserve assets (like DAI, USDC, or LP tokens) and then the bond method to purchase OHM bonds at a discount. The redeem method allows users to claim vested OHM tokens after the vesting period, while claim and claimAll harvest staking rewards. The stake method converts sOHM to gOHM or vice versa, depending on the protocol version. The tool constructs the appropriate transaction data for each Olympus action. After broadcasting, the tool waits for the transaction receipt using ethers.js wait() with confirmation tracking. It uses receipt.effectiveGasPrice for accurate cost reporting, not tx.gasPrice — critical for post-EIP-1559 networks.
WHAT IT CANNOT SEE
The tool cannot predict future bond prices or discounts; bond prices adjust dynamically based on market demand and treasury conditions. It cannot verify that the treasury has sufficient backing to honor bond redemptions; the tool reads treasury state but does not audit reserve assets. It cannot detect if the protocol has been exploited or if there are security vulnerabilities in the bond contracts; the tool only reads state and executes authorized transactions. It cannot guarantee that bond vesting periods will remain unchanged; vesting parameters can be adjusted through governance. It cannot predict the future price of OHM or any reward tokens; prices are determined by market dynamics. It cannot verify that the protocol's reserve assets are accurately reported; the tool reads reported values but does not independently verify them.
PLEASE NOTE
This tool works exclusively with EVM-compatible blockchains where Olympus is deployed. It does not support non-EVM chains. Always verify the bond contract address against official Olympus documentation before use. Using incorrect addresses may result in loss of funds. The tool is provided as-is with no warranty of any kind. Bond purchases involve lock-up periods and vesting schedules. Olympus bonds carry risks including treasury insolvency, price volatility, and smart contract vulnerabilities.