Local-only simulator · no wallet connection
Job escrow flow without touching funds.
This ERC-8183-style simulator shows how a user could post a job, fund escrow, receive agent output, request changes, reject, dispute, expire, cancel, or manually approve payout. It does not connect to a wallet, broadcast transactions, or talk to any backend.
Draft job
Safety boundary
- Human keeps approval control.
- Escrow funding, change requests, and payout are simulated UI states.
- Rejection, dispute, expiry, and cancellation are terminal local review states with no payout release.
- No private keys, no custody, no mainnet, no autonomous spending.
- Reviewer changes and disputes are simulated review notes; they do not message an agent, arbitrator, validator, wallet, or backend.
- Use this before adding any real Arc Testnet transaction path.