Wallet Tracker
Crypto wallet analytics reference — address formats, on-chain analytics, transaction tracing, hardware wallets, and approval revocation. No API keys or credentials required — outputs reference documentation only.
Commands
| Command |
Description |
intro |
Wallet types, on-chain analytics overview |
standards |
Address formats for BTC, ETH, SOL, BIP-44 paths |
troubleshooting |
Missing transactions, wrong network, stuck tx |
performance |
Batch RPC, indexers, WebSocket vs polling |
security |
Private keys, approvals, social engineering |
migration |
Single to multisig, hot to cold, exchange to self-custody |
cheatsheet |
Block explorers, APIs, Dune queries, whale addresses |
faq |
Wallet tracking, whale alerts, safety checks |
Output Format
All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
1---2name: bytesagain-wallet-tracker3description: Crypto wallet analytics reference — address formats, on-chain analytics, transaction tracing, hardware wallets, and approval revocation4---5
6# Wallet Tracker
7
8Crypto wallet analytics reference — address formats, on-chain analytics, transaction tracing, hardware wallets, and approval revocation. No API keys or credentials required — outputs reference documentation only.
9
10## Commands
11
12| Command | Description |
13|---------|-------------|
14| `intro` | Wallet types, on-chain analytics overview |
15| `standards` | Address formats for BTC, ETH, SOL, BIP-44 paths |
16| `troubleshooting` | Missing transactions, wrong network, stuck tx |
17| `performance` | Batch RPC, indexers, WebSocket vs polling |
18| `security` | Private keys, approvals, social engineering |
19| `migration` | Single to multisig, hot to cold, exchange to self-custody |
20| `cheatsheet` | Block explorers, APIs, Dune queries, whale addresses |
21| `faq` | Wallet tracking, whale alerts, safety checks |
22
23## Output Format
24
25All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.
26
27---
28
29*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*