Stasik
-
Posts
27 -
Joined
-
Last visited
Reputation Activity
-
-
Stasik got a reaction from sahilkumar2405 in 💰[$20,000 USD] Cricket Raffle Bash 🏏
ID 461 408 773 314
-
Stasik reacted to Jake7589 in 🏆 Stake x Team Vitality PC Giveaway 🎮
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .header { text-align:center; padding:0 0 36px; background: linear-gradient(160deg, #0d2a40 0%, #071824 100%); border-radius:20px; border:1px solid #ffffff12; margin-bottom:20px; position:relative; overflow:hidden; } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:340px; height:340px; background: radial-gradient(circle, #FFB80018 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.6; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:1px solid #FFB80033; } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:28px 28px 0; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(255,184,0,.22); background:rgba(255,184,0,.08); color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .header h1 { font-size:34px; font-weight:900; line-height:1.1; letter-spacing:-.03em; background: linear-gradient(90deg, #FFB800, #ffda6e, #FFB800); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:10px; } @keyframes shimmer { to { background-position:200% center; } } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:480px; margin:0 auto 14px; line-height:1.7; } .cta-main { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; margin-top:8px; } .cta-main::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.25) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s; } .cta-main:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .cta-main:hover::after { transform:translateX(100%); } .prize-row { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:16px; } .prize-card { background:var(--surface); border-radius:16px; padding:22px 14px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:#FFB80044; --glow:#FFB80018; } .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-card.blue { border-color:#0079ff33; --glow:#0079ff14; } .prize-card.blue:hover { border-color:#0079ffaa; box-shadow:0 12px 40px #0079ff25; } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow,transparent) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:10px; right:12px; font-size:20px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} } .prize-amount { font-size:32px; font-weight:900; line-height:1; margin-bottom:5px; } .prize-card.gold .prize-amount { color:#FFB800; } .prize-card.blue .prize-amount { color:#0079ff; } .prize-label { font-size:11px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:12px; color:#6a90a8; margin-top:4px; } .pill { background:#0079ff12; border:1px solid #0079ff33; border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#4da6ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:#0079ff22; border-color:#0079ff66; } .grid { display:grid; grid-template-columns:1.1fr .9fr; gap:16px; margin-bottom:16px; } .section { background:var(--surface); border-radius:16px; padding:24px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-tag { display:inline-block; margin-bottom:10px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .section h2 { font-size:22px; font-weight:900; margin-bottom:8px; } .panel-intro { color:var(--muted); font-size:14px; margin-bottom:18px; } .spec-list { display:flex; flex-direction:column; gap:10px; list-style:none; padding:0; } .spec-list li { display:flex; align-items:center; gap:12px; background:var(--primary); border-radius:12px; padding:12px 16px; border:1px solid #ffffff0a; color:#b0cee4; font-size:14px; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .spec-list li:hover { background:#0a2236; border-color:#FFB80044; transform:translateX(6px); } .spec-list li::before { content:'✓'; min-width:22px; height:22px; border-radius:50%; background:var(--gold); color:#071824; font-weight:900; font-size:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .steps { display:flex; flex-direction:column; gap:12px; } .step { display:grid; grid-template-columns:48px 1fr; gap:14px; padding:14px; border-radius:14px; background:rgba(255,255,255,.03); border:1px solid #ffffff0a; transition:border-color .25s, transform .25s; } .step:hover { border-color:#0079ff44; transform:translateX(4px); } .step-no { width:48px; height:48px; border-radius:12px; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); display:flex; align-items:center; justify-content:center; font-size:18px; font-weight:900; transition:transform .25s, box-shadow .25s; } .step:hover .step-no { transform:scale(1.1); box-shadow:0 0 0 5px rgba(255,184,0,.1); } .step-title { margin:0 0 4px; color:var(--text); font-size:15px; font-weight:700; } .step-text { margin:0; color:var(--muted); font-size:13px; } .step-text a { color:var(--blue); text-decoration:none; } .step-text a:hover { text-decoration:underline; } .step-text strong { color:#fff; } .clean-list { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; } .clean-list li { display:flex; align-items:center; gap:12px; background:var(--primary); border-radius:12px; padding:12px 16px; border:1px solid #ffffff0a; color:#b0cee4; font-size:14px; line-height:1.5; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .clean-list li:hover { background:#0a2236; border-color:#0079ff44; transform:translateX(6px); } .clean-list li::before { content:''; min-width:7px; width:7px; height:7px; border-radius:999px; background:var(--gold); flex-shrink:0; } .clean-list li span { display:inline; } .clean-list li strong { color:#FFB800; } .clean-list li a { color:var(--blue); } .alert { background:#ff6b0010; border:1px solid #ff6b0040; border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .alert:hover { border-color:#ff6b0088; } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:#fff; } .stake-badge { text-align:center; padding:14px; background:linear-gradient(135deg,#0079ff18,#0079ff08); border:1px solid #0079ff44; border-radius:12px; color:#4da6ff; font-weight:700; font-size:14px; margin-bottom:16px; letter-spacing:.5px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px #0079ff25; } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(0,121,255,.12),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .terms-header { text-align:center; margin:8px 0 14px; } .terms-header h2 { font-size:22px; font-weight:900; } .terms-header p { color:var(--muted); font-size:13px; margin-top:6px; } details { background:var(--primary); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:#0079ff33; } summary { padding:16px 20px; cursor:pointer; font-weight:700; color:var(--muted); font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'▼'; font-size:10px; color:var(--blue); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-size:12px; color:#FFB800; text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ol, .terms-body ul { padding-left:20px; } .terms-body li { margin-bottom:8px; } .terms-body a { color:var(--blue); } .terms-body ul li { list-style:disc; } .footer-note { margin-top:16px; text-align:center; color:var(--muted); font-size:13px; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s} .d7{animation-delay:.53s} .d8{animation-delay:.61s} @media(max-width:600px){ .prize-row { grid-template-columns:1fr; } .grid { grid-template-columns:1fr; } .header h1 { font-size:26px; } } Exclusive Giveaway Stake x Team Vitality
PC Giveaway
Ends: 25/4/2026 @ 1:00 AM GMT
We're teaming up with Team Vitality to give 5 lucky forum members the chance to win exclusive, one-of-a-kind custom PCs 🎮
Each PC has been personally customized by a Team Vitality player, making every build unique 🎨
Just sign up to the Stake Community forums, leave your Stake username below, and you're in the running to win one of these insane custom rigs 💻
🖥️ Join the Community 🏆 5x Custom PCs Up for grabs 🎮 1 Per Winner Unique build each ⚡ RTX 5070 Ti Inside each rig 💡 Leave your Stake username below to verify your entry How To Enter Two simple steps
Complete both steps to be eligible for a custom PC.
1 Create or log in to your account
Have an existing account or sign up at stakecommunity.com.
2 Reply with your Stake username
Post your Stake username in this thread to confirm your entry.
PC Specs What's inside
Every custom PC is built with these components.
AMD Ryzen 7 7800X3D Asus RTX 5070 Ti 32GB Silicon Power XPOWER Storm 6000MHz RGB C36 (2×16GB) Asus B850M AYW Gaming Wi-Fi — DDR5 750W Inwin 80+ Gold Requirements Before you enter
Create or have an existing account on Stake Community Reply to this thread with your Stake username Must use the same email address for your Stake Community account and Stake account Stake.com users only — Bronze VIP or above KYC Level 2 verification required Prize Distribution How the prize works
5 custom PCs will be awarded — one per winner Each PC has been personally customized by a Team Vitality player Winners are selected at random from all eligible entries Prize is a physical good — not paid in cryptocurrency or Stake Vault credit PC will be shipped directly to the winner's nominated address at Stake's cost Winners must respond within 7 days of notification or the prize may be forfeited ⚠️ Don't miss out! Stay tuned for the official winner announcement. You must respond within 7 days of being contacted — failure to respond may result in forfeiture of the prize. ‼️ Stake.com users only ‼️ Terms of Service — Competition
For full Terms of Service, expand below.
📄 Full Terms & Conditions — click to expand This competition ("Stake x Team Vitality PC Giveaway") is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and the Stake Community Terms of Use.
In the event of conflict, the following order of precedence applies:
Terms and Conditions These Rules Stake Community Terms of Use The Prize
Winners receive one (1) custom-built PC supplied by Aftershock PC. The prize is a physical good — not paid in cryptocurrency or credited to your Stake Vault. A total of five (5) custom-built PCs are available. Each winner receives one (1) PC only. The prize is non-transferable and may only be awarded to the verified winner. The PC will be shipped to the winner's nominated delivery address at Stake's cost. If delivery is not reasonably practicable due to shipping restrictions or legal limitations, Stake reserves the right to substitute the prize with one of equal or greater value. Winners are solely responsible for all taxes, duties, or fees arising from receipt of the prize. Winner Notification
Winners will be contacted via the email address linked to both their Stake Community and Stake accounts. If a winner does not respond within seven (7) days of notification, the prize may be forfeited and reallocated at Stake's discretion. Winners may be required to provide their full legal name and shipping address to receive the prize. Unless confirmed otherwise, prizes will be delivered within fourteen (14) days of the competition ending. Eligibility
Bronze VIP account or above on Stake KYC Level 2 verification required Account must have no restrictions or exclusions Must not be a Stake employee (forum moderators are not excluded) Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Must use the same email address for both your Stake Community and Stake accounts Entry
Eligible users registered on the Stake Community Forum prior to the competition start date will be automatically entered. No further action is required. Only one (1) entry per person. Multiple accounts or attempts to circumvent the entry mechanism will result in disqualification. Winners are selected at random from all eligible entrants. Stake's Reserved Rights
To amend the Rules at any time To cancel the Competition at any time To disqualify any entrant suspected of misusing the entry process To verify the nominated account for prize delivery Stake may use the winner's first name and general prize details for promotional purposes unless the winner objects in writing in advance General
The prize is supplied by Aftershock PC. Stake makes no warranties regarding the quality or performance of the prize. Stake is not liable for lost, incomplete, or delayed entries or notifications due to technical issues outside its control. This competition is void where prohibited by law and governed by the laws applicable to the Stake Terms and Conditions. Please read all conditions carefully before entering.
-
Stasik reacted to AleksandarG in 🎰Over $70,000 Stake’s Slot World Championship | Results🏆
Congratulations!
🏆The winner of this thrilling challenge is @PutteLiljan!🏆
Your impressive achievement has earned you seven days of increased rain in your room. Which means a storm is brewing in the English chat room! ⛈️
All eligible players can now claim their rewards on the link below.
⬇️
CLAIM HERE
Make sure you are logged in to the proper account.
The full list can be seen here: https://pastebin.com/PrpPVZuF
-
Stasik reacted to BratislavK in 🏆 $400 Endgame Quiz 🧠
( March 28th - March 31st )
🏆 $400 Endgame Quiz 🧠
Another month comes to an end… and this is the Endgame.
Only those who stayed sharp throughout will make it to the finish. Think you’ve been paying attention?
We’ve prepared a short quiz based on this month’s promotions and events.
Answer all questions correctly and include your Stake username to qualify.
# Question 1 What was the multiplier required in the Hidden Multiplier Challenge? 2 Which Stake Original was featured in this month’s Originals Showcase promotion? 3 What was the latest Stake Original game released this month? 🥇 First correct answer: $100
🎁 Other winners: All remaining correct entries enter a random draw, where 6 winners will receive $50 each
.qtext { transition: all 0.25s ease; } .qtext:hover { color: #fbbf24; text-shadow: 0 0 8px rgba(251,191,36,0.6); } Only one entry per user is allowed.
Good luck!🍀
-
-
-
Stasik reacted to KartenStapel in 💰[$1,000] Bonus Clash: Zeus 1000 vs Mystery Carnival 🥊
casino:458941414584
-
Stasik reacted to Steve in $5000 bonus buy giveaway
Watch the video below and post a video respond in the comment section for a chance to win a split in a $5000 bonus buy on the next Stake weekly stream!
https://x.com/SteveOnStake/status/2032784256293023941
HOW TO WIN:
- Record a video of yourself saying/showing why you're the best person to take a split in the $5000 bonus buy
- Comment your video in response to the X post
-
-
Stasik reacted to Jake7589 in 💰[$1,000] Bonus Clash: Zeus 1000 vs Mystery Carnival 🥊
.bonus-clash { position: relative; max-width: 780px; margin: 28px auto; padding: 30px; background: radial-gradient(circle at top left, rgba(0, 121, 255, 0.18), transparent 32%), radial-gradient(circle at top right, rgba(255, 184, 0, 0.08), transparent 24%), linear-gradient(180deg, #161b2b 0%, #101522 100%); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 26px; color: #f5f7fb; line-height: 1.6; box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38); overflow: hidden; } .bonus-clash, .bonus-clash p, .bonus-clash li, .bonus-clash a, .bonus-clash span, .bonus-clash div, .bonus-clash h1, .bonus-clash h2, .bonus-clash h3 { font-family: Arial, Helvetica, sans-serif; } .bonus-clash a { color: #ffd24a; font-weight: 700; text-decoration: none; } .bonus-clash a:hover { text-decoration: underline; } .bonus-clash__hero { text-align: center; margin-bottom: 30px; } .bonus-clash__hero-image { display: block; margin: 0 auto 22px; max-width: 100%; height: auto; border-radius: 20px; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.42); } .bonus-clash__eyebrow { display: inline-block; margin-bottom: 14px; padding: 7px 14px; border-radius: 999px; background: rgba(0, 121, 255, 0.14); border: 1px solid rgba(102, 178, 255, 0.30); color: #9fd0ff; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; } .bonus-clash__title { margin: 0 0 12px; font-size: 40px; line-height: 1.08; font-weight: 900; color: #ffffff; } .bonus-clash__subtitle { margin: 0 0 18px; font-size: 16px; color: #c7d4ea; } .bonus-clash__countdown { display: inline-block; margin-bottom: 20px; padding: 12px 14px; border-radius: 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); } .bonus-clash__lead { max-width: 640px; margin: 0 auto; font-size: 18px; color: #eef2fb; } .bonus-clash__cta { margin: 30px 0 28px; padding: 24px 22px; text-align: center; border-radius: 22px; background: linear-gradient(135deg, #66b2ff 0%, #0079ff 58%, #005ed1 100%); color: #ffffff; box-shadow: 0 16px 34px rgba(0, 121, 255, 0.34); border: 1px solid rgba(255,255,255,0.14); } .bonus-clash__cta-title { margin: 0 0 8px; font-size: 30px; line-height: 1.1; font-weight: 900; color: #ffffff; } .bonus-clash__cta-text { margin: 0; font-size: 17px; font-weight: 800; color: #eaf4ff; } .bonus-clash__cta a { color: #ffffff; text-decoration: none; } .bonus-clash__cta a:hover { text-decoration: underline; } .bonus-clash__vs { display: inline-block; margin: 0 8px; color: #ffffff; font-weight: 900; opacity: 0.96; } .bonus-clash__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0 0 28px; } .bonus-clash__card { padding: 22px 20px 18px; border-radius: 20px; background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.035) 100%); border: 1px solid rgba(255, 255, 255, 0.09); box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); transition: transform 0.2s ease, box-shadow 0.2s ease; } .bonus-clash__card:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,0.18); } .bonus-clash__card-title { margin: 0 0 14px; font-size: 20px; line-height: 1.25; font-weight: 800; color: #ffffff; } .bonus-clash__card ul { margin: 0; padding-left: 18px; } .bonus-clash__card li { margin-bottom: 10px; color: #dde4f2; } .bonus-clash__pill { display: inline-block; padding: 3px 8px; border-radius: 999px; background: rgba(0, 121, 255, 0.16); border: 1px solid rgba(102, 178, 255, 0.24); color: #b8dcff; font-weight: 800; } .bonus-clash__notice { margin: 0 0 28px; padding: 16px 18px; border-left: 4px solid #0079ff; border-radius: 14px; background: linear-gradient(180deg, rgba(0,121,255,0.10) 0%, rgba(0,121,255,0.05) 100%); color: #f5f7fb; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); } .bonus-clash__divider { height: 1px; margin: 28px 0; background: rgba(255, 255, 255, 0.08); border: 0; } .bonus-clash__section-title { margin: 0 0 10px; font-size: 24px; line-height: 1.2; font-weight: 800; color: #ffffff; } .bonus-clash__section-intro { margin: 0 0 18px; color: #aebcd3; } .bonus-clash .ipsQuote { margin-top: 8px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 18px; background: rgba(255, 255, 255, 0.035); overflow: hidden; } .bonus-clash .ipsQuote_citation { padding: 14px 16px; background: rgba(255, 255, 255, 0.05); color: #ffffff; font-weight: 800; } .bonus-clash .ipsQuote_contents { padding: 18px; color: #dde4f2; } .bonus-clash .ipsQuote_contents p, .bonus-clash .ipsQuote_contents li { color: #dde4f2; } .bonus-clash .ipsQuote_contents h2, .bonus-clash .ipsQuote_contents h3 { margin-top: 20px; color: #ffffff; } @media (max-width: 640px) { .bonus-clash { padding: 20px; border-radius: 20px; } .bonus-clash__title { font-size: 30px; } .bonus-clash__lead { font-size: 16px; } .bonus-clash__cta-title { font-size: 24px; } .bonus-clash__grid { grid-template-columns: 1fr; } } Weekly Forum Competition Bonus Clash: Zeus 1000 vs Mystery Carnival
Ends: 26 March 2026 at 1:00 AM GMT
This week’s Bonus Clash is live. Pick the slot you think will pay out bigger, submit your qualifying Bet ID, and you could win a share of the prize pool.
Win a share of $1,000 💸
Zeus 1000 vs Mystery Carnival
📋 Requirements
Make a $10.00 USD bonus buy on Zeus 1000 or Mystery Carnival Reply to this thread with your Bet ID 🎁 Prize Pool
$1,000 total prize pool Distributed to 10 winners Only eligible entries that meet the conditions above can win 📝 How to Enter
Choose your winner: Zeus 1000 or Mystery Carnival Complete your qualifying bonus buy Reply in this thread with your matching Bet ID ⏳ Important Info
Complete the challenge within 7 days Only 10 winners will be selected Prizes must be claimed before the coupon link expires Stake.com users only ‼
Stay tuned for the official winner announcement so you can claim your prize in time. Users will not be credited after the 3-month claim period ends. Terms of Service – Competition
For full Terms of Service, expand the quote below.
-
Stasik reacted to Sasor in 💰[$1,000] Bonus Clash: Zeus 1000 vs Mystery Carnival 🥊
Zeus 1000
casino:458733875207
-
Stasik reacted to Jake7589 in 💰[$1,000] Bonus Clash: Crossfire vs Hot College 🥊
The answer was... Hot College - Congratulations to the following lucky players 💰
You can claim your reward here - https://playstake.info/bonus?code=BonusClashHotCollegeVsCrossfire
Username Reward papua16 $100 HeyriLover $100 BKR27 $100 Kartenstapel $100 kolendo $100 Melmak $100 tinsagit $100 RenDarku $100 MissBlueEyes $100 gachilaga2 $100 -
Stasik reacted to whinner in 💰[$1,000] Bonus Clash: Crossfire vs Hot College 🥊
casino:458563225963
Crossfire
-
-
Stasik reacted to Harms2000 in 💰[$1,000] Bonus Clash: Zeus 1000 vs Mystery Carnival 🥊
Mystery Carnival
casino:458905738672
-
Stasik reacted to bokier27 in 💰[$2,000 USD] Christmas Story-time 📖
A Christmas Memory by Truman Capote. Short, semi-autobiographical, and poignant.
Stake id : BKR27
-