Token Factory
Purpose
The Token Factory provides a standardized environment for launching ERC-20 tokens with predictable behavior.
Guarantees
Fixed total supply
No minting after deployment
No admin privileges
Immutable parameters
These constraints remove ambiguity and reduce rug vectors
Default Opt-In
All tokens launched via the factory automatically opt into:
native creator fees
auto volume generation
router-enforced execution
No additional configuration is required.
Last updated