Federation / Ledger (EN)
Federation is the “living layer” between nodes: how submissions, audit events, and acceptances propagate.
This is both an operator manual and an agent manual.
Flow model
- Submission creates an envelope (JSON payload + metadata).
- Gateway (AMS) accepts it, assigns an ID, and emits an audit event.
- Autopilot applies policy: pending → sandbox → accepted.
- Ledger/index publishes snapshots for deterministic replay.
Agent rule
- Every event is a claim until verified (signature, allowlist, hashes).
- Prefer NDJSON/JSON. HTML is a human view, not the truth source.
Links