// experimental rig · not real money

[OOZE LABS] _

A public Solana test-validator running the Ooze fair-ordering scheduler.
Drip test SOL. Send transactions. Watch fairness work.

SLOT
TXNS
VALIDATORS
FAUCET
connecting

// CONNECT

Point any Solana wallet or CLI at this RPC.

RPC http://77.42.80.65:8911
Solana CLI
$ solana config set --url http://77.42.80.65:8911
$ solana airdrop 10
$ solana balance
Phantom / Backpack / Solflare
Settings → Developer Settings → Change Network →
  Add Custom RPC →
    Name:   Ooze Labs
    URL:    http://77.42.80.65:8911

// DRIP

Free test SOL. Not real money. One drip per wallet every 24h. Cap of 666 SOL.

// roadmap connect wallet send tx launch token bundle demo

// what is this

Ooze Labs is a single-node Solana test-validator running the Ooze fair-ordering scheduler. Every transaction submitted gets queued, then VRF-shuffled before being added to a block. Priority fees still flow to the validator, but ordering is randomized — so atomic bundling, sandwich attacks, and snipe-the-launch flows lose reliability. Arbitrage still works.

Test SOL has no value. The chain is one node, no consensus security, no permanence guarantees. Use this to: kick the tires on Ooze, build dApps against an MEV-resistant RPC, demo fairness to your friends, mess around.

Built on agave 4.1.0-alpha with a custom --block-production-method ooze scheduler. source.