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

# Agentic commerce

> Agentic commerce needs settlement infrastructure.

Autonomous agents will increasingly initiate payments, negotiate terms, and settle obligations. That makes the bilateral question more urgent, not less: when two agents transact, there must be a signed record both principals hold — and any third party can verify.

## Attribution is the precondition

CAST already requires every event to declare its actor mode — `human`, `agent`, `system`, or `counterparty` — and to name the accountable human owner whenever an action can change financial state. This is exactly the control structure agentic commerce needs: an agent can execute, but a human remains accountable, and the record proves which was which.

<Note>
  An agent can be the performer. A human must remain the accountable owner. The decision record keeps the two distinct — permanently, and verifiably.
</Note>

## The agent loop, gated

<CardGroup cols={1}>
  <Card title="Agents propose; the gate stays bilateral" icon="robot">
    An agent can draft and route a payment, but a covered event still requires counterparty co-authorship before value moves.
  </Card>

  <Card title="Policy as machine-checkable specification" icon="code">
    Proposed policy changes can be expressed as formal state-machine specs, model-checked against all reachable states, and shadow-executed against history before any human approves them.
  </Card>

  <Card title="Proof travels with the transaction" icon="link">
    Whatever produced the event — human or agent — the lineage hash and bilateral confirmation make it independently verifiable downstream.
  </Card>
</CardGroup>

## Why this strengthens the case

The agentic future does not weaken the argument for bilateral proof. It *is* the argument for bilateral proof. As execution gets cheaper and faster, the only durable asset is the ability to prove, years later, that an event occurred and what it contained. The more autonomous the actors, the more that proof is worth.

<Card title="Humans buying from agents, agents buying from agents" icon="arrows-left-right" href="/foundations/liability-as-a-service">
  How accountability is preserved when neither party is a person.
</Card>
