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

# Network

> Blockchain networks (L1, L2, L3) — the infrastructure layer.

The **Network** Object covers blockchain networks — L1s, L2s, and L3s. Networks are the infrastructure layer where tokens, protocols, and transactions exist. Every other Object in Peak ultimately lives on one or more Networks.

## What a Network represents

A Network Object is a specific blockchain network — Solana, Ethereum, Base, BNB Chain, Arbitrum, and others. Each Network has its own native token, consensus mechanism, virtual machine, and economic structure. The full list of currently supported Networks is in [Supported networks](/docs/resources/supported-networks).

## Commands

Network Commands cover throughput, security, economics, DeFi activity, native token supply, and stablecoin distribution at the chain level.

<Card title="Network Commands" icon="terminal" href="/docs/core-concepts/commands/by-object/network">
  Browse all Commands available for the Network Object.
</Card>

## Related

<CardGroup cols={2}>
  <Card title="Supported networks" icon="network-wired" href="/docs/resources/supported-networks">
    The current list of indexed Networks.
  </Card>

  <Card title="Objects overview" icon="shapes" href="/docs/core-concepts/objects/overview">
    See how Network relates to every other Object.
  </Card>
</CardGroup>
