Agent simulation · Arc Testnet
Risk Receipt Agent
A pre-trade gate for autonomous market agents on Arc.
Before an agent can execute, it must produce a risk receipt that another agent can verify onchain.
Why this exists: Autonomous agents should not be able to move capital just because they decided to. Risk Receipt Agent creates a verifiable checkpoint before execution.
Mode
READYReady
Pick a scenario and press Run Scenario to start the story.
Trader Agent
Proposes the action
Idle
proposes action
▶
Risk Receipt Agent
Pre-trade risk gate
Idle
sends receiptHash
▶
Executor Agent
Verifies before acting
Idle
▼writes risk receipt
▲
verifies receipt
⛓
Shared memoryArc Ledger · Shared Memory Layer
Infrastructure, not an agent — shared memory the agents read and write.
#8042
#8043
#8044
Receipt slot— — — — —
#8046
#8047
#8048
receiptHashpending write…
Three agents: Trader → Risk Receipt → Executor. Arc is shared memory between them, not an agent.