What problem does it solve? Working on the silken_net Web3 surface — minting, slashing, payouts, the Ethereum L1 anchor, and DAO governance — involves dozens of non-obvious invariants (double-spend guards, unit/direction traps, activation-gated oracle legs) where a wrong assumption silently moves real value. This Skill routes you to the correct canonical docs and surfaces the gotchas before you touch any money path. ## Core Features & Use Cases - Canonical doc routing: Maps every Web3 task to its single source of truth across CLAUDE.md sections and the 05_01–05_06 documentation canon (multichain architecture, Proof-of-Growth pipeline, SCC/SFC tokenomics, L1 anchoring, slashing policy, DAO governance). - Indexed gotcha knowledge base: Ships a 38+ item append-only gotcha index (bodies in gotchas.md) covering WEB3_STRICT_MODE semantics, manual_review double-spend guards, batchMint bisection, Dynamic Tax rules, Solana Ed25519 payouts, and slashing penalty-factor de-correlation. - Common task playbooks: Step-by-step guidance for adding a chain integration, changing minting thresholds, and editing Solidity contracts under the Foundry/Slither/Halmos/Medusa audit gates with gas-snapshot baseline rules. - Use Case: You need to change the minting threshold or debug a transaction stuck in manual_review — the Skill tells you exactly which doc owns the mechanic, which guard clauses apply, and which traps (e.g., beneficiary-side KYC gating, gross vs available balance) will bite. ## Quick Start Ask the assistant to help you add a new chain integration or explain why a blockchain transaction is stuck in manual_review on the silken_net Web3 pipeline.