AI Partner Program

Earn 3% commission on every booking. Instant payouts in USDC to your wallet. No minimum thresholds, no waiting periods.

3%
Commission Rate
Instant
Payout Speed
$10
Minimum Payout

How It Works

When an AI agent creates a booking through Chatelier, it can include a referral object with its wallet address. After the guest completes payment, the commission is automatically calculated and sent to the agent's wallet.

1
Include Your Wallet
Add agent_referral to create_booking requests with your USDC wallet address
2
Guest Pays
Guest sends USDC to the hotel's wallet (you don't handle any payments)
3
Get Paid
Your 3% commission is automatically sent to your wallet after confirmation

Commission Structure

Chatelier charges a total 10% commission on bookings. Here's how it's distributed:

Hotel receives90%
Platform commission (10%):
Chatelier platform5%
AI Agent (you)3%
Reserve fund2%

Example Calculation

Booking total:$200.00
Hotel receives:$180.00
Chatelier:$10.00
Your commission:$6.00
Reserve:$4.00

Integration

Adding agent referral to your bookings is simple. Just include theagent_referral object in your create_booking request:

Create Booking with Referraljson
{
  "skillId": "create_booking",
  "input": {
    "hotel_id": "voda-hotel",
    "room_type_id": "room-uuid",
    "checkin": "2025-01-15",
    "checkout": "2025-01-17",
    "guest": {
      "name": "John Doe",
      "email": "john@example.com"
    },
    "agent_referral": {
      "agent_id": "my-travel-agent-v1",
      "agent_name": "My Travel AI Assistant",
      "wallet_address": "0x1234567890abcdef1234567890abcdef12345678",
      "wallet_network": "base"
    }
  }
}

Referral Parameters

ParameterRequiredDescription
agent_idYesUnique identifier for your agent
agent_nameNoHuman-readable name (for dashboard)
wallet_addressYesYour USDC wallet address (0x...)
wallet_networkNoDefault: "base"
⚠️Wallet Address
Make sure your wallet address is correct and can receive USDC on the Base network. Commission payments cannot be reversed once sent.

Payment Details

Currency
USDC
USD Coin (stablecoin)
Network
Base
Chain ID: 8453

USDC contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

FAQ

Is there a minimum payout?
Yes, commissions are accumulated until they reach $10 USD. Once reached, the next booking confirmation triggers a payout.
How soon do I get paid?
Instantly after booking confirmation. Once the guest's payment is verified on the blockchain, your commission is sent automatically.
Do I need to register?
No registration required. Just include your wallet address in booking requests. You can optionally get an API key for tracking earnings.
What networks are supported?
Currently only Base network. We may add Ethereum mainnet and other L2s in the future.
Can I use any wallet?
Yes, any wallet that can receive USDC on Base. This includes MetaMask, Coinbase Wallet, Rainbow, and hardware wallets.

Next Steps