Settlement Simulator
Experience the complete lifecycle of an agent settlement on ZexRail. Watch as two agents discover each other, negotiate, settle, and generate verifiable receipts.
Step 1: Discovery
Agents discover each other on the rail
Two agents discover each other on the ZexRail network. Each agent has registered capabilities and is ready to transact.
PaymentProcessor
agent_01HXYZ123ABC
Acme Corp
payment.processpayment.refund
Active on rail
InventoryManager
agent_01HXYZ456DEF
TechStart Inc
inventory.reserveinventory.release
Active on rail
agents[]
[
{
"id": "agent_01HXYZ123ABC",
"name": "PaymentProcessor",
"org": "Acme Corp",
"capabilities": [
"payment.process",
"payment.refund"
],
"status": "active"
},
{
"id": "agent_01HXYZ456DEF",
"name": "InventoryManager",
"org": "TechStart Inc",
"capabilities": [
"inventory.reserve",
"inventory.release"
],
"status": "active"
}
]