Liquid Staking Token Peg Arbitrage Executor
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
Liquid Staking Token Peg Arbitrage Executor is a specialized DeFi tool that scans DEX pools for LST peg deviations and executes arbitrage trades with redemption, mint, and yield tracking. It reads the liquid staking token contract state, underlying asset contract state, staking pool state, and DEX pool states to monitor LST prices across multiple venues. The tool fetches pool reserves, swap fees, exchange rates, peg deviation, redemption rate, mint rate, and arbitrage opportunity parameters. It reads the user's token balances, allowances, gas price, block timestamp, transaction nonce, pool liquidity, slippage tolerance, and minimum profit threshold. It also reads staking yield, execution eligibility, and arbitrage history. It supports three key actions: executing a single arbitrage, batch arbitrage across multiple LSTs, and redeeming LST for underlying assets.
HOW TO USE
Connect your wallet and select your network from the dropdown. Paste the LST address, underlying asset address, staking pool address, DEX router 1 address, and DEX router 2 address. Click "Scan for Arbitrage" to fetch exchange rates from both pools and calculate the peg deviation. The tool displays pool 1 and pool 2 exchange rates, peg deviation, redemption rate, mint rate, staking yield, estimated profit, slippage tolerance, execution eligibility, and arbitrage history. Enter the arbitrage amount, slippage tolerance, and minimum profit threshold. To execute a single arbitrage, click "Execute Arbitrage". To arbitrage multiple LSTs, click "Batch Arbitrage". To redeem LST for underlying assets, click "Redeem LST". The action preview shows the amount, expected profit, slippage, and status before submission.
LST PEG DEVIATION AND ARBITRAGE ENGINE
The tool implements a comprehensive LST peg deviation detection engine that monitors liquid staking token prices across multiple DEX pools and the staking protocol's redemption and mint rates. It reads the exchange rate from pool 1 and pool 2 using the getAmountsOut function on DEX routers, calculating the effective price of each LST relative to the underlying asset. The tool reads redemptionRate from the LST contract to determine the protocol's guaranteed redemption value, and mintRate to understand the cost of minting new LST. It reads stakingYield from the staking pool to display the APY that makes LST attractive to hold. The tool computes the peg deviation as the percentage difference between the DEX prices and the protocol's redemption rate. When a profitable deviation is detected, the tool constructs an arbitrage path: buying LST on the cheaper pool and selling it on the more expensive pool, or arbitraging between the DEX and the protocol's mint/redemption mechanism. For direct redemption, the tool constructs a redeem transaction that burns LST and returns the underlying asset at the redemption rate. The tool validates the user's balance and allowance for the required tokens, triggering an approval transaction if needed. For execution, the tool constructs a swapExactTokensForTokens transaction on the DEX router, specifying the path, amount, minimum output, and deadline. Gas estimation uses the provider's fee data with a safety multiplier, and the tool validates that the estimated profit exceeds gas costs before submission.
WHAT IT CANNOT SEE
This tool cannot verify that the peg deviation is sustainable or will revert to parity. It cannot detect if the LST has been compromised, de-pegged permanently, or if the staking pool has been exploited. It cannot guarantee that the arbitrage transaction will succeed if the pool state changes before execution. It cannot recover funds if the arbitrage path fails or reverts due to slippage or price movements. It cannot predict future peg movements, staking yields, or exchange rate changes. It cannot provide financial, investment, or trading advice. It cannot ensure that the arbitrage profit will exceed gas costs after network fee fluctuations. It cannot detect if the DEX pools have been manipulated or front-run. It cannot guarantee that the LST will maintain its peg or that redemption will be available. It cannot verify off-chain arbitrage strategies or risk assessments.
PLEASE NOTE
This tool supports EVM-compatible chains only. It requires an active RPC connection and a wallet with signing capabilities. The tool does not custodial funds or private keys. Always verify pool states, redemption rates, and arbitrage parameters before executing. Arbitrage opportunities are time-sensitive—execute quickly after scanning. Redemption may be subject to withdrawal limits or cooldown periods. The tool is for informational and experimental use; you bear full responsibility for arbitrage decisions.