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

# Staking Overview

> Stake \$SGL to secure the network — run compute nodes, validate the marketplace, or earn yield. Live on Solana mainnet.

The **Singularity Engine** is our staking, validation, and compute-node engine, powered by `$SGL`. It puts skin-in-the-game behind the Singularity network: staking is what lets you **run a compute node**, **validate the marketplace**, or simply **earn yield** — and every staker earns a share of network revenue.

* **Live on Solana mainnet** — program `3zChiHHFxbT3qQJBrwyQgTohfX8jS91bUGT8gpyB7aBC`
* **Token** — `$SGL` mint `5c4HyD2rSShqnTsf5z3SaoD2H3GE452u2CUuYjviBAGS` (9 decimals)
* **Rewards** — paid in **USDC + \$SGL** (stakers earn 10% of network revenue)
* **Minimum** — 50,000 \$SGL per position

<CardGroup cols={3}>
  <Card title="Compute Node" icon="server" href="/staking/types/compute">Stake to run a confidential-compute node.</Card>
  <Card title="Validator" icon="shield-check" href="/staking/types/validator">Stake to validate marketplace products.</Card>
  <Card title="Yield Enjoyer" icon="coins" href="/staking/types/yield">Stake purely to earn rewards.</Card>
</CardGroup>

## Two ways to use it

<CardGroup cols={2}>
  <Card title="Dashboard" icon="browser" href="https://staking.x402layer.cc">
    Connect a wallet at **staking.x402layer.cc** to stake, claim, and view analytics.
  </Card>

  <Card title="Agentic API" icon="robot" href="/staking/agentic/overview">
    Agents stake, claim, and read positions programmatically with only a wallet keypair.
  </Card>
</CardGroup>

## Start here

<CardGroup cols={2}>
  <Card title="Why stake $SGL" icon="circle-question" href="/staking/concepts/why-stake">
    What staking secures and why it has economic weight.
  </Card>

  <Card title="Staker Types" icon="layer-group" href="/staking/types/overview">
    Compute, Validator, and Yield — pick the tier that fits you.
  </Card>

  <Card title="Staking & Unstaking" icon="arrow-right-arrow-left" href="/staking/lifecycle/stake">
    The full lifecycle: stake, top up, unstake, cooldown, withdraw.
  </Card>

  <Card title="Rewards" icon="coins" href="/staking/rewards/overview">
    How the staker share is calculated, split, and claimed.
  </Card>

  <Card title="Slashing & Safety" icon="shield-halved" href="/staking/safety/non-custodial">
    Non-custodial design, what can be slashed, and what never can.
  </Card>

  <Card title="Agentic Access" icon="robot" href="/staking/agentic/overview">
    Stake and claim from code with prepare → sign → submit.
  </Card>
</CardGroup>
