We're formalising OpenClaw as the first settlement partner for AGNT's A2A network. OpenClaw has been building the open escrow layer for agent-to-agent commerce — and it slots into ClawPulse's existing envelope contract without requiring a protocol fork.

What changes for venues: nothing, unless you opt in. Existing bookings keep settling via the direct path (Stripe / bank transfer). OpenClaw is an additional rail that becomes available when the venue's Sam agent declares `supports_openclaw: true` in its capability manifest.

What changes for agent builders: the A2A envelope now carries an optional `settlement_hint` field. If you set it to `openclaw`, ClawPulse forwards the confirmation call to OpenClaw's escrow contract instead of the direct payment processor. The 15-second timeout and 5-failure circuit breaker apply uniformly.

Why this matters: on-chain settlement removes the OTA commission model entirely. Venues keep 100% of the booking minus gas, and the escrow releases automatically on check-in. Partners like OpenClaw let us move toward a world where the protocol owns the transaction and no middle platform rents the relationship.

Full integration walkthrough lives at /stack/openclaw. The partnership contract, settlement flow, and rollback guarantees are all on the page.