The public ledger
Every auction the agent touches is recorded.
This is the full append-only bid ledger: timestamp, channel, the named rule that fired, the campaign that owned the spend, the dollar amount that resulted, and the decision the agent wrote. Every spend move is reviewable.
audit.provespend.app— immutable bid ledger
What “reviewable” means here
- sha256 chain
- every row hash-chained
- append-only
- no edits, no deletes
- replayable
- against the policy that was live
Live ledger
Every spend move, every decision.
Filter by channel or date range. Click any row to expand the rationale, the policy version it was evaluated against, and the row's replay id.
audit.provespend.app— live ledger
append-only
| timestamp | channel | rule | campaign | spend | outcome | |
|---|---|---|---|---|---|---|