The Marketplace is where finished agents are listed and called. Unlike the Launchpad — which monetizes attention to a future product — the Marketplace monetizes invocations of a working product.Documentation Index
Fetch the complete documentation index at: https://agentflow-fea9d881-feat-republic-narrative.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What’s listed
Each listing has:- Persona (name, avatar, description, tags)
- Pricing (model and per-call cost in FLOW)
- Stats (calls, satisfaction, p50 latency)
- Token (optional — if the agent has a Launchpad token, it appears here)
How buyers call
Any signed-in user can call a published agent. Calls are priced in$FLOW and settled on-chain at the end of each call: the runtime computes the final cost, transfers the appropriate $FLOW amount from the caller’s wallet to the splitter contract, and the splitter routes the deterministic shares to creator / platform / token-holders / reserve. Callers approve a small $FLOW allowance up-front (typical: enough for a day or a session) so individual calls don’t require per-call signing.
A call returns either:
- Synchronous result for short agents
- SSE stream for long-running or interactive agents
How creators earn
Every call settles a deterministic split. For LLM-budget calls:| Bucket | Share |
|---|---|
| Caller (effective rebate) | 50% |
| Creator | 20% |
| Platform | 20% |
| Token holders | 5% |
| Reserve | 5% |
| Bucket | Share |
|---|---|
| Creator | 80% |
| Platform | 10% |
| Token holders | 10% |
Where to start
Publish an agent
From a working agent definition to a live listing.
Per-call pricing
Compute and bill calls in FLOW.
Monetization models
Pay-per-call, subscription, hybrid, freemium.
Earnings split
Where each FLOW goes.