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

# Base Protocol

> Explore Base as a chain: connect to its networks, use native primitives, understand transactions and network systems, and operate infrastructure.

Base is an EVM-compatible chain with its own native primitives, transaction pipeline, network configuration, and protocol specification. Use the Base Protocol section to connect to the chain, understand how it works, and operate infrastructure against it.

## Start Using Base

<CardGroup cols={2}>
  <Card title="Base Protocol Overview" icon="link" href="/base-chain/overview">
    Find the practical entry points for integrating an app, wallet, contract, bridge, or infrastructure service.
  </Card>

  <Card title="Connect to Base" icon="plug" href="/base-chain/quickstart/connecting-to-base">
    Configure Base Mainnet, Base Sepolia, or Vibenet in your wallet, app, or development environment.
  </Card>

  <Card title="Get Testnet Funds" icon="faucet-drip" href="/base-chain/network-information/network-faucets">
    Fund a Base Sepolia address with testnet ETH and supported test tokens.
  </Card>

  <Card title="Bridge to Base" icon="bridge" href="/base-chain/network-information/ecosystem-bridges">
    Move assets to and from Base through supported routes.
  </Card>
</CardGroup>

## Use Chain-Native Primitives

<CardGroup cols={2}>
  <Card title="B20 Token Standard" icon="coins" href="/base-chain/network-information/b20-token-standard">
    Use Base's native token standard for cheaper transfers, built-in controls, memos, and asset variants.
  </Card>

  <Card title="Native Account Abstraction" icon="user-gear" href="/base-chain/specs/native-account-abstraction">
    Understand smart accounts that send ordinary Base transactions without separate bundler infrastructure.
  </Card>

  <Card title="Network Fees" icon="gas-pump" href="/base-chain/network-information/network-fees">
    Learn how Base calculates execution and Ethereum security fees.
  </Card>

  <Card title="Transaction Ordering" icon="arrow-down-1-9" href="/base-chain/network-information/transaction-ordering">
    Understand priority fees, block ordering, and 200 ms Flashblock preconfirmations.
  </Card>

  <Card title="Transaction Finality" icon="circle-check" href="/base-chain/network-information/transaction-finality">
    Choose the confirmation stage that matches your application's security requirements.
  </Card>

  <Card title="Contract Addresses" icon="file-contract" href="/base-chain/network-information/base-contracts">
    Find Base Mainnet and Base Sepolia system contract addresses.
  </Card>
</CardGroup>

## Understand and Operate the Network

<CardGroup cols={2}>
  <Card title="Protocol Specification" icon="file-lines" href="/base-chain/specs/overview">
    Explore Base's consensus, execution, bridging, proving, and network-system specifications.
  </Card>

  <Card title="Throughput and Limits" icon="gauge-high" href="/base-chain/network-information/throughput-and-limits">
    Plan around transaction gas limits, block capacity, and RPC endpoint limits.
  </Card>

  <Card title="Run a Base Node" icon="server" href="/base-chain/node-operators/run-a-base-node">
    Install, configure, tune, and troubleshoot Base node infrastructure.
  </Card>

  <Card title="Troubleshoot Transactions" icon="screwdriver-wrench" href="/base-chain/network-information/troubleshooting-transactions">
    Diagnose pending, rejected, failed, or slow transactions.
  </Card>
</CardGroup>
