Documentation Index
Fetch the complete documentation index at: https://seilabs-docs-ai-tab-sei-skill.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Why this matters
AI assistants are trained on broad Ethereum knowledge, not Sei’s specifics. Without sei-skill, they’ll confidently give you wrong answers:| Without sei-skill | With sei-skill |
|---|---|
maxFeePerGas in transactions | Legacy gasPrice (Sei doesn’t use EIP-1559 basefee) |
| “Finality takes ~12 confirmations” | Instant finality — 1 confirmation is final |
| SSTORE costs 20,000 gas | SSTORE varies: 72,000 on testnet, 20,000 on mainnet (governance-adjustable) |
PREVRANDAO for randomness | PREVRANDAO is not random on Sei — use Pyth VRF or Chainlink VRF |
| Generic ERC-20 patterns | Sei precompiles, pointer contracts, dual-address UX |
@sei-js/evm imports | @sei-js/precompiles (the current package name) |
Three knowledge domains
sei-skill covers three areas. You can install all three or just the ones you need. Contracts — EVM smart contract development on Sei:- Foundry and Hardhat setup for Sei networks
- All Sei precompiles (Staking, Governance, Bank, Distribution, JSON, P256)
- Pointer contracts for cross-VM asset bridging
- Gas optimization, OCC parallel execution awareness
- Account abstraction (ERC-4337), contract upgradeability
- Verification workflows on Seitrace
- Security patterns and common errors
- Wagmi + Viem setup with Sei chain config
- Wallet integration (Sei Global Wallet, MetaMask, Compass, Ledger, EIP-6963)
- Dual-address UX (
sei1...↔0x...from the same key) - Fast-finality patterns for 400ms blocks
- RainbowKit and ConnectKit integration
- RPC endpoints (public, community, paid SaaS)
- Bridges (LayerZero V2, Wormhole, Axelar, CCTP)
- Oracles (Chainlink, Pyth, API3, RedStone)
- Indexers (The Graph, Goldsky, Dune, Moralis)
- DeFi protocols (DragonSwap, Yei, Takara, Saphyre)
- Validators, node operations, grants
Quick install
~/.claude/skills/sei/ by default (Claude Code). For other AI assistants, see the Installation Guide.