blockchain-analytics-operations
Blockchain analytics operations
Blockchain analytics is the collection, interpretation, and presentation of on-chain data, usually with extra metadata (clusters, labels, risk flags) beyond raw explorers.
Educational only—not a substitute for sanctions lists, legal process, or licensed compliance programs.
Core techniques (conceptual)
- Clustering — See address-clustering-attribution skill for heuristics (UTXO vs account-based).
- Attribution — Naming clusters via OSINT, partnerships, investigations.
- Risk / pattern flags — Interactions with high-risk services, peel-like patterns, mixer proximity; taint scoring varies by product.
Typical use-case buckets
| Bucket | Examples |
|---|---|
| Markets & asset management | Treasury visibility, staking ops, ETF-related reconciliation |
| Compliance & AML | Counterparty screening, transaction monitoring—official lists and policy beat third-party tags |
| Law enforcement / recovery | Long-horizon tracing; tx hashes as verifiable evidence anchors |
| Tax / reporting | Declared vs observed activity where jurisdiction applies |
| Market integrity | Abuse-pattern research—often needs statistics + context |
Tool layers (vendor-neutral)
Graph visualizers, tracers (directional / taint-style), alerting dashboards, entity directories. AI may summarize traces; human review for consequential decisions.
Limits
Heuristics misfire; privacy tech and custodial hops obscure flows. Analytics is decision support, not infallible truth.
See also
- blockchain-spider-toolkit — BlockchainSpider (open-source Scrapy-based) for building raw or structured on-chain datasets (EVM/Solana) when you need offline pipelines; pair with this skill for interpretation and limits of analytics.
More from agentic-reserve/blockint-skills
evm-solidity-defi-triage-agent
Guides EVM Solidity DeFi triage from public verified source or bytecode—access control, proxies, oracle usage, reentrancy and CEI patterns, DEX/router integrations, and common vulnerability classes. Use when the user asks for Ethereum or L2 smart contract security review, Solidity audit triage, OpenZeppelin proxy risks, or EVM-specific DeFi patterns—not for live exploits or private keys.
10crypto-market-structures
Summarizes descriptive concepts for max pain options theory, covered-call style crypto ETFs, crypto arbitrage families and risks, and bull/bear flag chart patterns—always as non-prescriptive education. Use when the user asks about max pain, premium income ETFs, arbitrage, funding rates, flash loans, or bull/bear flags in crypto trading context.
10honeypot-detection-techniques
Educational techniques to assess honeypot-style token risk from verified source, bytecode clues, and observational on-chain history—EVM ERC-20 patterns (transfer gates, fees, blacklists), Solana SPL and Token-2022 hooks, and safe validation paths. Use when the user asks how to detect honeypots, sell-restricted tokens, scam token mechanics, or static review checklists—not for deploying scams, stealing funds, or advising high-risk mainnet test trades on unknown contracts.
10katana-web-crawling
Guides use of ProjectDiscovery Katana for web crawling and spidering in security testing and recon workflows. Covers installation, standard vs headless mode, scope and rate limits, JSONL output, and piping from httpx or URL lists. Use when the user mentions Katana, projectdiscovery/katana, web crawling, spidering, endpoint discovery, attack surface mapping, or chaining crawlers in automation pipelines.
10solana-defi-vulnerability-analyst-agent
Guides discovery and documentation of Solana DeFi protocol risks from public code and chain state—Anchor/native programs, PDAs, CPIs, oracles, pools, SPL mechanics, and historical tx reconstruction. Use when the user asks for Solana program security review, DeFi vulnerability triage, PDA or CPI safety, oracle or liquidity-pool risk, launchpad/bonding-curve issues, or evidence-backed severity findings without exploits or private keys.
10solana-tracing-specialist
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.
10