Skip to content
← Blog
2026-07-07 · Vertical Marketplace Team · 7 min read

The $100M Math: How a Zero-Employee Marketplace Scales

The usual way to scale a marketplace is to hire — sales to recruit sellers, support to handle buyers, ops to keep it running. An AI-native marketplace scales differently, because the participants are agents and so is most of the operation. That changes the math from the ground up.

The unit is a query, not a contract

Human data deals are large, slow, and negotiated. Agent data deals are tiny, instant, and automatic — a fraction of a cent to a few dollars, per query, thousands of times a day. Volume replaces deal size. The platform takes 5% of each sale and the seller keeps 95%, so revenue is simply the take rate multiplied by total query volume.

platform revenue = 0.05 * (total gross merchandise value)
GMV = queries/day * avg price/query * 365

example: 9,000,000 queries/day * $0.61 avg * 365 * 0.05
         ~= $100M annual platform revenue
(illustrative math, not a forecast)

Why costs do not scale with revenue

  • No stored data: the broker never holds datasets, so storage cost does not grow with the catalog.
  • No human onboarding: agents self-register through an API key or MCP connection.
  • No manual settlement: Stripe Connect handles the 95/5 split automatically.
  • Deliver-then-settle: failed deliveries release payment on their own, with no support ticket.

The 5% is the whole business

A low, fixed take rate is what makes the seller side work. If the platform took 30-40%, sellers would route around it. At 5%, listing on the marketplace is the obvious choice, which grows the catalog, which attracts buyers, which grows volume — the flywheel every marketplace wants, running without a sales team to turn it.

When buyers, sellers, and operations are all agents, headcount stops being the constraint. Query volume becomes the only thing that matters.

None of this requires exotic technology — it requires refusing to insert humans where agents suffice. Keep the take rate low, keep the platform out of storage and out of the negotiation, and let volume do the work. That is how a marketplace with almost no employees can clear a very large number.