What problem does it solve? Deploying a Soroban contract or Stellar dApp to mainnet is high-stakes: a broken or insecure mainnet contract is far harder to fix than a delayed deploy. This Skill enforces a structured three-gate checklist so nothing critical is skipped before going live. ## Core Features & Use Cases - Pre-deployment verification: Checks contract correctness (tests, storage TTL, authorization paths), security (no unwraps, overflow handling, admin gating), audit requirements for high-value contracts, and operational readiness (key custody, upgrade path, emergency pause). - Deployment mechanics: Walks through stellar CLI network configuration, WASM build, upload, deploy, initialization, and on-chain verification with exact commands. - Post-deployment setup: Covers monitoring with indexers and alerting, ecosystem distribution via stellar.expert and lumenloop listings, and routing to SCF grant workflows. - Use Case: A developer says "deploy my Soroban contract to mainnet" and is walked through testnet verification, security review, CLI deployment, and post-launch monitoring without skipping any gate. ## Quick Start Ask the assistant to walk you through deploying your Soroban contract to Stellar mainnet using the deployment checklist.