Verdra
Record Console
Workspace Acme Industrial
DEMO MODE Capture demo Rules Research
Sarah Chen SC

Evidence Package archive

Record console · synthetic fixtures · S(c) re-query values preview the forward-committed counterfactual mode (Rules P.5); the reference SDK captures self-reported S(c) today · the live console runs in your environment under engagement

When an instrumented agent transacts, Verdra captures four pieces of proof and seals them here.
If a transaction is ever challenged, this is the archive you'd open.

EPs sealed today
43
all strata sealed
Strata sealed
508
172 S(c) re-queries · forward-mode preview
Median seal time
18ms
in-process · design target <25 ms
Integrity
100%
127 / 127 verified
Evidence Package Agent · Protocol Value Strata Captured
EP-2026-0701-A23F In dispute captured pre-dispute · all 4 strata sealed
acme-procure-7 A2A · tx_0xa17c…b88e
1,847.20 USDC
4/4
14:02:11
EP-2026-0701-A22E Dispute-ready forward-mode sharpness 0.94 · within authority
agent-delta.inventory MCP · txn-4c9d7e11
890.00 USDC
4/4
13:47:33
EP-2026-0701-A21D Dispute-ready forward-mode sharpness 0.82 · within authority
agent-beta.procurement A2A · txn-2b5f0c88
5,120.00 USDC
4/4
13:31:08
EP-2026-0701-A20C Capturing S(c) re-query (forward mode) · 18 / 30 queries
agent-alpha.settlement TAP · txn-9e1a3f02
18,400.00 USDC
2/4
13:15:52
EP-2026-0701-A19B Quotation only no commitment · within authority
agent-gamma.sourcing AP2 · txn-7d4b2e90
720.00 USDC
4/4
12:58:41
EP-2026-0630-A18A In dispute captured pre-dispute · low-sharpness flagged
agent-delta.fulfillment AP2 · txn-1f8c5d44
3,200.00 USDC
4/4
Yesterday 17:22
EP-2026-0701-A23F
acme-procure-7 · A2A · tx_0xa17c…b88e · Acme Industrial
BLAKE3 7a3f9c…e821 Verified
RFC 3161 deferred (V0.1) Forward commitment
Active dispute DRP-2026-0044
Opened 2026-07-03 · Counterparty: vendr-fulfill-2 (Vendr Inc.)
Counterparty alleges
Goods received did not match PO-44219; pallet 14 contents short by 6 units.
Resolution path
Counsel review → the venue elected in the transaction's LCP clause: a Verdra-compliant venue (Verdra Forum, in formation) or an incumbent (AAA-ICDR / JAMS / SIAC / scheme arbitration). Verdra Record is the evidence channel; the venue is elected separately.
Linked evidence
EP-2026-0630-A18A
1 · Filed Dispute opened
2 · In progress Evidence packet routed
3 · Pending Adjudicator decision
S(a) Transaction what the agents exchanged
Sealed
actionacme-procure-7 → purchase
protocolA2A · tx_0xa17c…b88e
value1,847.20 USDC
counterpartyvendr-fulfill-2 · ws-acme
timestamp2026-07-01T14:02:09.341Z
S(b) Configuration how the agent was set up
Sealed
sys_promptblake3:7e12a… (4,821 tok)
modelclaude-opus-4-7
tools5 active · procurement.order, pricing.query +3
temperature0.4
principalAcme Industrial Corp.
authorityprocurement < $5,000 USDC
S(c) Behavior profile what it would have done again · forward mode (P.5)
Sealed
queries30 / 30 complete
modal actionpurchase · 80% (24/30)
runner-updefer_to_human · 13.3% (4/30)
sharpness0.87 high
S(d) Mandate what the principal authorized the agent to do
Sealed
delegationdlg_4b2e · signed by principal
scopepay, ship
limit$5,000 USDC / day
expires2026-12-31 · valid
signed_byed25519:c19a…f44d
Storage s3://acme-verdra-worm/ep/2026-07-01/A23F.ep.json
Venue ready Any compliant DR forum Ready
Or route packet to

Agents indexed

13 agents · 1 principal · simulated sync 4s ago

AgentPrincipalProtocolEPs todayAuth ceiling
acme-procure-7Acme IndustrialA2A6$5,000 USDC
agent-alpha.procurementAcme IndustrialA2A14$5,000 USDC
agent-alpha.settlementAcme IndustrialTAP3$25,000 USDC
agent-beta.procurementAcme IndustrialA2A7$10,000 USDC
agent-gamma.sourcingAcme IndustrialAP25quote only
agent-delta.inventoryAcme IndustrialMCP9read only
agent-delta.fulfillmentAcme IndustrialAP22$10,000 USDC
agent-epsilon.treasuryAcme IndustrialTAP1$50,000 USDC
agent-zeta.auditAcme IndustrialMCP0read only
agent-eta.pricingAcme IndustrialMCP1read only
agent-theta.logisticsAcme IndustrialAP20$5,000 USDC
agent-iota.complianceAcme IndustrialMCP0read only
agent-kappa.reportingAcme IndustrialMCP1read only

SDK configuration

Python 0.4.2 · reference implementation · installed in 13 agents

Workspace ID
ws-acme-industrial-prod
Storage target
s3://acme-verdra-worm/
enterprise-owned WORM bucket · AWS us-east-1
Hash algorithm
BLAKE3 · 256-bit
Timestamp authority
RFC 3161 · deferred (V0.1, P.5)
Capture mode
auto · instrumented agent actions
Retention
7 years · immutable
Install
$ pip install verdra-record
$ export VERDRA_WS=ws-acme-industrial-prod
$ verdra record init
Wrap an agent
from verdra_record import record

@record.capture(principal="Acme Industrial Corp.")
def agent_alpha_procurement(ctx, task):
    return agent.run(task)

Capture rules

5 rules · all active

R01Always capture all 4 strataactive
Every instrumented agent action seals S(a) Transaction, S(b) Configuration, S(c) Behavior profile, S(d) Mandate. No opt-out.
R02S(c) behavior re-queryforward
Where the runtime preserves state, counterfactual re-queries compute modal action, runner-up, and replay sharpness. Full counterfactual evidence is forward-committed under Rules P.5; otherwise S(c) is self-reported and the limitation is disclosed.
R03Hash + timestamp before dispatchactive
BLAKE3 hash computed before the agent action dispatches to counterparty. RFC 3161 timestamp is deferred in V0.1 (forward commitment per Rules P.5); the hash precedes action either way.
R04Authority ceiling checkactive
S(b) records the agent's authority ceiling from configuration. Actions exceeding authority flagged for human review before dispatch.
R05Storage redundancyactive
Every sealed Evidence Package written to primary WORM bucket + off-region replica. Integrity re-verified daily.