Loading...
Loading...
Guides Solana-specific on-chain forensics—ATA resolution, SPL instruction parsing, transaction history via RPC and indexers (e.g. Helius-style APIs), fund-flow graphs, Solana clustering heuristics, and program authority review. Use when the user investigates Solana wallets, SPL tokens, DEX/Jito flows, rug or phishing patterns on Solana, or needs evidence-structured tracing reports with public data only.
npx skill4agent add agentic-reserve/blockint-skills solana-tracing-specialistgetTokenAccountsByOwnergetTransactionsetAuthority| Layer | Examples | Notes |
|---|---|---|
| Explorers / UI | Solscan, SolanaFM, provider dashboards | Fund-flow views; verify links |
| RPC / indexed | Helius, QuickNode, Syndica, public RPC | gTFA-style APIs: verify names in docs |
| Analytics | Dune (Solana), Flipside | SQL on decoded tables |
| Labeling | Arkham, Nansen, etc. | Cross-check |
| Custom | Indexer + DB + graph | Scale; mind completeness of indexer |
| Issue | Mitigation |
|---|---|
| Noise | Min amount filters, time windows, token allowlists |
| ATA sprawl | Always resolve owner before narrative |
| Inner CPIs | Expand full instruction tree |
| Failed tx noise | Filter or separate failed spam (context-dependent) |
| Cross-chain | Bridges (e.g. Wormhole, deBridge)—trace per chain’s tooling |
| Scale | Prefer indexed APIs over naive full RPC scans |