What problem does it solve? Choosing a blockchain, designing smart contracts, and structuring Web3 applications involves navigating fragmented ecosystems with different account models, languages, and security pitfalls. This Skill provides a framework-agnostic pattern library so you can design token systems, identity, governance, and contract architectures without locking into one chain prematurely. ## Core Features & Use Cases - Chain Selection Guidance: Decision matrices comparing Ethereum, Solana, Sui, Cosmos, and L2 rollups by throughput, cost, finality, and tooling. - Smart Contract Pattern Library: Ready-to-adapt Solidity patterns for access control, upgrades (proxy/UUPS), reentrancy guards, pull payments, commit-reveal, and gas optimization. - Architecture Patterns: On-chain vs off-chain tradeoffs, indexing pipelines, oracle integration, and hybrid designs. - Use Case: You are building a token-gated membership app. Use this Skill to pick a low-cost EVM chain, design an ERC-1155 contract with role-based minting, plan an indexer for membership queries, and apply security patterns before audit. ## Quick Start Ask the agent to design a smart contract architecture for your Web3 application, including chain selection, token pattern, and security considerations.