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-chainDocumentation 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.
LaunchpadFactory deploys a fresh token via EIP-1167 minimal proxy clone for under $0.50 of gas on BSC.
The factory
0x713d...1920. See Deployments for the full address list including template implementations.
Templates today
| Template id | Mechanic | DEX exit? | Pair token | Best for |
|---|---|---|---|---|
virtuals | Bonding curve x·y=k | Yes — PancakeSwap V2 (BSC) at threshold, LP burned | USDT | Memecoin, agent token, community speculation |
dpnm | Closed system, pool / supply, daily limit, income limit 1:2, 3 × 10 phenomenal tree, GWT compensation | No — token never leaves the protocol | USDT | Affiliate / 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)
factory.registerTemplate(id, impl, initSelector). No factory upgrade needed.
The product loop
Fill parameters
Name, ticker, initial price, optional curve cap or daily-limit overrides. The Cabinet exposes safe ranges per template.
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.Attach a project (optional)
A short brief tells AI agents what to build. The token page becomes a live build feed.
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.