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 deprecated native DEX module, or compiling with the wrong EVM version. This Skill provides accurate, current guidance for building on Sei's parallelized EVM, including chain configuration, precompile contracts, and EVM-CosmWasm interoperability. ## Core Features & Use Cases - Chain Configuration: Provides chain IDs (1329 mainnet, 1328 testnet), RPC endpoints, explorers, and ready-to-use Foundry, Hardhat, and viem setups with the required paris EVM target. - Precompile Contracts: Documents all nine precompiles (Bank, Wasm, JSON, Address, Staking, Governance, Distribution, IBC, Pointer) with Solidity interfaces and call restrictions. - EVM-CosmWasm Interop: Explains pointer contracts for CW20/ERC20 token bridging, associated balances for native Cosmos tokens, and Wasm precompile queries. - Use Case: Deploy an ERC20 token to Sei mainnet with Foundry, verify it on Seitrace, then query a CW20 token's balance from Solidity via its pointer contract. ## Quick Start Ask the agent to deploy a Solidity contract to Sei testnet using Foundry with the correct paris EVM version and chain ID 1328.