What problem does it solve? AI agents often have outdated or incorrect knowledge about Sei, such as treating it as a pure Cosmos chain, using the wrong EVM version (Shanghai instead of paris), or building against the deprecated native DEX module. This Skill provides accurate chain configuration, precompile addresses, and working code patterns for Sei development. ## Core Features & Use Cases - Chain Configuration: Provides verified chain IDs (1329 mainnet, 1328 testnet), RPC endpoints, explorers, and Foundry/Hardhat/viem setup with the required paris EVM target. - Precompile & Interop Guidance: Documents all precompile contracts (staking, governance, IBC, bank, address conversion, pointer, Wasm) with Solidity interfaces for EVM-CosmWasm interoperability. - Deployment & Troubleshooting: Includes deployment walkthroughs, contract verification on Seitrace, error-code references, and fixes for common issues like PUSH0 opcode failures. - Use Case: Deploy an ERC20 token to Sei mainnet with Foundry, then query a CW20 token's ERC20 pointer contract and read associated Cosmos-native balances from an EVM address. ## Quick Start Ask the agent to deploy a Solidity contract to Sei testnet using Foundry with the correct chain configuration.