Live Demo (zh-TW): https://auto-redeem.zeabur.app.
English Version Live Demo: https://onesavielabs.github.io/auto-redeem/ by Rick(@ricklindev) from SavieLabs.
A streamlined rescue dashboard for ERC-4626 vaults. Use only with temporary wallets and small funds!
This project is a frontend adaptation inspired by Anton Cheng's excellent auto-redeem rescue script (Node.js CLI).
It brings the same single-purpose rescue workflow to a purely browser-based, UI-driven interface, eliminating the need for shell access.
- Node script: https://github.com/antoncoding/auto-redeem
- Original author: Anton Cheng (@antoncoding)
- Security warning: Node version is recommended for advanced users, higher security, full operator control.
This web dashboard exposes the rescue wallet private key in browser memory and application context.
If you are comfortable with command-line node scripts (or need to rescue significant assets), use Anton Cheng's original auto-redeem CLI for maximum safety.
- Generate a one-time wallet (use vanity-eth.tk), do NOT use your main wallet.
- Transfer ERC-4626 vault shares and a small amount of native gas to that wallet.
- Enter your main wallet address, the rescue private key, and vault/RPC info into the dashboard UI.
- Start rescue: the bot auto-redeems shares and sends all rescued assets to your main wallet.
- All status and network actions are shown in the UI and chain explorers.
Clone repository, run:
git clone https://github.com/gcake119/auto-redeem-frontend.git
cd auto-redeem-frontend
npm install
npm run dev
npm run build
npm run start- antoncoding/auto-redeem—Original CLI implementation
- ERC-4626 Vault Standard
Major security and user experience improvements were contributed by @BrianHuang813 in PR #1.
If you find this tool helpful or want to support my work, consider contributing:
- Crypto donate(Web3):https://gcake119.fkey.id/
- Credit card/ Line Pay:https://open.firstory.me/join/wwhowbuhow/tier/01925f48-ec8c-449e-74f2-b5ee9380e637
- Ledger: https://shop.ledger.com/pages/referral-program?referral_code=NNS6VK4T6YRFP
- Trezor: https://affil.trezor.io/SHh5
- CoolWallet: https://www.coolwallet.io/product/coolwallet-pro/?ref=zta0ymf
Thank you for supporting independent Web3 research!
MIT License.