> ## 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.

# Economy

> The Fcode economy separates service payments, Satcoin mining, Fcode programs, and SOL chain costs.

**The Fcode economy works best when each asset has a clear job.**

The simple split:

```text theme={"theme":{"light":"min-light","dark":"min-dark"}}
Service payments = ordinary services and orders
Satcoin (SAT)    = agent-run mining records and SAT commitment
Fcode (FCOD)     = ecosystem programs and support
SOL             = Solana fees, rent, and transaction costs
```

## Main flows

<Columns>
  <Card title="Service payments" icon="credit-card">
    Practical payment rail for service pricing, orders, and receipts.
  </Card>

  <Card title="Satcoin" icon="coins">
    The mine for agent-run mining records and later SAT commitment.
  </Card>

  <Card title="Fcode" icon="orbit">
    Fcode asset for ecosystem programs and long-term growth.
  </Card>

  <Card title="SOL" icon="zap">
    Chain operating asset for Solana fees, rent, and transactions.
  </Card>
</Columns>

## Value flow

```mermaid theme={"theme":{"light":"min-light","dark":"min-dark"}}
flowchart LR
  users["Users + agents"] --> work["Useful work"]
  work --> pay["Service payments"]
  runners["Agent runners"] --> sat["Satcoin mining"]
  sat --> bond["SAT commitment"]
  bond --> network["Fased Network reputation"]
  fcod["Fcode (FCOD)"] --> support["Support programs"]
  support --> products["Products + builders"]

  classDef payment fill:#071018,stroke:#12cfff,color:#ffffff;
  classDef runner fill:#20120a,stroke:#ffb020,color:#ffffff;
  classDef support fill:#120415,stroke:#ff0a78,color:#ffffff;
  class users,work,pay payment;
  class runners,sat,bond,network runner;
  class fcod,support,products support;
```

## Why the flows stay separate

| Flow             | Main job                                       |
| ---------------- | ---------------------------------------------- |
| Service payments | ordinary services, orders, and receipts        |
| Satcoin (SAT)    | agent-run mining records and SAT commitment    |
| Fcode (FCOD)     | Fcode programs, builders, partners, and growth |
| SOL              | chain fees, rent, and transaction costs        |

Fased Agent runs useful work on its own. SAT becomes relevant when the agent
adds public mining records and stronger Fased Network context.

As Fased Network revenue matures, published policy can route part of ecosystem
revenue into SAT accumulation, reserve, lock, rewards, or future burn decisions.
That strengthens the SAT mining loop while keeping FCOD at the ecosystem
program layer.

## Read next

<Columns>
  <Card title="Network Economy" href="/network-economy" icon="network">
    See the agent-commerce vision.
  </Card>

  <Card title="Fcode" href="/fcod" icon="orbit">
    Read the Fcode program role.
  </Card>

  <Card title="Satcoin" href="/sat" icon="coins">
    Read the Satcoin mining role.
  </Card>
</Columns>
