DrawRace
Draw your line

Draw your line

Before the lights go out, sketch your own racing line on the track. The smoother and tighter your line, the faster you go.

Race your rivals

Race your rivals

Your line comes alive: cars launch and battle wheel-to-wheel along the path you drew. Pure skill. The faster you draw, the faster you go.

Take their SOL

Take their SOL

Winner takes all. Cross the line first and the entire pot is yours, paid out instantly in SOL. 50% of platform fees buy and burn $VROOM.

Community

Join the grid

Alpha, races and giveaways drop first in the community. Don't get left on the starting line.

@drawracesol

FAQ

How it actually works

No. DrawRace never asks you to connect an external wallet, sign a connection request or expose a seed phrase. There is no "Connect Wallet" button and no browser-extension permission to grant, so your main wallet is never linked to the game.

On signup the backend generates a fresh Solana keypair for your account. The public key is your deposit address; the private key is encrypted at rest and used only by the matchmaking program to move your wagered lamports into escrow. You deposit only the SOL you choose, and you can withdraw the remaining balance to any address at any time.

When a match starts, each player’s entry is transferred into a program-controlled escrow (a PDA) on Solana. The deterministic race is simulated, the result hash is committed, and the on-chain program releases the entire pot to the winner’s account in a single transaction. Settlement is final once the transaction is confirmed — typically well under a second.

Your drawn line is sampled into a spline and fed to a fixed-timestep 2D physics simulation. Each car is a rigid body with grip, mass and max lateral acceleration: speed through a corner is capped by the curvature of your line, so a smooth racing line (wide entry, late apex, wide exit) carries more speed than a jagged one. Same inputs always produce the same lap — there is no per-frame randomness.

Pure skill. The simulation is fully deterministic and seeded only by the players’ drawn lines, so there is no RNG to manipulate. Anyone can re-run the same inputs and reproduce the exact same finishing order, which is what the on-chain result commit verifies.

Every player in a match posts an equal entry wager that forms the prize pot held in escrow. The car whose line crosses the finish line first wins, and the smart contract pays the whole pot (minus a small protocol fee) to the winner automatically.

Payouts are automatic and land the moment the settlement transaction confirms on Solana — usually sub-second — with network fees of a fraction of a cent. The protocol takes a small flat fee on the pot; everything else goes to the winner.

Yes. Free practice and AI races run the exact same physics engine as wagered matches, so you can master your racing line before putting any SOL on the line.