feat(references): add SolHunt wallet recovery intelligence#44
Open
shieldspprt wants to merge 1 commit intosolana-foundation:mainfrom
Open
feat(references): add SolHunt wallet recovery intelligence#44shieldspprt wants to merge 1 commit intosolana-foundation:mainfrom
shieldspprt wants to merge 1 commit intosolana-foundation:mainfrom
Conversation
- get_wallet_report, scan_token_approvals, build_recovery_transaction, build_revoke_transactions - Trust model: unsigned transactions only, instruction-level isolation - Recovery: 15% fee on success, 0.001 SOL per revoke tx - MCP: https://solhunt.dev/.netlify/functions/mcp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SolHunt — Wallet Recovery Intelligence
Adds SolHunt to the Solana Foundation developer skill references.
What it covers
MCP endpoint
Why this belongs in the foundation skill
SolHunt fills the wallet health/recovery gap that no other reference in this repo covers. Recovery of rent in zero-balance accounts is a common Solana developer and user pain point. AI agents working on Solana need a trusted, auditable way to recommend and execute recovery — SolHunt provides that.
Links