Find answers to the most common questions about ACTFUN below. If your question is not covered here, visit the ACTFUN community on X (Twitter) or explore the source code at github.com/actfun/actfun.Documentation Index
Fetch the complete documentation index at: https://actfudoc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Is ACTFUN on mainnet?
Is ACTFUN on mainnet?
5042002). There is no mainnet deployment at this time. All activity — token creation, mining, trading, and refunds — takes place on the testnet.Do I need real money to use ACTFUN?
Do I need real money to use ACTFUN?
What wallet should I use?
What wallet should I use?
Can I get a refund if a token never graduates?
Can I get a refund if a token never graduates?
What happens to USDC fees when a token graduates?
What happens to USDC fees when a token graduates?
Can I create a token for free?
Can I create a token for free?
What is the daily mining cap?
What is the daily mining cap?
TokenLauncher contract and cannot be changed after deployment.Can the token creator take the mining fees?
Can the token creator take the mining fees?
TokenLauncher contract and is controlled entirely by the contract’s logic, not by the creator. The creator has no admin key, no withdrawal function, and no privileged access. The USDC either stays available for miner refunds (before graduation) or gets locked into the AMM liquidity pool (at graduation).Why do I need to approve before selling?
Why do I need to approve before selling?
TokenLauncher contract can transfer tokens out of your wallet on your behalf, it needs explicit permission via an approve transaction. The ACTFUN app handles this automatically as a two-step flow: it submits the approval first, then the sell transaction once the approval is confirmed. You will see two MetaMask prompts when you sell for the first time.Where can I see my token's transactions?
Where can I see my token's transactions?
Can I change a token's parameters after deploying?
Can I change a token's parameters after deploying?
immutable variables in the TokenLauncher contract. No one, including the creator, can modify them after the transaction confirms.What triggers graduation?
What triggers graduation?
mine() transaction that crosses the threshold — the TokenLauncher contract:- Mints the remaining 5% of the total supply as LP reserve tokens to itself.
- Locks all accumulated USDC fees alongside those tokens as initial liquidity.
- Opens the constant-product AMM (x*y=k), allowing anyone to buy and sell the token immediately.
Can I mine a graduated token?
Can I mine a graduated token?
mine() on it will revert. Mining is only available during the pre-graduation phase. After graduation, the token trades exclusively through the AMM liquidity pool — buy and sell through the app as you would on any decentralised exchange.