This guide walks you from a blank wallet to a token deployed on BSC testnet. You will need an EVM wallet (MetaMask, Rabby, RainbowKit-supported) with the BSC testnet network added.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.
Sign in
Open agentflow.website and click Connect Wallet. AgentFlow uses Sign-In With Ethereum (SIWE): the server returns a nonce, you sign it, the server issues a JWT cookie. No on-chain transaction is required to sign in.Alternatively, sign in with Telegram via @AIAgentFlow_bot. The bot issues the same JWT cookie.
Get testnet USDT
Every token launched through the factory is paired with
paymentToken. On BSC testnet that is MockUSDT at 0xD8bD...F04B. The Cabinet has a faucet button that mints you 1000 MockUSDT for testing. You will also need a small amount of testnet BNB for gas — grab it from any public BSC testnet faucet.Pick a template
Open the Launchpad. Two templates are registered:
virtuals
Bonding curve
x·y=k. Trades pre-graduation on the built-in curve, then liquidity migrates to PancakeSwap V2 (BSC) at threshold. LP burned to 0xdead. Best for memecoin-style or agent-of-marketplace tokens.dpnm
Closed system. Algorithmic price
pool / supply. Daily buy limit, income limit 1:2, 3-branch × 10-level phenomenal tree with spillover, GWT fee compensation. Never graduates to a DEX — token lives inside the protocol contract forever, backed 100% by USDT.Deploy
Fill name, ticker, and template-specific parameters. The Cabinet calls
factory.launch(template_id, params) from your wallet. EIP-1167 minimal proxy clones cost under $0.50 total on BSC. Within one block your token is live.See Create a Token for the full parameter schema per template.(Optional) Buy $FLOW
The platform’s own token,
$FLOW, is a dpnm instance. Buy a position to test the buy/sell flow with daily limit + income limit:- Approve
FlowProtocolto spend USDT on your behalf. - Call
FlowProtocol.activate(referrer)with10 USDTto register on the phenomenal tree. - Call
FlowProtocol.buy(amount)to acquire$FLOWtokens.
$FLOW and FlowProtocol addresses live on the Deployments page.Next steps
Closed-system economics
Why
dpnm price only goes up, how the income limit works, and where the GWT compensation comes from.Bonding curve
How
virtuals priced trades work pre-graduation and what happens at threshold.Phenomenal tree
How the 3-branch × 10-level marketing tree pays out — and why you earn even without inviting anyone.
Onchain deployments
Live contract addresses on every supported chain. Source of truth.