# Sei Documentation

> Technical documentation for Sei, the fastest EVM blockchain. Covers smart contract development (Hardhat, Foundry), frontend integration (wagmi, ethers.js), AI tooling (MCP Server, Cambrian Agent Kit), x402 micropayments, node operations, and the Sei Giga upgrade roadmap.

Sei is a parallelized EVM Layer 1 blockchain with 400ms finality, 100 MGas/s throughput, and full Ethereum tooling compatibility. Deploy standard Solidity contracts with no modifications. Chain ID: mainnet 1329, testnet 1328.

Prerequisites: Node.js ≥ 18, a wallet (MetaMask or any EVM-compatible wallet), and SEI tokens for gas fees.
Authentication: No API key is required for public RPC endpoints. Rate limits apply to free RPC endpoints — use a dedicated provider (Ankr, DRPC, Nirvana) for production workloads.
Version compatibility: Solidity ≥ 0.8.x recommended. Sei EVM uses the Pectra EVM version (without blob transactions).
Network requirements: Mainnet chain ID 1329, testnet chain ID 1328. Gas is paid in SEI (18 decimals).
Important notes: Sei has 400ms block times — set lower polling intervals than on Ethereum. Transactions that touch independent state are parallelized automatically; shared-state writes are serialized.

## Quick Reference

Chain ID: mainnet 1329, testnet 1328
RPC (mainnet): https://evm-rpc.sei-apis.com
RPC (testnet): https://evm-rpc-testnet.sei-apis.com
Native token: SEI (gas, staking, governance)
USDC (mainnet): 0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392 (6 decimals)
USDC (testnet): 0x4fCF1784B31630811181f670Aea7A7bEF803eaED (6 decimals)
Block time: 400ms finality
Throughput: 100 MGas/s (~12,500 TPS)
EVM compatibility: Full — standard Solidity, Hardhat, Foundry, wagmi, ethers.js work unmodified

## Learn

Sei is a parallelized EVM Layer 1 blockchain. Its performance comes from Twin Turbo Consensus (optimistic block processing), parallel EVM execution (concurrent transaction processing for independent state), and SeiDB (high-throughput storage layer). Full Ethereum tooling compatibility — deploy standard Solidity contracts with no modifications.

Sei Giga is the next major upgrade targeting 200K TPS and 5 gigagas/s throughput via Autobahn multi-proposer BFT consensus and a custom EVM execution engine. For developers: Sei Giga's parallel execution engine rewards contracts with user-scoped state (mapping per address) over shared global state.

Mainnet (pacific-1): Chain ID 1329. Testnet (atlantic-2): Chain ID 1328.

