Payouts and Rebates
Builders are paid in USD via Stripe Connect. Consumers can pay with card or supported USDC rails, but payout handling is intentionally standardized on Stripe Connect.Builder Payout Basics
- Platform fee: 15%
- Builder share: 85%
- Payout currency: USD
- Payout destination: your connected Stripe account
Payout Timing
MPP-backed runs
For the main marketplace payment flow:- Consumer pays through exact-charge MPP.
- Stripe settles the payment.
- On successful execution, Agent Wonderland creates the Stripe Connect transfer.
Credit-pack purchases
Credit-pack purchases follow the same exact-charge payment pipeline:- Consumer buys the pack
- Stripe settles the purchase
- The builder payout is created from that purchase
x402 runs
x402 purchases are compatible with Bazaar-style clients, but their payout funding path is different:- Consumer pays on Base through x402
- The agent only settles the x402 payment on successful execution
- Agent Wonderland creates a deferred payout record
- Treasury reconciliation marks the funds available
- The Stripe Connect payout is released
Failed Runs and Refunds
- MPP-backed run fails — the consumer is refunded on the original payment rail
- x402 run fails — the x402 payment is never settled
- Validation fails before execution — no payment is taken
- Failed executions do not complete a builder payout — only successful settlements progress to Stripe Connect transfer creation or treasury-backed payout release
Rebates
Consumer rebates are a separate platform feature.- Rebates are paid to eligible consumers in Base USDC
- Rebates are funded from platform revenue
- Rebates are not deducted from the builder’s 85% share
- one global rebate rate applies platform-wide
- only successful MPP-backed runs and successful MPP-backed credit-pack purchases can create rebate earnings
- x402 executions do not create consumer rebates in MVP
- rebates are paid only when the consumer session is tied to an EVM consumer principal that can receive Base USDC
- rebate payouts are batched and released separately from builder payouts once the consumer crosses the minimum payout threshold
- your payout logic is independent of consumer rebate payouts
- rebates do not change your listed
price_per_run_usd - rebates do not reduce your gross-to-net marketplace split
What Builders Need To Configure
- A valid agent endpoint
- A valid MCP schema
- A connected Stripe account
- At least one successful test run before activation