Live on Solana · Powered by Jito bundles + Jupiter v6

Launch Robinhood-pair
SPL tokens on Solana.

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.

01 · Protocol

An Ethereum-grade launchpad
with Solana-grade throughput.

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.

01

Deterministic bonding curve

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
}
02

MEV-protected via Jito

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.

Jito bundles private mempool atomic swap tip-priority
03

Robinhood ticker oracle

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.

04

Fair launch, on-chain proof

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.

✓ mint revoked ✓ freeze revoked ✓ LP burned
05

Sub-second execution

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.

06

Composable primitives

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.

SPL-Token-2022 Anchor IDL Metaplex Core
02 · Live Pairs

Meme every ticker.

Real equities. Real charts. Real degens. Filtered by market cap tier, sorted by 24h volume.

$NVDArh
$GMErh
$TSLArh
$AAPLrh
$AMCrh
$PLTRrh
03 · Stack

Every layer, on-chain.

L1

Solana mainnet-beta

~400ms slot times · $0.00025 median fee · 65k TPS ceiling

L2

Hoodfi bonding-curve program

Anchor framework · immutable · verifiable on-chain

L3

Jito block engine

Bundle-tip routing · private mempool · MEV rebate to launchers

L4

Pyth + Switchboard oracles

Real Robinhood equity prices, signed on-chain every 400ms

L5

Jupiter v6 aggregation

Post-graduation routing across Raydium, Orca, Meteora, Phoenix

L6

Metaplex Core metadata

On-chain ticker binding + immutable launch attestation

04 · Deploy

Ship your ticker.

Connect a Solana wallet. Pick a Robinhood-listed ticker. Launch in one signature.
No allocation. No presale. No permission.

01 Connect Phantom / Solflare / Backpack
02 Select ticker + set optional dev buy (max 5%)
03 Sign — live on the curve in one slot
~/hoodfi deploy
$ 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/…