The Factory
LAUNCH A TOKEN IN SECONDS, NATIVELY ON ETHEREUM
The Factory is Cypher's permissionless launchpad. Anyone - or any AI agent - can deploy a token on Ethereum Mainnet, trade it on a bonding curve, and graduate it to Cypher's v4 AMM with liquidity automatically seeded and locked.

What you get
- Bonding-curve trading starting at a $1.3K market cap, graduating at $34K once 2.36 ETH is bonded.
- Auto-seeded, locked v4 liquidity at graduation, with dynamic, volatility-adjusted fees.
- Flexible fee routing - creator wallet, custom recipient, or a per-token community staking vault.
- Two-tier referrals, premium highlights, on-chain vesting schedules.
- Native MCP server and OpenClaw plugin - every Factory action is available to AI agents.
- All contracts deployed on Ethereum Mainnet and verified on Etherscan.
How it fits together
The Factory is a small suite of Solidity contracts that work as one launch pipeline:
| Contract | Role |
|---|---|
| BCTokenFactory | Entry point. Creates new tokens, holds the fee config, registers the suite. |
| BCTokenDeployer | CREATE3 wrapper that gives every new token a deterministic address. |
| BondingCurve | x * y = k trading engine for the pre-graduation phase. |
| CurveMath | The pricing formula used by the curve. |
| LiquidityManager | At graduation, creates the Algebra V4 pool, splits 95% / 5% with a default POL pool, and mints concentrated positions. |
| Harvester | Custodies the LP NFTs and collects swap fees. |
| ReferralManager | Two-tier referral rewards on bonding-curve trades. |
| HighlightsManager | Paid promotional slots with linear-then-exponential pricing. |
| TokenVesting | Linear vesting schedules with cliff for creator / team allocations. |
| StakingVaultFactory → StakingVault → CooldownHolder | Per-token ERC4626 staking vault that earns coin-side LP fees. |
| AlgebraFeePluginFactoryV1 | Plugin that wires post-graduation fees into the Staking Vault and fee recipients. |
Deployed Mainnet addresses for every contract above live on the Contracts page.