Grab Your Slice
Virtual prizes. Provably fair. Play free.
Featured Machines
Hot drops and high win rates
Live Wins
Watch prizes get grabbed in real time
Be First in Line
Get early access, bonus credits, and exclusive prizes.
Claw Machines
Pick a machine, grab a prize
Starter Oven
Margherita Mix
Pepperoni Picker
Cheesy Grabber
Deep Dish Deluxe
Pizza Paradise
Prize Gallery
Virtual prizes you can win in-game
Leaderboard
Top grabbers on claw.pizza
Your Profile
Referral Program
Daily Streak
Play every day for bonus credits
4-day streak! Play today for 5x bonus.
Play History
Settings
Active Challenges
How It Works
Four steps to playing
Choose a Machine
Browse machines by tier from free Breadstick to premium Supreme. Each has unique prizes inside.
Position the Claw
Tap or click where you want the claw to go. It glides smoothly to your target. You can also use WASD or swipe to fine-tune.
Drop & Grab
Hit the grab button and watch the claw descend. The grip strength is determined by a provably fair algorithm.
Win Prizes
If you grab a prize, it gets added to your collection. Track all your wins in the Prize Gallery.
Provably Fair
Every grab outcome is determined by a combination of the server seed, your client seed, and the nonce. You can verify any result independently.
// Provably fair verification
const crypto = require('crypto');
function getOutcome(serverSeed, clientSeed, nonce) {
const hash = crypto
.createHmac('sha256', serverSeed)
.update(`${clientSeed}:${nonce}`)
.digest('hex');
const roll = parseInt(hash.slice(0, 8), 16);
return roll % 10000; // 0-9999
}
The server seed is hashed before each session. After your session, the unhashed seed is revealed so you can verify the result.
Frequently Asked Questions
No. Every outcome is determined by a provably fair algorithm using cryptographic hashing. You can verify any result using your client seed, the server seed (revealed after your session), and the nonce. The math is open and auditable. We cannot manipulate outcomes.
You get 5 free credits every 24 hours from the daily faucet. You also earn credits by referring friends (3 credits per referral who plays), completing daily challenges, and maintaining play streaks. The Breadstick tier machines are always free to play.
Virtual prizes are added to your collection in the Prize Gallery. You can view all your wins in the 'My Wins' tab anytime.
You can play for free every day with credits from the daily faucet and referral program. Optional credit packs are also available if you want more plays.
Blog
Tips, news, and winner stories
5 Tips to Master the Claw
Learn positioning, timing, and strategy secrets from our top players who consistently win big prizes.
Read MoreNew Supreme Machine: Pizza Paradise
Our biggest machine yet is live with prizes worth up to $500. Here is everything you need to know.
Read MoreWinner Spotlight: SliceKing
Meet the player who has won 47 prizes in a single month, including a PS5 and three pairs of AirPods.
Read MoreHow Provably Fair Works
A deep dive into our cryptographic fairness system and why every outcome is verifiable and tamper-proof.
Read MoreReferral Program Launched
Earn free credits every time a friend signs up and plays. Climb tiers from Bronze to Diamond for bonus perks.
Read MoreFebruary Prize Drop Preview
Over $5,000 in new prizes added this month including gaming consoles, headphones, and gift cards.
Read MoreAdmin Access
Admin Dashboard
Prize Management
| Prize | Value | Machine | Stock | Actions |
|---|---|---|---|---|
| PlayStation 5 Digital | $449 | Pizza Paradise | 2 | |
| AirPods Pro 2 | $249 | Deep Dish Deluxe | 5 | |
| Nintendo Switch OLED | $349 | Pizza Paradise | 1 | |
| $50 Amazon Gift Card | $50 | Margherita Mix | 20 | |
| Mechanical Keyboard | $89 | Cheesy Grabber | 8 |