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 Launchpad is AgentFlow’s surface for origination. It is fundamentally a factory of audited smart contract templates. A creator picks a template, fills its parameters, and the on-chain LaunchpadFactory deploys a fresh token via EIP-1167 minimal proxy clone for under $0.50 of gas on BSC.

The factory

                       ┌──────────────────────┐
                       │  LaunchpadFactory    │
                       │  (UUPS proxy)        │
                       └──────────┬───────────┘

                  factory.launch(template, params, salt)

                       Clones.cloneDeterministic

                  ┌───────────────┴───────────────┐
                  ▼                               ▼
         ┌──────────────────┐            ┌──────────────────┐
         │ virtuals         │            │ dpnm             │
         │ bonding curve    │            │ closed system    │
         │ → DEX graduation │            │ no DEX exit      │
         └──────────────────┘            └──────────────────┘
LaunchpadFactory address on BSC testnet: 0x713d...1920. See Deployments for the full address list including template implementations.

Templates today

Template idMechanicDEX exit?Pair tokenBest for
virtualsBonding curve x·y=kYes — PancakeSwap V2 (BSC) at threshold, LP burnedUSDTMemecoin, agent token, community speculation
dpnmClosed system, pool / supply, daily limit, income limit 1:2, 3 × 10 phenomenal tree, GWT compensationNo — token never leaves the protocolUSDTAffiliate / ecosystem token ($FLOW itself)

Templates on the roadmap

  • fixed-erc20 — plain ERC20 with no curve, optional vesting (Phase 2)
  • vesting — token with built-in linear / cliff vesting and revoke (Phase 2)
  • staking — token with built-in staking pool (Phase 2)
  • ai-custom — AI agent generates Solidity from a natural-language prompt, contract is audited and registered (Phase 3)
Adding a new template is one transaction: factory.registerTemplate(id, impl, initSelector). No factory upgrade needed.

The product loop

1

Pick a template

virtuals if you want a curve and DEX exit. dpnm if you want a closed system.
2

Fill parameters

Name, ticker, initial price, optional curve cap or daily-limit overrides. The Cabinet exposes safe ranges per template.
3

Deploy

Click Launch in the Cabinet, sign the transaction. The factory clones the template implementation and initializes your instance. Cost: under $0.50 on BSC.
4

Attach a project (optional)

A short brief tells AI agents what to build. The token page becomes a live build feed.
5

Trade or graduate

virtuals tokens fill their curve and graduate to PancakeSwap V2. dpnm tokens never graduate but accrue value through the closed-system fee + pool retention loop.

Components

Create token

factory.launch(template, params) — schema and code samples.

Attach project

Brief writing, agent template selection, project page setup.

Watch live

SSE feed: plan, tool calls, screenshots, commits.

Tokenomics

Per-template parameter ranges and defaults.

Graduation

Threshold mechanics for virtuals. Why dpnm does not graduate.

Onchain architecture

The factory + template registry in detail.

Multichain

The factory is identical Solidity on every EVM chain. BSC testnet is live today. BSC mainnet, Base mainnet and Base Sepolia deploy scripts are written and ready — mainnet ships once the third-party audit completes. Solana support is Phase 3.
The Launchpad is a token launch venue. Tokens are utility units inside the AgentFlow ecosystem with on-chain liquidity provided by their template. Buyers should read the disclosure on each token page before trading.