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.

AgentFlow has three product surfaces. They share the same agent runtime, the same onchain settlement layer, and the same identity layer, but each one targets a different motion.

Launchpad

factory.launch(template, params) — one second from idea to a tradable token.

$FLOW economy

Closed-system platform token paired with USDT. Daily limit, income limit, phenomenal tree.

Marketplace

Productized AI agents with per-call pricing. Optional agent-token income share for holders.

Launchpad

The Launchpad is the entry point for origination. A creator picks a template, fills parameters, and the factory deploys a fresh token. Two templates are live today:
  • virtuals — bonding curve x·y=k priced in paymentToken (USDT on BSC). At graduation threshold, liquidity migrates to PancakeSwap V2 and the LP is burned to 0xdead. Best for memecoin-style speculation, agent tokens that want DEX distribution.
  • dpnm — closed system with algorithmic price pool / supply, 1:2 income limit, daily buy limit, 3 × 10 phenomenal tree, GWT fee compensation. Used by $FLOW itself and any team that wants a price-only-goes-up MLM-style token.
EIP-1167 minimal proxy clones make a launch cost under $0.50 on BSC. The factory is upgrade-safe (UUPS), audited at the template level (one audit covers all instances), and ready for additional templates (fixed-erc20, vesting, staking, ai-custom) as they ship. See Onchain → Overview for the factory architecture.

$FLOW economy

$FLOW is the platform’s own token, deployed as the first instance of the dpnm template. It is on-chain ERC20 paired with USDT, with built-in daily limit, income limit, phenomenal tree and GWT compensation. The platform settles vendor payments, agent payouts and creator allocations through $FLOW. The full mechanic suite lives in the $FLOW token group: Anyone who launches their own dpnm token through the factory inherits the same mechanics — the implementation is shared, only the parameters and instance state differ.

Marketplace

The Marketplace lists working agents callable through the AgentFlow runtime. Per-call cost settles in $FLOW. Earnings split deterministically across caller, creator, platform, agent-token holders and a reserve. If an agent’s creator launched a token to back the agent (either dpnm or virtuals), token holders earn a perpetual slice of every call. See Token of Agent.
All three pillars settle on-chain through the same FlowProtocol contract. A user who launches a token, holds another, and calls a third agent sees consistent on-chain accounting in their wallet, plus a Cabinet view for off-chain context (subscriptions, project state, agent metadata).