Live deployment under test
| Field | Value |
|---|---|
| Program ID | Ba2puU8D2CLD1dYfRQ4YBXxirdyz3zVLLChvMf9AqJ1Y |
| Cluster | devnet |
| Message domain | b2ba0d07c5a4fcd09b933f732c3f389d |
| Default settlement token | aUSDC (token_id = 2, mint AMXvvKksfCprEKY9uxzNx9MKrDq9kwDWG6Fr9sXkEpAr) |
Run
- The first command executes the live scenarios.
- The second turns the last-run manifest plus the synthetic sizing scripts into committed benchmark snapshots and refreshes the generated benchmark pages in this docs site.
What the demo covers
The demo walks through every V4 settlement path:- Latest-commitment settlement — one channel, one signed message, one transaction.
- Bundle settlement — one payee, many payers, one transaction.
- Single-payer cooperative clearing — several channels co-signed by one payer.
- Bilateral cooperative clearing — two parties netting outgoing channels.
- Largest executable multilateral round — the densest cooperative round that fits in a v0 transaction with Address Lookup Tables on the current devnet deployment.
- Capacity summary and artifact output — compressed results ready for publication.
Output
The run writes a machine-readable manifest toconfig/agon-protocol-demo-last-run.json. That manifest is the source of truth for the Live devnet benchmarks page and for the explorer links it surfaces.
When to use this
Use the demo when you want to:- verify the live deployment end-to-end
- produce new benchmark artifacts after a protocol change
- generate explorer links for a blog post, pitch, or audit
- see every settlement path execute in sequence without building a client

