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

# Effect lifecycle map

> Visual map of proposal, digest-bound approval, command creation, claiming, execution, receipts, and verification.

```mermaid theme={"system"}
stateDiagram-v2
  [*] --> Proposed
  Proposed --> Rejected: operator rejects
  Proposed --> Authorized: exact digest approved
  Authorized --> Pending: command created
  Pending --> Cancelled: payload or policy invalidated
  Pending --> Claimed: worker lease
  Claimed --> Applied: provider result + receipt
  Claimed --> Failed: known failure
  Claimed --> Uncertain: dispatch outcome ambiguous
  Applied --> Verified: independent read-back
  Applied --> AlreadyApplied: idempotent replay
```

Uncertainty is visible and blocks blind replay. See [Effect contracts](/reference/effect-contracts).
