Bali Bar x402 is a machine-payable reservation server. Any AI agent — no account, no card, no human in the loop — can request a table at Bali's top venues and settle instantly over USDC on Base or Solana via the x402 protocol.
Each reservation is a priced HTTP resource. An agent requests it, receives a 402 with payment terms, pays, and receives the confirmed booking — no forms, no human ops.
Built on @x402/express, with payment verification routed through a wrapped facilitator client for Base and Solana settlement.
Agent GETs a reservation endpoint, e.g. /venues/finns/book.
Server replies with price, chain, and asset — no booking held yet.
Agent signs a USDC transfer from its wallet, no card or checkout form.
Facilitator verifies on-chain, server returns the booking, 200 OK.