Foundry

How Foundry works

Foundry is a bonding-curve token launchpad on Robinhood Chain. Launch a token for free, trade it on a transparent on-chain curve, and — once it collects enough ETH — it graduates into a pool whose liquidity is locked forever. Fees favour creators the most while a coin is small.

Last updated 11 July 2026

The bonding curve

Every Foundry coin is a fixed-supply 1,000,000,000 (1B) token, 18 decimals, minted once to its curve contract — no owner, no mint function, no transfer tax. Price is set by a constant product over virtual reserves:

price = (vETH₀ + collected) / (vTokens₀ − sold)

ParameterValue
Virtual ETH (vETH₀)1.2 ETH
Virtual tokens (vTokens₀)1.073B
Sellable on the curve~800M tokens
Reserved for graduation LP~200M tokens
Launch FDV (~$3k ETH)~$3,600
Graduation threshold3.5 ETH collected (~$10.5k in)
Graduation FDV analog~$45,000–55,000

The graduation threshold is fixed per launch at deploy time — it can never be changed on a live curve by anyone, including us.

Fees

Market-cap-scaled creator share

Your cut of the 1% fee is highest while your coin is small (the discovery band) and tapers as it matures — the protocol carries more only once a coin is large. The split is looked up deterministically from the current price (curve state before graduation, pool price after) — no oracle. Whatever the creator does not receive goes to the protocol treasury.

Market cap (FDV)Creator share of the 1%Protocol
< $100k0.95% (95% of the fee)0.05%
$100k – $300k0.80%0.20%
$300k – $1M0.50%0.50%
$1M – $5M0.25%0.75%
$5M – $20M0.10%0.90%
> $20M0.05%0.95%

Creators can claim accrued fees at any time and route them across up to 10 payout wallets by weight. After graduation the pool split defaults to 50/50 creator/protocol on collected liquidity-pool fees, fixed per launch.

Graduation & locked liquidity

When a curve reaches 3.5 ETH collected, anyone can trigger graduation (a small ETH bounty is paid to the caller, so it always happens without trusting a keeper):

Collected ETH only ever leaves a curve one way: graduation. There is no admin path that can touch curve ETH or move a locked liquidity-pool NFT — before or after graduation.

Unique tickers, forever

Each ticker can only be launched once on Foundry — case-insensitive, permanently. If a symbol has been used, it can never be launched again. This is enforced at the contract/factory level, not just in the interface.

Anti-snipe protection

These rules are enforced inside the curve's buy/sell functions and cannot be bypassed by bundling calls through a multicall.

Immutability & audits

The novel money-holding code — the curve and the locker — is deliberately small and non-upgradeable. Immutability is the trust model: contracts cannot be changed after deploy, and factories are versioned rather than migrated (a new factory version never affects coins launched under an older one). See the Risk Disclosure for the current audit status.