> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-docs-live-native-aa-demo-poc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Base protocol specifications, core primitives, and network systems.

Technical specifications for how Base works at the chain level. Core Primitives covers what developers interact with directly — tokens, accounts, bridging, fees, and transactions. Network Systems covers protocol internals — the batcher, consensus, execution, and proof system.

### Core Primitives

<CardGroup cols={2}>
  <Card title="B20" icon="coin" href="/base-chain/specs/reference/b20/index">
    Native token standard with compliance, memos, and supply controls.
  </Card>

  <Card title="Native Account Abstraction" icon="key" href="/base-chain/specs/native-account-abstraction">
    Smart accounts that send ordinary transactions with no bundlers or relays.
  </Card>

  <Card title="Bridging" icon="bridge" href="/base-chain/network-information/ecosystem-bridges">
    Move ETH, stablecoins, and tokens to and from Base.
  </Card>

  <Card title="Network Fees" icon="receipt" href="/base-chain/network-information/network-fees">
    L2 execution fees, L1 security fees, and cost-saving strategies.
  </Card>

  <Card title="Transaction Ordering" icon="arrow-down-1-9" href="/base-chain/network-information/transaction-ordering">
    How transactions are ordered by priority fee and arrival time.
  </Card>

  <Card title="Transaction Finality" icon="check-double" href="/base-chain/network-information/transaction-finality">
    Confirmation stages from unsafe through finalized.
  </Card>

  <Card title="Flashblocks" icon="bolt" href="/base-chain/flashblocks/faq">
    Sub-second block building, WebSocket data, and RPC usage.
  </Card>
</CardGroup>

### Network Systems

<CardGroup cols={2}>
  <Card title="Protocol" icon="diagram-project" href="/base-chain/specs/protocol/overview">
    Rollup architecture, core components, and user flows.
  </Card>

  <Card title="Batcher" icon="layer-group" href="/base-chain/specs/protocol/batcher">
    Posting L2 sequencer data to L1 for data availability.
  </Card>

  <Card title="Standard Bridges" icon="right-left" href="/base-chain/specs/protocol/bridging/bridges">
    Cross-domain ETH and ERC-20 transfers between L1 and L2.
  </Card>

  <Card title="Consensus" icon="handshake" href="/base-chain/specs/protocol/consensus/index">
    L2 block derivation, P2P networking, and RPC specification.
  </Card>

  <Card title="Execution" icon="microchip" href="/base-chain/specs/protocol/execution/index">
    EIP-1559 parameters, fee vaults, and Engine API behavior.
  </Card>

  <Card title="Proofs" icon="shield-check" href="/base-chain/specs/protocol/proofs/index">
    Multi-proof checkpoint verification with TEE and ZK provers.
  </Card>

  <Card title="Throughput and Limits" icon="gauge-high" href="/base-chain/network-information/throughput-and-limits">
    Gas limits and throughput-related network parameters.
  </Card>
</CardGroup>
