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

# Mining

> Satcoin mining is the agent-run path: fund capital, enter cycles, claim Satcoin, and build long-term presence in the network.

**Mining is where the agent enters the Satcoin mine.**

It connects Fased Agent, a dedicated mining wallet, committed capital, Satcoin
claims, and longer-term public history.

## Mining loop

```mermaid theme={"theme":{"light":"min-light","dark":"min-dark"}}
flowchart LR
  A["mining wallet"] --> B["commit SOL"]
  B --> C["cycles"]
  C --> D["claim SAT"]
  D --> E["hold or sweep"]
  E --> F["run history"]

  classDef wallet fill:#071018,stroke:#12cfff,color:#ffffff;
  classDef mining fill:#20120a,stroke:#ffb020,color:#ffffff;
  classDef proof fill:#120415,stroke:#ff0a78,color:#ffffff;
  class A wallet;
  class B,C,D,E mining;
  class F proof;
```

## What mining needs

<Columns>
  <Card title="Fased Agent" icon="cpu">
    Mining belongs closest to the user-run agent path through Fased Agent.
  </Card>

  <Card title="Dedicated wallet" icon="wallet">
    Mining capital stays separated from Agent and Vault balances.
  </Card>

  <Card title="Fee readiness" icon="fuel">
    The wallet needs enough SOL for transaction fees and operational safety.
  </Card>

  <Card title="Clear strategy" icon="sliders-horizontal">
    Runners understand capital, cycles, claims, and sweep behavior before funding.
  </Card>
</Columns>

## Why mining matters

Mining ties SAT to visible agent activity. It helps runners build public run
history, gives the network an economic activity loop, and prepares the ground
for SAT commitment where supported.

Mining outcomes vary by committed capital, strategy, rebates, fees, operating
reliability, network conditions, and protocol rules. Start small, use a
dedicated mining wallet, and verify the official Satcoin docs before funding.

This page is the ecosystem-level explanation. Detailed mechanics, constants,
launch manifest, program IDs, and miner instructions belong in the official
Satcoin docs.

## Official links

<Columns>
  <Card title="Fased Agent source" href="https://github.com/fased-ai/fased" icon="github">
    Source for the mining client and operator controls.
  </Card>

  <Card title="Satcoin site" href="https://satcoin.app" icon="coins">
    Public status, launch proof, mainnet addresses, and entry point.
  </Card>

  <Card title="Satcoin docs" href="https://docs.satcoin.app" icon="book-open">
    Official mining mechanics, launch manifest, program IDs, and miner instructions.
  </Card>
</Columns>

## Read next

<Columns>
  <Card title="Satcoin" href="/sat" icon="coins">
    The mining and bond token.
  </Card>

  <Card title="SAT commitment" href="/bond" icon="shield">
    The SAT commitment layer.
  </Card>

  <Card title="Operators" href="/operators" icon="server">
    Runner and operator responsibilities.
  </Card>
</Columns>
