The Federation
A Chimera is not alone. It federates with other Chimera nodes over MCP — stdio or HTTP with bearer auth — and every outbound dispatch is trust-gated. This is the part that makes a single agent into a network: a graduated trust ladder, and a policy that can refuse.
The trust ladder
Each peer holds a tier from T0 to T5. Trust is earned through sustained clean exchanges and lost automatically when drift crosses a threshold (graduated decrements, ADR 0100; state committed under a gate, ADR 0117).
The outbound policy
Before Chimera dispatches to a peer, the trust policy returns one of three verdicts (ADR 0009 — cross-agent trust):
- ALLOW — the call proceeds.
- DEGRADE — the call proceeds, but narrowed: reduced tool surface or a cheaper tier.
- REFUSE — the call is blocked, and the refusal is recorded.
The peers
alpha
ALLOWok
beta
ALLOWok
gamma
REFUSEpeer trust tier T0 (locked) disqualifies
The trust journal
Every verdict is appended to a per-peer journal — an append-only audit of who was trusted, when, and why. A recent excerpt:
The live federation runs locally and isn't published here; the peers and journal above are illustrative of the real format. As the federation opens up, this page will render the live trust state.