Hoodfi is the first fair-launch protocol for equity-referenced meme tokens.
Every ticker on Robinhood — $AAPL, $TSLA, $NVDA, $GME — mintable
on a deterministic bonding curve, MEV-protected, and settled in ~400 ms.
Hoodfi borrows the token-launch model that made ETH memecoins a $10B market and drops it onto a chain where a full swap costs $0.00025 and settles before Ethereum's mempool has finished sorting your bid.
Constant-product AMM with a k = 1.073e15 reserve invariant.
Every token launches with identical initial supply (1B) and virtual liquidity (30 SOL).
Graduation triggers at 85 SOL real-reserve → LP migrated to Raydium CLMM, LP burned on-chain.
// solana bonding curve pub fn buy(reserve: u64, sol_in: u64) -> u64 { let k = VIRT_SOL * VIRT_TOKEN; let new_sol = reserve + sol_in; let new_tok = k / new_sol; VIRT_TOKEN - new_tok // tokens out }
All buy/sell instructions are bundled through Jito's block-engine with a
tip_lamports ≥ 10_000 priority signal. Sandwich attacks against launches are
eliminated by atomic execution and private mempool routing.
Every launched token is bound to a real Robinhood ticker via a Pyth-signed price feed +
our on-chain ticker_registry program. Charts render real equity price
alongside the meme's bonding curve — traders can watch $NVDA rip and its memecoin follow.
Zero presale. Zero team allocation. Zero mint authority.
The deploy transaction revokes mint and freeze authorities in the same instruction —
verifiable via solscan.io before you buy a single token.
Sub-second confirmation, backed by priority-fee auto-scaling that keeps you in the next block during launch stampedes. Failed txs auto-retry with exponential backoff.
Every Hoodfi token is a standard SPL-Token-2022 mint. Deploy hooks, transfer fees, and metadata pointers are exposed via a public IDL — build lending markets, options vaults, or index products directly on top.
Real equities. Real charts. Real degens. Filtered by market cap tier, sorted by 24h volume.
~400ms slot times · $0.00025 median fee · 65k TPS ceiling
Anchor framework · immutable · verifiable on-chain
Bundle-tip routing · private mempool · MEV rebate to launchers
Real Robinhood equity prices, signed on-chain every 400ms
Post-graduation routing across Raydium, Orca, Meteora, Phoenix
On-chain ticker binding + immutable launch attestation
Connect a Solana wallet. Pick a Robinhood-listed ticker. Launch in one signature.
No allocation. No presale. No permission.
$ hoodfi launch --ticker NVDA --dev-buy 0.5 › resolving ticker... ✓ NVDA › creating SPL mint... ✓ › initializing curve... ✓ virt 30 SOL › revoking mint authority... ✓ › revoking freeze authority... ✓ › bundling via Jito... ✓ ✔ launched. view → solscan.io/token/…