Convex Finance Staker
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
Convex Finance Staker provides direct, non-custodial access to the Convex Finance protocol on EVM-compatible blockchains. It enables staking and reward claiming operations on Convex pools, including CRV and CVX reward accumulation. The tool reads Convex contract state, BaseRewardPool state, staked balance, staked amount, reward balances, reward rates, reward tokens, claimable rewards, staking rewards, gauge state, CRV token state, CVX token state, pool state, pool TVL, pool fees, veCRV state, chain ID, block timestamp, and gas price. It writes stake, withdraw, getReward, claimRewards, stakeAll, withdrawAll, getRewardAndStake, stakeFor, and withdrawAndStake. 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 Convex deployment you wish to use (Ethereum Mainnet, Polygon, Arbitrum, Optimism, Avalanche, Base, Fantom, or others). Paste the Convex pool contract address (BaseRewardPool) — the tool does not hardcode any address, giving you full control to use official Convex deployments or fork contracts. Choose your action from the dropdown: stake, withdraw, get rewards, claim rewards, stake all, withdraw all, get rewards and stake, stake for a recipient, or withdraw and stake. Enter the staking token address for stake/withdraw actions, the amount, and optionally a recipient address for stakeFor. 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 staking operations, the tool calls the appropriate BaseRewardPool methods — stake to deposit tokens, withdraw to remove staked tokens, and getReward or claimRewards to collect pending rewards. The stakeAll method deposits the user's entire staking token balance, while withdrawAll removes the entire staked position. The getRewardAndStake method compounds rewards by claiming and immediately restaking them. For stakeFor, the tool allows staking on behalf of another address. The withdrawAndStake method withdraws from one pool and stakes in another. 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 reward rates or APY; rewards depend on protocol emissions and market conditions. It cannot verify that the protocol will continue to reward stakers at current rates; reward rates are subject to governance changes. It cannot detect if the protocol has been exploited or if there are security vulnerabilities in the staking contracts; the tool only reads state and executes authorized transactions. It cannot guarantee that rewards will be distributed on time or at the expected amounts; reward distribution depends on protocol operations. It cannot verify that the gauge weights will remain in favor of the pool; gauge weights can change through governance. It cannot predict the future price of CRV, CVX, or any reward tokens; prices are determined by market dynamics.
PLEASE NOTE
This tool works exclusively with EVM-compatible blockchains where Convex is deployed. It does not support non-EVM chains. Always verify the pool contract address against official Convex documentation before use. Using incorrect addresses may result in loss of funds. The tool is provided as-is with no warranty of any kind. Staking involves smart contract risks including protocol vulnerabilities and governance changes.