> ## Documentation Index
> Fetch the complete documentation index at: https://seilabs-docs-giga-whitepaper-v2-rework.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Learn About Sei

> Discover Sei Network's architecture, performance features, and ecosystem, with detailed resources on consensus, tokenomics, governance, and development frameworks.

**Performance-Optimized Ethereum Compatibility**

Sei's EVM implementation addresses traditional performance constraints through three key subsystems that work together to deliver unparalleled speed while maintaining full compatibility with the Ethereum ecosystem.

## Understand the Sei Ecosystem

### Fundamentals

<CardGroup cols={2}>
  <Card horizontal title="Account System" icon="key" href="/learn/accounts">
    Understand native & EVM addresses, keys, and account abstraction.
  </Card>

  <Card horizontal title="Token Standards" icon="coins" href="/learn/dev-token-standards">
    Discover ERC20, ERC721, and native Sei token capabilities.
  </Card>

  <Card horizontal title="Gas & Fees" icon="gas-pump" href="/learn/dev-gas">
    Learn how transaction costs are calculated and paid on Sei.
  </Card>

  <Card horizontal title="Wallets" icon="wallet" href="/learn/wallets">
    Explore supported wallets and integration options for Sei.
  </Card>
</CardGroup>

### Network

<CardGroup cols={2}>
  <Card horizontal title="Staking & Delegation" icon="users" href="/learn/general-staking">
    Secure the network and earn rewards by participating in staking.
  </Card>

  <Card horizontal title="Network Governance" icon="gavel" href="/learn/general-governance">
    Understand the on-chain proposal and voting process for upgrades.
  </Card>

  <Card horizontal title="Chains" icon="network-wired" href="/learn/dev-chains">
    Connect to Sei mainnet, testnet, and development environments.
  </Card>

  <Card horizontal title="Block Explorers" icon="globe" href="/learn/explorers">
    Track transactions, blocks, and contract activity on Sei.
  </Card>
</CardGroup>

## MCP Server: AI-Powered Blockchain

**Enable AI assistants to interact with Sei through natural language**

The Sei Model Context Protocol (MCP) Server brings blockchain functionality directly to AI assistants like Claude, ChatGPT, and Cursor. Execute transactions, query data, and build on Sei using conversational AI.

<CardGroup cols={4}>
  <Card horizontal title="Wallet Integration" icon="wallet">
    Check balances, transfer tokens, and manage accounts through AI.
  </Card>

  <Card horizontal title="Smart Contracts" icon="file-code">
    Read and write contract state with natural language commands.
  </Card>

  <Card horizontal title="Blockchain Data" icon="database">
    Query blocks, transactions, and network state instantly.
  </Card>

  <Card horizontal title="Token Operations" icon="coins">
    Transfer SEI, ERC20, NFTs, and multi-tokens seamlessly.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card horizontal title="Get Started with MCP" icon="rocket" href="/ai/mcp-server">
    Get Started with MCP
  </Card>

  <Card horizontal title="View on GitHub" icon="github" href="https://github.com/sei-protocol/sei-js/tree/main/packages/mcp-server">
    View on GitHub
  </Card>
</CardGroup>

## Sei EVM Platform Details

### Traditional EVM Constraints Solved by Sei

<CardGroup cols={3}>
  <Card horizontal title="Block Time Limitations" icon="clock">
    Replaces \~15s block times with sub-second finality.
  </Card>

  <Card horizontal title="Sequential Processing" icon="microchip">
    Eliminates single-threaded bottlenecks via parallelization.
  </Card>

  <Card horizontal title="Inefficient State Access" icon="database">
    Optimizes state reads/writes with SeiDB.
  </Card>
</CardGroup>

### Core System Architecture

<CardGroup cols={3}>
  <Card horizontal title="Twin Turbo Consensus" icon="clock" href="/learn/twin-turbo-consensus">
    * Sub-Second Blocks
    * Fast Finality
  </Card>

  <Card horizontal title="Parallelization Engine" icon="microchip" href="/learn/parallelization-engine">
    * Multi-Core Execution
    * Transaction Classification
  </Card>

  <Card horizontal title="SeiDB" icon="database" href="/learn/seidb">
    * Optimized State Access
    * Concurrent Operations
  </Card>
</CardGroup>

### Performance Advantages

<CardGroup cols={3}>
  <Card horizontal title="High Throughput" icon="bolt">
    * 100 MGas/s capacity
    * Sub-second block times
    * Immediate transaction inclusion
  </Card>

  <Card horizontal title="Linear Scaling" icon="arrow-trend-up">
    * Multi-core utilization
    * Hardware-optimized
    * Efficient resource usage
  </Card>

  <Card horizontal title="EVM Compatibility" icon="shield-check">
    * 100% Ethereum-compatible
    * Full tooling support
    * No code modifications needed
  </Card>
</CardGroup>

## Sei Giga: the next-generation architecture

**Designed to be the first Multi-Proposer EVM Layer 1**

Sei Giga will be the next generation of the Sei protocol following the Giga Upgrade. It will arrive as in-place upgrades to the live network. Every validator will propose concurrently, consensus will finalize only the transaction order, and execution will run asynchronously. On an internal devnet this architecture sustained more than 5 gigagas per second (200,000+ TPS) with ordering finality under 250 ms.

<CardGroup cols={3}>
  <Card horizontal title="Autobahn Consensus" icon="bolt">
    Multi-Proposer BFT: per-validator lanes, 1.5 round trips, sub-250 ms ordering finality.
  </Card>

  <Card horizontal title="Async Execution" icon="clock">
    Consensus will fix ordering; execution and state attestation will follow off the critical path.
  </Card>

  <Card horizontal title="Parallel Execution" icon="shuffle">
    Block-STM-style optimistic concurrency across all CPU cores.
  </Card>
</CardGroup>

<Card horizontal title="Deep Dive into Sei Giga" icon="arrow-right" href="/learn/sei-giga">
  Architecture, roadmap and status, technical specification, and developer guidance.
</Card>

## Key Use Cases

<CardGroup cols={3}>
  <Card horizontal title="High-Frequency Trading" icon="chart-line">
    Fast settlement, low-latency, and on-chain order books.
  </Card>

  <Card horizontal title="Interactive Applications" icon="mobile-screen">
    Responsive interfaces with reduced confirmation times.
  </Card>

  <Card horizontal title="Content & Social Platforms" icon="users">
    Efficient interaction for high-volume applications.
  </Card>
</CardGroup>
