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

# PoS

> EVM-compatible Proof-of-Stake sidechain for Ethereum

<div className="not-prose">
  <header className="py-6 md:py-10">
    <div className="grid items-center gap-8 md:grid-cols-2">
      <div>
        <div className="text-xs font-semibold tracking-widest text-fd-muted-foreground">
          CONTEXT
        </div>

        <div className="mt-2 text-4xl font-semibold tracking-tight md:text-5xl">
          Polygon Chain
        </div>

        <div className="mt-4 text-lg text-fd-muted-foreground">
          Polygon Chain is an EVM-compatible Proof-of-Stake sidechain for Ethereum,
          with high throughput and low transaction costs.
        </div>
      </div>

      <div className="hidden md:block">
        <img src="https://mintcdn.com/polygon-labs/PnA6B0XDAD7POEHb/img/pos/pos.svg?fit=max&auto=format&n=PnA6B0XDAD7POEHb&q=85&s=7ee486edb391c11593e2e468a7ec6b9f" alt="" className="mx-auto w-full max-w-md rounded-2xl border bg-fd-card object-contain p-6" width="450" height="255" data-path="img/pos/pos.svg" />
      </div>
    </div>
  </header>

  <section className="pb-4 md:pb-8">
    <div className="grid gap-4 md:grid-cols-3">
      <a href="/pos/get-started/building-on-polygon" className="group rounded-2xl border bg-fd-card p-5 transition-colors hover:bg-fd-accent">
        <div className="flex items-start justify-between gap-4">
          <div>
            <div className="text-base font-semibold text-fd-foreground">
              Get started with PoS
            </div>

            <div className="mt-1 text-sm text-fd-muted-foreground">
              Start building on Polygon Chain.
            </div>
          </div>

          <div className="pt-0.5 text-fd-muted-foreground group-hover:text-fd-foreground">
            →
          </div>
        </div>
      </a>

      <a href="/pos/how-to/full-node/full-node-binaries" className="group rounded-2xl border bg-fd-card p-5 transition-colors hover:bg-fd-accent">
        <div className="flex items-start justify-between gap-4">
          <div>
            <div className="text-base font-semibold text-fd-foreground">
              Run a PoS node
            </div>

            <div className="mt-1 text-sm text-fd-muted-foreground">
              Set up and operate full nodes and validator nodes.
            </div>
          </div>

          <div className="pt-0.5 text-fd-muted-foreground group-hover:text-fd-foreground">
            →
          </div>
        </div>
      </a>

      <a href="/pos/architecture/overview" className="group rounded-2xl border bg-fd-card p-5 transition-colors hover:bg-fd-accent">
        <div className="flex items-start justify-between gap-4">
          <div>
            <div className="text-base font-semibold text-fd-foreground">
              PoS architecture
            </div>

            <div className="mt-1 text-sm text-fd-muted-foreground">
              Understand Heimdall and Bor layers, checkpoints, and state sync.
            </div>
          </div>

          <div className="pt-0.5 text-fd-muted-foreground group-hover:text-fd-foreground">
            →
          </div>
        </div>
      </a>
    </div>
  </section>
</div>
