Opyn Option 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
Opyn Option Manager provides direct, non-custodial access to the Opyn options protocol on EVM-compatible blockchains. It enables oToken minting and burning, option exercise and settlement, vault management, and collateral operations. The tool reads Opyn contract state, oToken contract state, vault state, option position state, collateral state, premium state, strike price state, expiry state, settlement state, oracle state, margin state, liquidator state, pool state, chain ID, block timestamp, and gas price. It writes mint, burn, exercise, settle, deposit, withdraw, addCollateral, removeCollateral, liquidate, 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 Opyn deployment you wish to use (Ethereum Mainnet, Polygon, Optimism, Arbitrum, or others). Paste the Opyn contract address — the tool does not hardcode any address, giving you full control to use official Opyn deployments or fork contracts. Choose your action from the dropdown: mint oTokens, burn oTokens, exercise an option, settle an option, deposit into a vault, withdraw from a vault, add collateral, remove collateral, or liquidate a position. Enter the oToken address, vault address, collateral address, amount, strike price, expiry timestamp, and option type. 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 mint, the tool creates new oTokens representing option contracts. Burn destroys oTokens and returns collateral. Exercise allows the user to exercise an option at the strike price, while settle closes out the position. Deposit and withdraw manage vault liquidity. AddCollateral and removeCollateral adjust the collateral backing option positions. The tool constructs the appropriate transaction data for each Opyn action, handling the complex interactions between oTokens, vaults, and collateral. 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 option prices or premiums; prices are determined by market dynamics and volatility. It cannot guarantee that the option will be exercised or settle favorably; option settlement depends on market conditions at expiry. It cannot verify that the oracle price data is accurate or not manipulated; the tool reads oracle data but does not validate its integrity. It cannot detect if the vault has been exploited or if there are security vulnerabilities in the option contracts; the tool only reads state and executes authorized transactions. It cannot guarantee that the collateral will be sufficient to cover option obligations; collateral adequacy depends on market movements. It cannot predict the future price of the underlying asset; prices are determined by market dynamics.
PLEASE NOTE
This tool works exclusively with EVM-compatible blockchains where Opyn is deployed. It does not support non-EVM chains. Always verify the contract address against official Opyn documentation before use. Using incorrect addresses may result in loss of funds. The tool is provided as-is with no warranty of any kind. Options trading involves significant risk including total loss of premium. Vault management and collateralization require careful risk monitoring. Liquidation events can result in loss of collateral.