- [Token Standards](https://docs.sei.io/learn/dev-token-standards): Explore the different token types on Sei including native SEI, smart contract tokens (ERC20/CW20), and NFTs, with implementation guidance for each standard.
- [Block Explorers](https://docs.sei.io/learn/explorers): A comprehensive overview of block explorers for the Sei Network across different environments. Access tools for tracking transactions, analyzing addresses, and monitoring network activity.
- [Faucet](https://docs.sei.io/learn/faucet): Request testnet tokens for development and testing on Sei Network. The faucet distributes test tokens with no real-world value.
- [Sei Branding](https://docs.sei.io/learn/general-brand-kit): Sei Branding Please adhere to these guidelines when featuring Sei in marketing communications, such as advertising, articles, websites, and printed materials.
- [Network Governance](https://docs.sei.io/learn/general-governance): Learn about Sei's governance system and how to participate in the decision-making process
- [Staking](https://docs.sei.io/learn/general-staking): Participate in Sei's proof-of-stake consensus by staking tokens with validators, with detailed explanations of delegation, rewards, slashing risks, and the unbonding process.
- [Hardware Wallets](https://docs.sei.io/learn/hardware-wallets): Comprehensive guide to Hardware Wallets on Sei. Learn key concepts, commands, and best practices.
- [Blockchain Indexers](https://docs.sei.io/learn/indexers): Comprehensive guide to Blockchain Indexers for Sei Network on Sei. Learn key concepts, commands, and best practices.
- [Using Ledger Hardware Wallets on Sei](https://docs.sei.io/learn/ledger-setup): Configure your Ledger hardware wallet to securely manage Sei assets, with step-by-step instructions for installation, receiving and sending transactions, and security best practices.
- [Oracle Providers](https://docs.sei.io/learn/oracles): Directory of oracle providers for Sei blockchain. Access reliable price feeds and off-chain data for DeFi applications, smart contracts, and dApps.
- [Sei Parallelization Engine](https://docs.sei.io/learn/parallelization-engine): Learn how Sei's Parallelization Engine enables simultaneous transaction processing across multiple CPU cores, delivering higher throughput while maintaining safety and consistency guarantees.
- [Pointer Contracts](https://docs.sei.io/learn/pointers): Understand how Sei's pointer contract system enables seamless asset movement between EVM and Cosmos environments, with implementation patterns for various token types.
- [Proposals](https://docs.sei.io/learn/proposals): Complete guide to Sei governance proposals. Learn about different proposal types and how to submit them.
- [RPC Providers](https://docs.sei.io/learn/rpc-providers): Directory of reliable RPC service providers for Sei blockchain. Access endpoints for development, node connections, and blockchain interactions.
- [Sei Giga Developer Guide](https://docs.sei.io/learn/sei-giga-developers): Key patterns and techniques for building high-performance dApps on Sei Giga
- [Sei Giga Technical Specifications](https://docs.sei.io/learn/sei-giga-specs): Comprehensive technical specifications for Sei Giga architecture, consensus protocols, and performance characteristics
- [Sei Giga Overview](https://docs.sei.io/learn/sei-giga): A comprehensive technical overview of Sei Giga - a high-performance blockchain platform combining EVM compatibility with groundbreaking consensus, execution, and storage innovations for unprecedented throughput and sub-second finality.
- [SeiDB](https://docs.sei.io/learn/seidb): Learn how SeiDB's specialized storage architecture accelerates blockchain operations through multi-level caching, optimized state access, and concurrency control designed specifically for EVM workloads.
- [SIP-03 Migration](https://docs.sei.io/learn/sip-03-migration): Practical steps and resources for users migrating during SIP-03, including asset transfer and USDC guidance.
- [Twin Turbo Consensus](https://docs.sei.io/learn/twin-turbo-consensus): Explore how Sei's Twin Turbo consensus mechanism achieves higher transaction throughput by separating block building from consensus, with detailed explanations of the protocol's design and benefits.
- [Get Started With Sei](https://docs.sei.io/learn/user-quickstart): Comprehensive guide to Getting Started with Sei Network: User Quick Start Guide on Sei. Learn key concepts, commands, and best practices.
- [Wallet Providers](https://docs.sei.io/learn/wallets): Comprehensive guide to Sei Wallet Providers Guide on Sei. Learn key concepts, commands, and best practices.
- [Accounts on Sei EVM and Cosmos-SDK](https://docs.sei.io/learn/accounts): Understand how Sei's unified account system works with both EVM (0x) and Cosmos (sei1) addresses, including association methods, security considerations, and cross-environment interactions.
- [Gas](https://docs.sei.io/learn/dev-gas): Understand gas pricing, limits, and optimization strategies for Sei transactions, with guides for sending transactions using seid and EVM interfaces.
- [EVM and Cosmos Interoperability](https://docs.sei.io/learn/dev-interoperability): Understand how Sei enables seamless interaction between EVM and Cosmos ecosystems through its dual address system, precompiles, and pointer contracts.
- [Chains](https://docs.sei.io/learn/dev-chains): Compare Sei's different network environments including testnet, mainnet, and local chains, with detailed chain IDs and purposes for each development stage.
- [About Sei](https://docs.sei.io/learn): Discover Sei Network's architecture, performance features, and ecosystem, with detailed resources on consensus, tokenomics, governance, and development frameworks.

## AI Tooling

The Sei MCP Server (@sei-js/mcp-server) connects AI assistants to Sei with 29+ tools. Install: `npx -y @sei-js/mcp-server`. Read-only tools: get_chain_info, get_balance, get_erc20_balance, get_token_info, get_nft_info, and more. Wallet tools (require PRIVATE_KEY): transfer_sei, transfer_erc20, deploy_contract, write_contract, and more. Documentation search: search_docs, search_sei_js_docs.

The Cambrian Agent Kit enables autonomous AI agents on Sei with DeFi protocol integrations (Takara lending, Silo lending, Citrex perpetuals, Symphony aggregation, DragonSwap liquidity).

The x402 protocol enables HTTP 402-based micropayments for machine-to-machine payments — agents pay per-request for APIs, content, and services with instant settlement on Sei (~400ms finality). The sei-js library provides both server-side (payment verification) and client-side (payment signing) x402 packages.

- [Agentic Wallets](https://docs.sei.io/evm/ai-tooling/agentic-wallets): Build AI agents with secure, programmable wallets on Sei using Coinbase AgentKit or Privy server wallets. Includes setup guides, policy engines, and a full feature comparison.
- [Cambrian Agent Kit](https://docs.sei.io/evm/ai-tooling/cambrian-agent-kit): Learn to build powerful, autonomous AI agents and agentic chatbots on the SEI blockchain with DeFi protocol integrations including Takara, Silo, Citrex, and Symphony.
- [MCP Server](https://docs.sei.io/evm/ai-tooling/mcp-server): Enable AI assistants to interact with Sei networks through natural language using the Model Context Protocol
- [x402 Protocol on Sei](https://docs.sei.io/evm/x402): Implement HTTP micropayments on Sei using the x402 protocol for API monetization and digital services.

## EVM Development

Sei's EVM is fully compatible with Ethereum. Standard Solidity contracts deploy without modification. All Ethereum tooling (Hardhat, Foundry, wagmi, ethers.js, viem, RainbowKit) works as-is. Transactions touching independent state execute concurrently.

Precompiled contracts at fixed addresses expose native Sei functionality (staking, governance, IBC transfers, pointer contracts) to EVM.

Native USDC: mainnet 0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392, testnet 0x4fCF1784B31630811181f670Aea7A7bEF803eaED (6 decimals).

- [Address Precompile](https://docs.sei.io/evm/precompiles/cosmwasm-precompiles/addr): Learn how to interact with Sei's Addr precompile through ethers.js and Solidity, enabling address association and cross-chain address mapping directly in your EVM smart contracts for seamless user experiences.
- [Example Usage](https://docs.sei.io/evm/precompiles/cosmwasm-precompiles/example-usage): Learn how to interact with Sei precompiles using ethers.js to query and execute CosmWasm contracts from the EVM.
- [IBC Precompile](https://docs.sei.io/evm/precompiles/cosmwasm-precompiles/ibc): Transfer funds across chains using the IBC protocol precompile at address 0x0000000000000000000000000000000000001009.
- [PointerView Precompile](https://docs.sei.io/evm/precompiles/cosmwasm-precompiles/pointerview): Learn how to use Sei's PointerView precompile to query and discover existing EVM pointers for Cosmos SDK native tokens and CosmWasm contracts, enabling efficient asset discovery and integration.
- [CosmWasm Precompile](https://docs.sei.io/evm/precompiles/cosmwasm-precompiles/cosmwasm): Learn how to interact with Sei's CosmWasm precompile through ethers.js, enabling execution, batch operations, and querying of pre-existing CosmWasm contracts directly from your EVM smart contracts.
- [Bank Precompile](https://docs.sei.io/evm/precompiles/cosmwasm-precompiles/bank): Learn how to interact with Sei's Bank precompile through ethers.js and Solidity, enabling native token transfers, balance queries, and token metadata management directly in your EVM smart contracts for seamless DeFi experiences.
- [Distribution Precompile](https://docs.sei.io/evm/precompiles/distribution): Manage staking rewards and validator commissions through Sei's distribution precompile. EVM applications can withdraw rewards, set withdrawal addresses, and interact with Cosmos SDK distribution functionality.
- [Example Usage](https://docs.sei.io/evm/precompiles/example-usage): Learn how to interact with Sei's precompiles through ethers.js, covering all available precompiles with quick examples and common patterns for seamless integration between EVM and Cosmos functionality.
- [Governance Precompile Usage](https://docs.sei.io/evm/precompiles/governance): Learn how to interact with Sei's governance precompile through ethers.js, enabling proposal submission, voting, token deposits, and governance queries to participate in on-chain governance directly from EVM applications.
- [JSON Precompile Usage](https://docs.sei.io/evm/precompiles/json): Learn how to interact with Sei's JSON precompile through ethers.js, enabling efficient parsing, manipulation, and querying of JSON data within EVM smart contracts to overcome Solidity's native limitations for handling complex data structures.
- [Oracle Precompile Usage](https://docs.sei.io/evm/precompiles/oracle): Learn how to interact with Sei's Oracle precompile through ethers.js, enabling real-time access to exchange rates, TWAPs, and other economic data directly in your EVM smart contracts for DeFi applications.
- [P256 Precompile](https://docs.sei.io/evm/precompiles/p256-precompile): Use the P256 precompile to verify secp256r1/P-256 signatures directly from EVM smart contracts, enabling efficient passkey-based authentication and signature verification.
- [Staking Precompile](https://docs.sei.io/evm/precompiles/staking): Learn how to interact with Sei's Staking precompile through ethers.js, enabling delegation, undelegation, redelegation, and validator management directly in your EVM smart contracts for DeFi and staking applications.
- [Analytics Setup](https://docs.sei.io/evm/analytics-setup): Comprehensive guide on how to set up analytics for your project
- [Optimizing Contracts for Parallelization](https://docs.sei.io/evm/best-practices/optimizing-for-parallelization): Design patterns to reduce state conflicts and maximize Sei EVM parallel execution while lowering gas usage.
- [Zeroing Out Stale State](https://docs.sei.io/evm/best-practices/zeroing-stale-state): Strategies for clearing unused EVM storage on Sei to reduce state growth and improve node performance.
- [LayerZero V2 on SEI](https://docs.sei.io/evm/bridging/layerzero): Step-by-step guide to building cross-chain applications on SEI using LayerZero V2
- [Enable Onramps, Swapping & Bridging on Any EVM Chain](https://docs.sei.io/evm/bridging/thirdweb): Comprehensive guide on enabling onramps, swapping & bridging on Any EVM Chain on Sei. Learn key concepts, commands, and best practices.
- [Frontend Development](https://docs.sei.io/evm/building-a-frontend): Comprehensive guide on Building a Frontend for Sei EVM. Learn key concepts, commands, and best practices.
- [Changelog](https://docs.sei.io/evm/changelog): Track the latest updates, improvements, and changes to Sei Chain. Stay informed about new features, bug fixes, and protocol upgrades.
- [Debugging for EVM](https://docs.sei.io/evm/debugging-contracts): Advanced debugging techniques for EVM transactions on Sei. Learn transaction template generation and analysis using seid and Foundry cast tools.
- [Divergence from Ethereum](https://docs.sei.io/evm/differences-with-ethereum): A comparison of Sei EVM and Ethereum, highlighting Sei's advantages in blocktime, throughput, finality, and execution environment, as well as technical differences in opcodes, state storage, and other features.
- [Dune Analytics](https://docs.sei.io/evm/dune): Complete guide to working with Dune Analytics on Sei Network
- [Ecosystem Contracts](https://docs.sei.io/evm/ecosystem-contracts): Comprehensive registry of smart contract addresses for projects building on Sei. Find verified contract addresses organized by project.
- [Sei EVM Smart Contract Development with Foundry](https://docs.sei.io/evm/evm-foundry): Learn how to develop, test, and deploy smart contracts on Sei EVM using Foundry, with step-by-step examples of contract creation, testing, deployment, and interaction using both CLI and ethers.js.
- [EVM (general)](https://docs.sei.io/evm/evm-general): Comprehensive guide on Ethereum Virtual Machine (EVM) on Sei blockchain. Learn about smart contract languages, development tools, and best practices for building on Sei's parallelized EVM.
- [Sei EVM Smart Contract Development with Hardhat](https://docs.sei.io/evm/evm-hardhat): Learn how to set up Hardhat for Sei EVM development, create and deploy smart contracts, and leverage OpenZeppelin components for secure, standardized implementations.
- [Verify Contract](https://docs.sei.io/evm/evm-verify-contracts): Comprehensive guide on how to verify your EVM smart contracts on Sei
- [Using the EVM OpenZeppelin Contract Wizard](https://docs.sei.io/evm/evm-wizard): Learn how to use the OpenZeppelin Contract Wizard to create secure, standard-compliant smart contracts for Sei EVM, with step-by-step guidance and best practices.
- [In-App Swaps Integration Guide](https://docs.sei.io/evm/in-app-swaps): Guide to integrating the Symphony swap widget into your Sei application for seamless token exchanges.
- [Sim by Dune](https://docs.sei.io/evm/indexer-providers/dune-sim): Learn how to integrate Sim by Dune real-time multichain indexing services with Sei network for blockchain data analysis and application development.
- [GoldRush - powered by Covalent](https://docs.sei.io/evm/indexer-providers/goldrush): Learn how to integrate GoldRush indexing services with Sei network for blockchain data analysis and application development.
- [Goldsky](https://docs.sei.io/evm/indexer-providers/goldsky): Implement Goldsky's Subgraphs and Mirror products to efficiently index, query, and stream Sei blockchain data for your dApps with customizable data models and real-time pipelines.
- [Moralis Integration](https://docs.sei.io/evm/indexer-providers/moralis): Complete guide to integrating Moralis with Sei blockchain for Web3 development
- [The Graph](https://docs.sei.io/evm/indexer-providers/the-graph): Build and deploy subgraphs on The Graph to efficiently index and query data from Sei smart contracts, with step-by-step instructions from initialization to production deployment.
- [Installing seid CLI](https://docs.sei.io/evm/installing-seid-cli): Complete guide to installing and setting up the Sei CLI (seid) tool, including wallet creation, EVM imports, and troubleshooting common installation issues.
- [Ledger Setup (EVM)](https://docs.sei.io/evm/ledger-ethers): Set up your Ledger hardware wallet for signing EVM transactions on Sei, including device configuration, Ethers.js integration, and a simple transfer example.
- [API3](https://docs.sei.io/evm/oracles/api3): Complete guide to integrating API3 with Sei
- [Chainlink Data Streams](https://docs.sei.io/evm/oracles/chainlink): Complete guide to integrating Chainlink Data Streams with Sei Network
- [Pyth Network](https://docs.sei.io/evm/oracles/pyth-network): Complete guide to integrating Pyth Network with Sei
- [RedStone](https://docs.sei.io/evm/oracles/redstone): Complete guide to integrating RedStone oracles with Sei
- [Querying the EVM](https://docs.sei.io/evm/querying-the-evm): Accurate guide to querying EVM data and contracts using the seid CLI, including address lookups, ERC20 queries, payload generation, and pointer resolution.
- [RPC Reference Guide](https://docs.sei.io/evm/reference): Comprehensive reference documentation for Sei's EVM JSON-RPC API endpoints, including standard Ethereum methods and Sei-specific extensions for developers.
- [Sei Global Wallet](https://docs.sei.io/evm/sei-global-wallet): Learn how to integrate and use Sei Global Wallet, a cross-application embedded crypto wallet that provides persistent wallet experience across Sei ecosystem applications.
- [Scaffold Sei](https://docs.sei.io/evm/sei-js/create-sei): CLI tool for scaffolding production-ready Sei applications with pre-configured templates
- [@sei-js/ledger](https://docs.sei.io/evm/sei-js/ledger): TypeScript library for SEI Ledger app helper functions — address derivation, Amino signing, and CosmJS integration
- [JavaScript Tracers](https://docs.sei.io/evm/tracing/javascript-tracers): Create custom debugging logic with JavaScript tracers for advanced EVM transaction analysis on Sei. Learn performance optimization, memory management, and advanced debugging patterns.
- [Tracing Troubleshooting Guide](https://docs.sei.io/evm/tracing/troubleshooting): Comprehensive troubleshooting guide for EVM transaction tracing on Sei. Resolve common issues with timeouts, memory limits, JavaScript errors, and performance optimization.
- [How to migrate to Sei from another EVM chain](https://docs.sei.io/evm/migrate-from-other-evms): Step-by-step checklist for teams that already run on another EVM chain and want to redeploy on Sei, including environment prep, contract migration, liquidity planning, and chain-specific guidance for Ethereum, Arbitrum, Base, Polygon, and Avalanche.
- [How to Migrate from Solana to Sei EVM](https://docs.sei.io/evm/migrate-from-solana): A comprehensive guide for Solana developers transitioning to Sei EVM, covering architectural differences, concept mapping, code translation patterns, and step-by-step migration strategies.
- [Sei EVM Networks](https://docs.sei.io/evm/networks): Discover network information for Sei EVM across all environments including mainnet and testnet. Access RPC endpoints, chain IDs, and blockchain explorers.
- [@sei-js SDK](https://docs.sei.io/evm/sei-js): A complete TypeScript SDK for building decentralized applications on Sei Network
- [Solidity Resources](https://docs.sei.io/evm/solidity-resources): Comprehensive guide on Solidity Development Resources for Sei EVM on Sei. Learn key concepts, commands, and best practices.
- [Viewing Tokens in MetaMask](https://docs.sei.io/evm/tokens): Learn how to view and manage different token types in MetaMask with Sei network, including ERC20 tokens, ERC721 NFTs.
- [Debug Tracing Overview](https://docs.sei.io/evm/tracing): Comprehensive guide to debugging and tracing EVM transactions on Sei. Learn to analyze transaction execution, optimize gas usage, and troubleshoot smart contracts with real examples and end-to-end workflows.
- [Overview](https://docs.sei.io/evm/vrf/pyth-network-vrf): Complete guide to integrating Pyth Network VRF with Sei Network
- [Social logins with Particle Connect](https://docs.sei.io/evm/wallet-integrations/particle): Comprehensive guide on Social logins with Particle Connect on Sei. Learn key concepts, commands, and best practices.
- [Thirdweb EIP-7702 Integration Guide](https://docs.sei.io/evm/wallet-integrations/thirdweb-7702): Learn how to integrate thirdweb's Account Abstraction SDK with Sei network to build decentralized applications with seamless wallet connectivity.
- [Sponsoring Transactions With Pimlico](https://docs.sei.io/evm/wallet-integrations/pimlico): Learn how to integrate Pimlico's account abstraction services with Sei network for gasless transactions and smart account functionality.
- [Thirdweb Account Abstraction on SEI](https://docs.sei.io/evm/wallet-integrations/thirdweb): Learn how to integrate thirdweb's Account Abstraction SDK with Sei network to build decentralized applications with seamless wallet connectivity.
- [Transactions with seid](https://docs.sei.io/evm/transactions-with-seid): Complete guide to executing EVM transactions using the Sei CLI (seid). Learn how to send tokens, deploy contracts, and interact with smart contracts.
- [Transactions](https://docs.sei.io/evm/transactions): Comprehensive guide on Transactions on Sei. Learn key concepts, commands, and best practices.
- [USDC on Sei (Developers)](https://docs.sei.io/evm/usdc-on-sei): Guide to integrating USDC stablecoin on Sei using Viem and Node.js for transfers and balance checks.
- [Video Tutorials](https://docs.sei.io/evm/videos): Watch video tutorials covering Sei EVM development, smart contract tooling, precompiles, and more.
- [Sei EVM](https://docs.sei.io/evm): Comprehensive guide on Sei EVM - High Performance Ethereum Virtual Machine on Sei. Learn key concepts, commands, and best practices.

## Node Operations

Sei supports full nodes (recent state, consensus relay), archive nodes (complete historical state), and validator nodes (block production and consensus). StateSync enables fast bootstrap — new nodes fetch a recent state snapshot instead of replaying all historical blocks.

- [Performance, Monitoring and Alerting](https://docs.sei.io/node/advanced-config-monitoring): Optimize your Sei node's performance with advanced system configurations, monitoring setup with Prometheus and Grafana, and effective alerting strategies for maintaining reliable node operations.
- [Sei Node Operations](https://docs.sei.io/node/node-operators): Detailed guide for running and maintaining Sei nodes. Learn about configuration management, database maintenance, service management, and update procedures.
- [Node types](https://docs.sei.io/node/node-types): Learn about different types of Sei nodes, their purposes, commonly used ports, and systemd configuration.
- [RocksDB Backend Setup & Performance Guide](https://docs.sei.io/node/rocksdb-backend): Build and enable the RocksDB backend for seid to significantly improve iteration-heavy operations and traceBlock latency, especially on long-history RPC and archive nodes.
- [seictl Overview](https://docs.sei.io/node/seictl): Install and use the seictl CLI to patch Sei node configuration and genesis files safely with merge-patch workflows.
- [Join the testnet and mainnet network using Node Snapshots](https://docs.sei.io/node/snapshot): Detailed guide for using snapshots to join the network
- [Join the mainnet and testnet network using StateSync](https://docs.sei.io/node/statesync): Detailed guide for using statesync to join the network
- [Swagger API Documentation](https://docs.sei.io/node/swagger): Learn how to enable and access Swagger API documentation for your Sei node. Configure the swagger endpoint in app.toml and view interactive API docs.
- [Sei Technical Reference](https://docs.sei.io/node/technical-reference): Access detailed command syntax, configuration parameters, and troubleshooting procedures for node operators and validators running Sei network infrastructure.
- [Error Codes and Troubleshooting of Nodes](https://docs.sei.io/node/troubleshooting): Detailed guide for troubleshooting node problems.
- [Validator Operations Guide](https://docs.sei.io/node/validators): Learn how to set up and maintain a validator node on Sei Network, including hardware security configuration, key management, monitoring practices, and governance participation requirements.
- [Node Operations](https://docs.sei.io/node): Deploy and maintain Sei Network infrastructure with comprehensive guides for validators, RPC nodes, and archive nodes, including hardware requirements, installation steps, and operational best practices.

## Examples

### Deploy a contract with Hardhat

```javascript
// hardhat.config.js
module.exports = {
  solidity: "0.8.26",
  networks: {
    sei: {
      url: "https://evm-rpc.sei-apis.com",
      chainId: 1329,
      accounts: [process.env.PRIVATE_KEY],
    },
  },
};
```

### Query a balance with viem

```typescript
import { createPublicClient, http } from "viem";
import { sei } from "viem/chains";

const client = createPublicClient({ chain: sei, transport: http() });
const balance = await client.getBalance({
  address: "0xYourAddress",
});
console.log("Balance:", balance);
```

### Connect a wallet with wagmi

```typescript
import { http, createConfig } from "wagmi";
import { sei } from "wagmi/chains";
import { injected } from "wagmi/connectors";

export const config = createConfig({
  chains: [sei],
  connectors: [injected()],
  transports: { [sei.id]: http() },
});
```


## Optional

- [Sei Network](https://docs.sei.io/agents): Documentation for Sei. Providing comprehensive guides, tutorials, and resources for developers building on Sei. Learn about the EVM, smart contracts, tokenization standards (ERC20, ERC721, ERC1155), and advanced features of the Sei ecosystem to accelerate your blockchain development journey.
- [Sei Network](https://docs.sei.io/skill): Documentation for Sei. Providing comprehensive guides, tutorials, and resources for developers building on Sei. Learn about the EVM, smart contracts, tokenization standards (ERC20, ERC721, ERC1155), and advanced features of the Sei ecosystem to accelerate your blockchain development journey.
- [Sei Documentation](https://docs.sei.io/): Sei documentation: guides, references, and tutorials for building on the Sei EVM and ecosystem.

## Resources

- [GitHub](https://github.com/sei-protocol): Open source repositories including sei-chain, sei-js, and MCP server
- [Sei-JS Documentation](https://sei-js.docs.sei.io): JavaScript/TypeScript SDK documentation for Sei-js blockchain integration
- [Ecosystem](https://www.sei.io/ecosystem): Directory of projects building on Sei
- [Blog](https://blog.sei.io): Latest news, announcements, and technical deep dives
