Spark
Mainnet

RescueKit

If your wallet's private key leaks, bots start racing to drain it immediately. The problem is that most rescue methods need you to send gas into the compromised wallet first, so you can move funds out - and that gives bots a window to grab everything before you do. RescueKit skips that step. Using EIP-7702, a separate sponsor wallet pays the gas, and the whole rescue happens in one transaction. The compromised wallet never touches funding, so there's nothing for a bot to react to. The main thing that makes this different is the Watcher - it runs in the background and checks a registered wallet nonstop. If new funds show up (a late refund, a deposit you forgot about), it fires the rescue on its own, no clicking anything. Most tools only work if you're online and hit rescue yourself. Everything runs through a monorepo with a public frontend and a private Watcher service - the detection and timing logic stays private since publishing it would help the same bots this tool defends against.

讨论

登录后即可评论此项目。

还没有评论,快来分享你的看法吧。