Blitz

Let's Blitz It!! 5 second rapid trade on the market powered by Yellow

Blitz

Created At

HackMoney 2026

Project Description

Blitz is an high-speed prediction market focused on “rapid trades”: low-latency, high-frequency micro-trades on short-term price movement.

Instead of pushing every interaction fully on-chain (and forcing users to pay gas each time they click), Blitz integrates with the Yellow Network to simulate an off-chain “state channel” style experience:

  1. Connect a wallet,
  2. Open a session with Yellow’s Clearnode,
  3. Deposit Tokens,
  4. Place rapid-fire directional trades with effectively zero gas,
  5. Settle your P&L and withdraw back to your wallet at the end.

Under the hood, the app is a modern Next.js 15, fully client-driven trading Dapp with live round timers, payout math, P/L tracking, leaderboards, and payout & risk breakdown cards.

How it's Made

Blitz is intentionally split into three main layers:

  1. UI / Game Loop (Next.js + React + Tailwind)

All the live trading panels, timers, bet buttons, charts, history tables, etc. Written in TypeScript/React 19 and rendered via Next.js App Router (src/app/page.tsx).

  1. Session & Wallet Layer (wagmi / viem / React Query)

wagmi handles wallet connectors (MetaMask, WalletConnect, etc.) and chain info. A wrapper component (WagmiProviderWrapper) injects both Wagmi and TanStack React Query globally. Exposes account, balance data, and connection state to the rest of the UI. Yellow Network Integration Layer

  1. YellowSDKWagmiService and useYellowSDKWagmi sit between the UI and any settlement / liquidity logic.

Responsibilities:

connect to Yellow Clearnode, request test liquidity (faucet), execute “rapid trades” with effectively zero gas, simulate withdrawals / settlement back to the user's wallet.

background image mobile

Join the mailing list

Get the latest news and updates

Blitz | ETHGlobal