Liquid Restaking Token Minter
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
The Liquid Restaking Token Minter enables minting of liquid restaking tokens (LRTs) against restaking positions. It reads comprehensive state from restaking and LRT contracts including restaking position, LRT minting eligibility, minting ratio, deposit amount, minted amount, total supply, max supply, token price, yield rate, validator state, reward state, withdrawal queue, platform fees, LRT price oracle, rebase status, and minting history. Users can mint LRTs using multiple methods: mintLRT with deposit and amount, depositAndMint with auto-rebase, createLRT for standard minting, or issueLRT with full parameter control. The tool displays LRT balance, restaked position, minting ratio, token price, yield rate, and minting history, providing full visibility before minting liquid restaking tokens.
HOW TO USE
Connect your Web3 wallet and paste the restaking contract address and LRT contract address. The tool never hardcodes addresses—you specify the contracts you're vouching for. Enter the deposit amount (restaked position) and optionally the mint amount (LRT tokens to receive). Select the minting method, and optionally provide custom minting data. Check "Approve token spending" to handle approvals automatically or "Auto-rebase LRT" for automatic yield compounding. Click "Fetch LRT & restaking state" to view LRT balance, restaked position, minting ratio, total supply, max supply, token price, yield rate, rebase status, platform fee, and minting history. Review the displayed state and minting ratio carefully—minting LRTs converts restaking positions into liquid tokens. Click "Mint LRT" to submit the minting transaction. Transaction status, gas costs, and confirmation are displayed upon completion.
MECHANICAL ADVANTAGE: DUAL-CONTRACT STATE AGGREGATION WITH MINTING HISTORY DISCOVERY
Unlike hardcoded LRT tools that only read from a single contract, this tool simultaneously aggregates state from both restaking and LRT contracts, fetching nine different data points in parallel using Promise.all with individual error boundaries. This ensures that a revert in one view function doesn't prevent retrieval of other critical metrics. The tool automatically discovers minting history by iterating through mint event indices until it hits empty entries (capped at 10 for performance), displaying amounts, deposits, and status for full transparency. The tool dynamically selects the appropriate minting method based on user input—mintLRT with deposit and amount, depositAndMint with auto-rebase, createLRT for standard, and issueLRT with full control. Gas estimation factors in minting method complexity, and the tool uses receipt.effectiveGasPrice post-transaction for accurate cost reporting rather than relying on the pre-EIP-1559 gasPrice cap. Token prices, yield rates, and minting ratios are displayed prominently, enabling informed minting decisions.
WHAT IT CANNOT SEE
This tool cannot verify that the restaking contract or LRT contract is legitimate or has not been compromised. It cannot detect if the minting parameters have been manipulated or if the contracts have been upgraded or modified. Minting may not execute at optimal gas price due to network conditions or succeed if the contract is paused or frozen. The tool cannot recover funds if execution fails due to contract bugs or insufficient approval. It cannot verify that minting parameters are valid, predict gas prices during congestion, or detect if the minting has been front-run. The tool cannot ensure that the LRT will be properly valued, provide financial or investment advice, guarantee that the LRT will maintain its peg, verify off-chain yield calculations, ensure that all conditions for minting are met, or track minting status outside of the tool. LRT values depend on underlying restaking positions and yield rates—prices may fluctuate.
PLEASE NOTE
This tool operates on EVM-compatible chains only. It reads from and writes to restaking and LRT contracts but provides no financial or investment advice. All minting decisions remain your responsibility. Always verify contract addresses, deposit amounts, and minting parameters before submitting transactions. The tool displays current state but does not automatically mint—you must review and confirm each transaction through your wallet. Gas costs vary by network conditions; the tool estimates but cannot guarantee optimal pricing. Minting LRTs converts restaking positions into liquid tokens—this may have tax implications. Understanding the minting ratio, token price, and yield mechanics is essential before minting. Auto-rebase automatically compounds yields—understand the mechanism before enabling.