Multi-Validator Staking Basket Depositor
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
This tool provides on-chain deposit and management for multi-validator staking baskets, enabling you to diversify staking across multiple validators with configurable weights. It reads your connected wallet address, staking basket contract address, validator addresses, staked token address, basket balance, user shares, validator weights, current block timestamp, reward rates, and deposit history. You can then sign and send transactions to deposit assets into the staking basket, withdraw shares from the basket, rebalance validator weights to optimize performance, and record deposit metadata on-chain. All basket parameters are displayed in a clear review panel before you sign, so you know exactly what you are depositing. The tool also logs transaction hashes, confirmation status, and gas costs, providing a complete audit trail of all deposit activities.
HOW TO USE
Connect your wallet using the built-in wallet bridge, choose the network that matches your staking basket contract, and paste the basket contract address and staked token address (use 0x0 for native currency). Enter the validator addresses as a comma-separated list, their corresponding weights as a comma-separated list (must sum to 100), token decimals, and the deposit amount in raw units. The review panel shows all inputs, the current basket balance, your shares, and validator count before you sign. Use the numbered action buttons: check basket to view current basket balance, your shares, validator count, and reward rate; deposit to add assets to the staking basket; withdraw to remove shares from the basket; or rebalance to update the validator weights and addresses. You can also check basket status to view current metrics. Each transaction is signed sequentially, and the tool displays transaction details and confirmation status.
THE REAL MECHANISM
This tool uses ethers.js v5.7.2 to build and send transactions through the wallet's signer. It does not rely on any hardcoded contract addresses – you paste the basket contract you are using, so you are in full control. When you deposit, the tool calls deposit on the basket contract, which transfers your tokens and distributes them across the validators according to the configured weights. When you withdraw, the tool calls withdraw, which burns your shares and returns the underlying assets. When you rebalance, the tool calls rebalance, which updates the validator addresses and weights, redistributing staked assets accordingly. The tool reads basket state via basketBalance, userShares, validatorCount, and rewardRate view functions. All transactions are sequential to prevent nonce conflicts, and gas costs are calculated using effectiveGasPrice for accurate post-EIP-1559 reporting.
WHAT IT CANNOT SEE
This tool cannot verify off-chain validator performance, predict future rewards, detect validator misbehavior, or ensure that the basket contract handles deposits correctly. It cannot detect if the validators are performing well or if the reward rates are accurate. The tool also cannot verify that the basket contract correctly handles edge cases like validator exits, slashing, or weight updates. It cannot simulate the outcome of a transaction before you sign it, nor can it guarantee that the deposit will be processed correctly if the contract is not properly implemented.
PLEASE NOTE
This tool works only on EVM-compatible chains supported by your wallet and provider. Always double-check the contract addresses and parameters before signing. Use testnet first. The tool is a transaction-signing interface and staking basket management tool, not a validator performance or reward prediction system.