Native Bridge Fast-Withdrawal Liquidity Provider 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
Native Bridge Fast-Withdrawal Liquidity Provider Tool connects you to native bridge liquidity pools that enable fast withdrawals for bridge users. As a liquidity provider, you deposit native assets into the pool, earn a share of withdrawal fees, and can withdraw your accrued earnings at any time. The tool reads the bridge contract's pool state—total liquidity, available funds, pending withdrawal count, fee rate, your deposited share, and earned fees—so you can make informed decisions. Enter the bridge contract address, choose to deposit or withdraw fees, and submit the transaction with one click.
HOW TO USE
Connect your EVM wallet using the BotGentz wallet bridge. Select the network matching your bridge contract. Paste the bridge contract address into the input field. Enter the amount of native tokens you want to deposit, or use the "Max" button to set the maximum available (reserving 0.01 ETH for gas). Choose your action: "Deposit liquidity" to add funds to the pool, or "Withdraw earned fees" to claim your share of accumulated fees. The status panel shows real-time pool statistics and your position. Review the details, then click "Review & sign" to submit the transaction. After confirmation, the pool status refreshes automatically.
TECHNICAL MECHANISM
The tool uses the injected BGWallet bridge to access the EVM provider via ethers.js v5.7.2. It reads pool state using a contract interface with common fast-withdrawal bridge functions: totalLiquidity(), availableLiquidity(), pendingWithdrawalsCount(), feeRate(), liquidityOf(address), and earnedFees(address). These are called via eth_call through the provider. For transactions, the tool encodes the deposit() or withdrawFees() function calls using the ethers Interface class. Gas estimation is performed with a 20% buffer applied to the estimate. The transaction is signed and sent via the wallet's signer, and the receipt is monitored for confirmation status. The "Max" button calculates the user's balance minus a 0.01 ETH gas reserve using the provider's getBalance method, preventing failed transactions due to insufficient funds.
WHAT IT CANNOT SEE
This tool cannot detect off-chain bridge validator behavior or verify that validators are online and processing withdrawals. It cannot guarantee withdrawal execution speed if bridge validators are offline or delayed. It cannot verify the bridge contract's security, audit status, or whether the contract has been exploited. It cannot predict bridge fee changes, validator set updates, or changes to the bridge's economic parameters. It cannot detect if the bridge contract has been paused or if withdrawals have been halted. It does not verify that the bridge contract address you entered is the correct one or that it matches the intended bridge protocol.
PLEASE NOTE
EVM chains only—this tool connects through the BGWallet EVM bridge and works with Ethereum, Polygon, Arbitrum, Optimism, and other EVM-compatible networks. Always verify the bridge contract address independently before depositing funds. Providing liquidity involves smart contract risk—never deposit more than you can afford to lose. This tool is read-only for state queries but submits real transactions when you deposit or withdraw. Always review transaction details in your wallet before signing.