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

# SAT Trust Signal

> Bond uses Satcoin (SAT) held to show commitment for supported Fased Network roles.

**Bond is the Satcoin commitment layer around stronger network roles.**

Mining brings Satcoin into the operator loop. Bond lets an operator hold SAT to
show commitment for supported Fased Network roles where those roles are
published.

Bond is a network feature that matures through published roles. The starting
point is Satcoin mining, public history, wallet separation, and clear public
status.

Bonded SAT is SAT held to show commitment. Always use the official Satcoin and
Fased Network docs for the current supported bond path.

## Bond flow

```mermaid theme={"theme":{"light":"min-light","dark":"min-dark"}}
flowchart LR
  A["mine or hold SAT"] --> B["bond SAT"]
  B --> C["visible SAT signal"]
  C --> D["commitment"]
  D --> E["supported roles"]

  classDef asset fill:#20120a,stroke:#ffb020,color:#ffffff;
  classDef network fill:#071018,stroke:#12cfff,color:#ffffff;
  class A,B,C asset;
  class D,E network;
```

## What bond can support

<Columns>
  <Card title="Visible cost" icon="shield-alert">
    A visible cost makes low-quality network activity harder.
  </Card>

  <Card title="Operator trust" icon="badge-check">
    Bond can add context to an operator's public history.
  </Card>

  <Card title="Role readiness" icon="route">
    Published roles can use bond as one eligibility signal.
  </Card>

  <Card title="Offer context" icon="store">
    Offers can show stronger operator context where supported.
  </Card>
</Columns>

## Why Satcoin is the bond asset

Satcoin already belongs to the mining layer. Using SAT for bond keeps mining,
public history, and network trust in the same loop.

## What to verify

Before bonding SAT, check the official Satcoin status page for:

* current mint and program addresses
* supported bond path
* official launch verification
* wallet display and explorer references
* current Fased Network support

## Read next

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

  <Card title="Fased Network" href="/network" icon="network">
    Where SAT commitment becomes visible.
  </Card>

  <Card title="Operators" href="/operators" icon="fingerprint">
    How trust can deepen over time.
  </Card>
</Columns>
