Travala gives AI agents the power to book hotels and pay with USDC

iEXExchanger
Travala gives AI agents the power to book hotels and pay with USDC

Travala launched a protocol letting AI agents autonomously search and book hotels — payment goes through in USDC over Base, with humans approving the final transaction.

On June 4, Travala moved the "AI agents as economic actors" concept from pitch decks to practice. An AI agent can now search Travala's catalog of 2.2 million properties, select a hotel, complete a booking, and pay in USDC — all inside a single conversation, without leaving the interface.

The system runs on Model Context Protocol (MCP), the open standard Anthropic built to connect AI applications to external services. Through it, an agent accesses Travala's full inventory across 230 countries — Marriott, Hilton, IHG, and hundreds of independent properties. Need a room in Tokyo for three nights? The agent filters options, picks the best match, and prepares a payment. Settlement happens in USDC through the x402 protocol — Coinbase's standard for internet-native payments that routes money directly between agent and service, skipping traditional payment gateways. The network is Base, Coinbase's Layer 2, where each transaction costs roughly $0.01 and settles near-instantly.

One deliberate constraint: the agent cannot spend money without permission. It prepares the transaction and waits for the user to sign it through their wallet. Travala implemented ERC-7715 session keys to define a tight permission boundary around what the agent is allowed to do. Search, book, propose payment — yes. Move funds unilaterally — no.

What makes this notable beyond the Travala context is the payment layer itself. The fact that an AI agent settles in USDC on a blockchain isn't a philosophical statement — it's a practical one. Programmable money lets the agent interact with payment infrastructure through code alone, without bank APIs, without payment gateways, without the identity verification hurdles that trip up automated systems. The crypto stack turns out to be a natural fit for software agents spending money.

Third-party developers can build their own agents on the protocol, with a 10% cbBTC rebate as an incentive for integrations. Flights and additional travel categories are coming next. The human-approval step is clearly designed to evolve — the session key architecture already supports removing it for pre-authorized agent wallets. Whether users will let AI spend freely is the real open question, and the technology is ready before they are.

Questions and answers

Frequently asked questions about this article

What is MCP and how does it work in Travala's system?

MCP is an open standard developed by Anthropic that lets AI assistants connect to external services and tools. In Travala's case, it gives an agent access to the hotel catalog, search functionality, and booking initiation — all without leaving the AI interface.

Can the AI agent spend my money without my approval?

No. Every payment requires wallet confirmation from the user. The agent prepares the transaction, but money only moves once the human signs it with their wallet keys.

Why USDC instead of regular currency?

USDC is programmable — it can be embedded in agent code without a bank as intermediary. The x402 protocol lets the agent pay directly, while Base keeps transaction costs around $0.01 with near-instant settlement.

How many hotels are available through Travala's protocol?

The agent has access to Travala's full catalog: over 2.2 million properties across 230 countries, including Marriott, Hilton, and IHG.