Allows AI agents to perform specialized Solana account recovery and maintenance tasks, including reclaiming rent from empty accounts, revoking token delegations, sweeping dust balances, claiming staking rewards, and recovering SOL from orphaned program deployment buffers.
Live App β’ GitHub β’ Twitter
π‘οΈ The "Anti-Drainer" Architecture & Trust Model
In an ecosystem plagued by wallet drainers, trust must be verified through code, not marketing. SolHunt is aggressively transparent. We designed our architecture to provide absolute mathematical certainty that your principal assets cannot be stolen.
How we prove we are not a drainer:
100% Client-Side Construction: Every transaction payload is built directly in your browser. There is no backend server holding private keys, and no API that signs on your behalf.
Instruction-Level Isolation: Our transaction builders strictly omit transfer paradigms.
AI Agent & LLM Friendly: Native MCP (Model Context Protocol) support allows autonomous agents to scan and build recovery transactions safely and securely.
No Hidden Authorities: You sign the exact instructions. We never request persistent delegation or transfer authority over your main wallet.
βοΈ The Recovery Engines
SolHunt currently operates 8 highly-specialized on-chain recovery engines:
Engine | Technical Execution | Action |
1. Revoke Permissions |
| Nullifies |
2. Reclaim Rent |
| Dismantles empty token accounts, triggering the BPF runtime to refund the locked ~0.002 SOL rent exemption directly to your base address. |
3. Sweep Dust | Jupiter V6 Swap + | Liquidates micro-balances via exact-out swap routing, or permanently burns unswappable tokens to execute |
4. Claim Stakes | Anchor | Parses |
5. Harvest LP Fees | CLMM | Queries DexScreener/Raydium/Orca SDKs for Position NFTs and triggers pure fee harvests without touching principal liquidity. |
6. MEV & Priority Fees | Tip Distribution | Fetches Merkle Proofs from Kobe Network and submits them to the Jito Tip Distribution program to claim your share of MEV block space tips. |
7. Dead Protocol Rescue | Anchor IDL Simulation | Identifies trapped LP tokens in decommissioned protocols (Friktion, Saber) and constructs direct contract withdrawal instructions. |
8. Recover Program Buffers |
| Searches for orphaned deployment chunks and executes |
(Note: Engine numbers correspond to our internal routing identifiers).
π οΈ Tech Stack & Development
Built for developers and researchers to verify, fork, and learn from.
Frontend: React 18, Vite, Tailwind CSS, Zustand
Blockchain Execution:
@solana/web3.js,@solana/wallet-adapter-react, SPL Token StandardInfrastructure: Helius DAS API, Jupiter V6 Aggregator, Jito Kobe Network
Agent Intelligence: Native MCP (Model Context Protocol) integration for autonomous agents and LLMs.
Running Locally for Verification
We encourage all users to audit the code and run the client locally for maximum security verifiable execution.
git clone https://github.com/shieldspprt/solhunt-recovery.git
cd solhunt-recovery/wallet-shield
npm install
npm run devπ€ Contributing & License
Open to PRs. Licensed under MIT. See the code, verify the logic, and help us build a safer Solana ecosystem.