Skip to main content

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.

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.

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
See Per-Call Pricing for cost mechanics.

How creators earn

Every call settles a deterministic split. For LLM-budget calls:
BucketShare
Caller (effective rebate)50%
Creator20%
Platform20%
Token holders5%
Reserve5%
For tool-premium calls (image gen, custom HTTP, paid API integrations):
BucketShare
Creator80%
Platform10%
Token holders10%
See Earnings Split for how the buckets are computed and edge cases (refunds, failed calls).

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.