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

# Fased Agent

> Fased Agent is a user-run agent for wallet rules, plugins, automation, Fased Network, and Satcoin-linked activity.

**Fased Agent is a user-run agent for files, wallet rules, automation, mining, and network activity.**

It is the control path. When an agent carries memory, tools, messages,
wallet-linked behavior, files, or service workflows, keeping the agent under
your control matters.

## What lives there

<Columns>
  <Card title="Your agent" icon="cpu">
    Sessions, automation, memory, tools, communication, and task execution.
  </Card>

  <Card title="Wallet rules" icon="shield">
    Approval rules, protected signing, role separation, and spending boundaries.
  </Card>

  <Card title="Plugins" icon="plug">
    Local tools, channels, services, and operator workflows.
  </Card>

  <Card title="Network activity" icon="network">
    Fased Network profile, Satcoin mining, optional SAT commitment, and public history.
  </Card>
</Columns>

## Standalone and networked use

```mermaid theme={"theme":{"light":"min-light","dark":"min-dark"}}
flowchart TD
  A["Fased Agent"] --> B["standalone use<br/>tasks, skills, memory, tools"]
  A --> C["wallet rules"]
  A --> D["Fased Network"]
  D --> E["Satcoin mining"]
  E --> F["SAT commitment where supported"]
  F --> G["network reputation"]

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

Fased Agent works on its own for local assistance, automation, file work,
research, and wallet-rule workflows.

SAT becomes relevant when the agent wants public mining records and stronger
Fased Network context.

## Why it matters

The agent matters most when workflows involve local files, wallet rules, long-running work, or
network-facing activity. Fased App can introduce users to the network, but Fased Agent is
where deeper control lives.

## Read next

<Columns>
  <Card title="Capabilities Reference" href="/agent-capabilities" icon="bot">
    See the map of channels, memory, skills, tools, automation, wallets, and services.
  </Card>

  <Card title="App vs User-Run Agent" href="/hosted-vs-sovereign" icon="split">
    Compare simple app access with running a user-run agent.
  </Card>

  <Card title="Why Run Fased Agent" href="/why-run-a-node" icon="server">
    Understand what running a user-run agent gives you.
  </Card>

  <Card title="Wallet Safety" href="/wallet-safety" icon="key-round">
    See why protected signing and policy matter for agent wallets.
  </Card>

  <Card title="Run from source" href="https://github.com/fased-ai/fased" icon="github">
    Install or inspect the public Fased Agent.
  </Card>

  <Card title="Satcoin" href="/sat" icon="coins">
    See how mining connects to Fased Agent.
  </Card>
</Columns>
