What problem does it solve? Developers building on Flare need accurate, consolidated knowledge of the network's protocols, chain IDs, RPC endpoints, contract resolution patterns, and tooling without hunting through scattered documentation. ## Core Features & Use Cases - Network Reference: Chain IDs, RPC endpoints, block explorers, faucets, and native tokens for Flare Mainnet, Coston2, Songbird, and Coston. - Protocol Explanations: Covers FTSO, FDC, FAssets, Smart Accounts, FSP, Snowman++ consensus, governance, and Flare Confidential Compute (TEE). - Developer Guides: Language-specific integration guides for JavaScript, TypeScript/React, Python, Rust, and Go, plus Hardhat/Foundry starter kits, the ContractRegistry pattern, WNat wrapping, and secure random numbers. - Use Case: A developer setting up a Hardhat project on Coston2 can get the correct RPC URL, chain ID 114, cancun EVM setting, faucet link, and ContractRegistry usage pattern in one place. ## Quick Start Ask the assistant to explain how to connect to the Coston2 testnet and resolve the FtsoV2 contract address using the Flare ContractRegistry.