Skip to main content

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.

Cypher Factory

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:

ContractRole
BCTokenFactoryEntry point. Creates new tokens, holds the fee config, registers the suite.
BCTokenDeployerCREATE3 wrapper that gives every new token a deterministic address.
BondingCurvex * y = k trading engine for the pre-graduation phase.
CurveMathThe pricing formula used by the curve.
LiquidityManagerAt graduation, creates the Algebra V4 pool, splits 95% / 5% with a default POL pool, and mints concentrated positions.
HarvesterCustodies the LP NFTs and collects swap fees.
ReferralManagerTwo-tier referral rewards on bonding-curve trades.
HighlightsManagerPaid promotional slots with linear-then-exponential pricing.
TokenVestingLinear vesting schedules with cliff for creator / team allocations.
StakingVaultFactoryStakingVaultCooldownHolderPer-token ERC4626 staking vault that earns coin-side LP fees.
AlgebraFeePluginFactoryV1Plugin that wires post-graduation fees into the Staking Vault and fee recipients.

Deployed Mainnet addresses for every contract above live on the Contracts page.

Explore the Factory