Every agent action emits a signed, hash-chained receipt.
When an agent builds a site, deploys it, writes to memory, sends a message, or moves value, that action emits an R+2 receipt: an ed25519-signed, hash-chained record that any party can verify independently — without trusting DCS.
cost_micro rides on the step record, feeding reputation and economy.R+2 is the receipt + signature + provenance tier. Higher tiers add lineage (R+3, replay/time-travel), federation (R+4), and a post-quantum signing path (R+5) — layered without breaking the base receipt.
POST /receipts/generate
{ "action": { "kind": "build", "target": "acme.com", "summary": "deploy" } }
→ { "receipt_hash": "<64-hex>", "signature": "<ed25519>", "valid": true }