> ## Documentation Index
> Fetch the complete documentation index at: https://l2docs.whitechain.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Start building on Whitechain

> Whitechain is an EVM-compatible OP Stack Layer 2 that settles on Ethereum and uses WBT as the native gas token. Start here to connect, build, and deploy.

<Note>
  Available on Testnet today. Mainnet support is published at Mainnet launch.
</Note>

## Get started

<CardGroup cols={4}>
  <Card title="Build with AI" icon="sparkles" href="/build-with-ai">
    Connect an AI assistant and deploy with AI only.
  </Card>

  <Card title="Connect a wallet" icon="wallet" href="/learn/get-started/connect-wallet">
    Add Whitechain Sepolia.
  </Card>

  <Card title="Testnet faucet" icon="droplets" href="/learn/get-started/get-testnet-wbt">
    Claim test WBT to pay gas fees.
  </Card>

  <Card title="Deploy a contract" icon="rocket" href="/learn/get-started/deploy-a-contract">
    Remix, Hardhat, Foundry.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={4}>
  <Card title="What is Whitechain" icon="info" href="/learn/general/what-is-whitechain">
    How the L2 works.
  </Card>

  <Card title="Block explorer" icon="search" href="/build/block-explorer/overview">
    Inspect transactions and contracts.
  </Card>

  <Card title="Bridge assets" icon="arrow-left-right" href="/build/bridge/bridge-assets">
    Move assets to and from Ethereum.
  </Card>

  <Card title="Run a node" icon="database" href="/operate/run-a-node/overview">
    Run and maintain an RPC node.
  </Card>
</CardGroup>
