erickyyy
-
Posts
30 -
Joined
-
Last visited
Reputation Activity
-
erickyyy 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.
-
erickyyy reacted to DragoslavP in ⛹️Stake Matchday Madness Week 34⛹️
⛹️Stake Matchday Madness⛹️
- Round 34 - Minnesota Timberwolves - Denver Nuggets
(USA, NBA. The match is scheduled for 26.04.2026.)
Ends: 26/04/26 (12:30 am) GMT
Requirements:
Guess correctly 7 questions that are posted on the poll below. To have a valid entry, fill out the form below. HERE
Each category will be scored individually, and the total score will be calculated by adding them all together.
Tips & Terms & Conditions:
Points are awarded based on the number of points next to the questions; all correct answers will be added together. In case of the match being postponed, the promotion will also be postponed. Total Score: Your total score will be the sum of points from all 7 guesses. Fill out the form that's linked to this topic to be eligible for promotion. The user with the highest Total Score will be declared the winner. In case of a tie, the user who submitted their form first will have an advantage A Pastebin leaderboard will be featured as part of the promotion. If a player is not on the roster for that game due to injury or any other reason. In that case, only the predictions for selected players who participated in the match will be counted. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. Do not post more than one comment/entry. You have to be one of the VIP members on our site ( at least the Bronze VIP level ). Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Only stake.com and official stake.com mirrors users will be eligible for the prize. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post.
Prize Pool distribution
1st place - $150 2nd place - $100 3rd place - $50 4th place - $50 5th place - $50
How to Enter
Click on the "HERE" button. Fill out the form and good luck! -
erickyyy reacted to aaashhhhhhhh in Best way to level up vip fast
Can anybody help me to level up vip fast
-
-
-
-
erickyyy reacted to BratislavK in 🐰 $400 Easter Mystery Basket 🧺
:root { --bg: #07111f; --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --green: #3dd598; --red: #ff6b6b; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); --radius: 24px; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(247, 201, 72, 0.12), transparent 28%), radial-gradient(circle at 80% 20%, rgba(61, 213, 152, 0.10), transparent 24%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.12), transparent 30%), linear-gradient(160deg, #040913 0%, #07111f 38%, #09182a 100%); min-height: 100vh; overflow-x: hidden; } .badge-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-bottom: 12px; } .badge { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,0.16); } .badge-text { white-space: nowrap; } .status { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 1px; white-space: nowrap; text-align: center; } @keyframes livePulse { 0% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } 50% { box-shadow: 0 0 14px rgba(61, 213, 152, 0.35); transform: scale(1.05); } 100% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } } .status.live { background: rgba(61, 213, 152, 0.18); color: #3dd598; border: 1px solid rgba(61, 213, 152, 0.45); animation: livePulse 1.8s ease-in-out infinite; } .status.live::before { content: "●"; margin-right: 6px; color: #3dd598; animation: livePulse 1.8s ease-in-out infinite; } .hero { max-width: 800px; margin: 40px auto; border: 1px solid var(--line); border-radius: 32px; padding: 34px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), transparent 32%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); position: relative; } .hero img { width: 350px; display: block; margin: 0 auto 24px; border-radius: 24px; border: 3px solid var(--gold); box-shadow: 0 0 20px rgba(247, 201, 72, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .hero img:hover { transform: scale(1.05); box-shadow: 0 0 30px rgba(247, 201, 72, 0.4); } h1 { text-align: center; font-size: clamp(28px, 6vw, 48px); margin: 0 0 6px; font-weight: 700; display: flex; justify-content: center; align-items: center; gap: 10px; } h2.subtitle { text-align: center; margin: 0 0 16px; font-weight: 500; color: var(--text); } p.lead { text-align: center; color: var(--muted); max-width: 520px; margin: 0 auto 24px; font-size: 18px; line-height: 1.4; } p.lead strong { color: var(--gold); } p.note { font-size: 14px; max-width: 600px; margin: 20px auto 0; color: var(--muted); line-height: 1.45; border-top: 1px solid var(--line); padding-top: 16px; font-weight: 400; } .highlight { color: var(--gold); font-weight: 700; } table { width: 100%; border-collapse: collapse; margin: 24px 0; border-radius: var(--radius); overflow: hidden; box-shadow: 0 0 12px rgba(247, 201, 72, 0.2); } th, td { padding: 14px 18px; background: rgba(255,255,255,0.03); border-bottom: 1px solid var(--line); color: var(--text); } th { color: var(--muted); font-weight: 600; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; text-align: left; } tbody tr:hover { background: rgba(247, 201, 72, 0.1); } tbody tr:last-child td { border-bottom: none; } footer.good-luck { text-align: center; font-weight: 700; font-size: 22px; color: var(--green); margin-top: 18px; } footer.good-luck span { font-size: 24px; margin-left: 6px; } Easter Event LIVE NOW
$400 Easter Mystery Basket
⏰ Ends: April 12th, 12 PM UTC
Spring is here and we have prepared a special Easter basket.
The total value is already set, but remains a mystery 👀
Your task is simple. Guess the value of the basket.
Comment one number between 1 and 5000 and include your Stake username to qualify.
HOW TO PARTICIPATE 1 Comment one number between 1 and 5000. 2 Include your Stake username. 3 Only one entry per user is allowed. Prize Pool: $400 🥇 Closest guess wins: $100 🎁 Other winners: The next six closest guesses will receive $50 each 📄 Full Terms & Conditions & click to expand This competition is published by Stake, which operates Stake.com, and is subject to the Stake Terms and Conditions and 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 Prizes & Delivery
Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prizes delivered within 72 hours of the competition ending. Winners selected at random from all eligible entries. One entry per user. Eligibility
Account must have no restrictions or exclusions. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Must maintain only one Stake account. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake Reserved Rights
To amend the Rules at any time. To cancel the Competition at any time. To disqualify any user due to promotion or account abuse, which may also result in a permanent ban.
-
erickyyy reacted to DragoslavP in ⚽Stake Matchday Madness Week 31⚽
⚽Stake Matchday Madness⚽
- Round 31 - Atl. Madrid - Barcelona
(Spain, LaLiga. The event is scheduled for 04.04.2026.)
Ends: 04/04/26 (19:00 pm) GMT
Requirements:
Guess correctly 7 questions that are posted on the poll below. To have a valid entry, fill out the form below. HERE
Each category will be scored individually, and the total score will be calculated by adding them all together.
Tips & Terms & Conditions:
Points are awarded based on the number of points next to the questions; all correct answers will be added together. In case of the match being postponed, the promotion will also be postponed. Total Score: Your total score will be the sum of points from all 7 guesses. Fill out the form that's linked to this topic to be eligible for promotion. The user with the highest Total Score will be declared the winner. In case of a tie, the user who submitted their form first will have an advantage A Pastebin leaderboard will be featured as part of the promotion. If a player is not on the roster for that game due to injury or any other reason. In that case, only the predictions for selected players who participated in the match will be counted. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. Do not post more than one comment/entry. You have to be one of the VIP members on our site ( at least the Bronze VIP level ). Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Only stake.com and official stake.com mirrors users will be eligible for the prize. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post.
Prize Pool distribution
1st place - $150 2nd place - $100 3rd place - $50 4th-10th - $15 11th-20th - $10
How to Enter
Click on the "HERE" button. Fill out the form and good luck! -
erickyyy reacted to Jake7589 in 💰[$2,500] Some-bunny loves you! 💔
@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; --surface2: #0d2a40; --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; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .header { text-align:center; padding:44px 28px 36px; background: linear-gradient(160deg, #0d2a40 0%, #071824 100%); border-radius:20px; border:1px solid #ffffff12; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .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); } } @keyframes float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } } .header h1 { font-size:34px; font-weight:900; 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:6px; } @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 24px; line-height:1.7; } .play-btn { display:inline-block; padding:16px 46px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:17px; font-weight:800; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; box-shadow:0 0 0 0 #FFB80055; position:relative; overflow:hidden; } .play-btn::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 ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .prize-card { background: var(--surface); border-radius:16px; padding:28px 18px; 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; } .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-card.silver { border-color:#0079ff33; } .prize-card.silver: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) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card.gold { --glow:#FFB80018; } .prize-card.silver{ --glow:#0079ff14; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } .prize-amount { font-size:42px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:#FFB800; } .prize-card.silver .prize-amount { color:#0079ff; } .prize-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:13px; 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; } .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-title { font-size:12px; font-weight:700; color:var(--gold); text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { min-width:34px; height:34px; background:#0079ff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; color:#fff; flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.15); box-shadow:0 0 0 6px #0079ff22; } .step-text { font-size:15px; color:#b0cee4; padding-top:6px; } .step-text strong { color:#fff; } /* ── REPLY BOX ── */ .reply-box { margin-top:20px; padding:18px; border-radius:16px; background:rgba(255,184,0,.07); border:1px solid rgba(255,184,0,.18); text-align:center; } .reply-label { display:block; margin-bottom:10px; color:var(--muted); font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; } .reply-value-row { display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap; } .reply-value { display:inline-block; padding:12px 18px; border-radius:12px; background:rgba(7,24,36,.65); border:1px solid rgba(255,255,255,.08); color:var(--text); font-size:18px; font-weight:900; font-family:monospace; } .reply-value span { color:var(--gold); } .copy-btn { background:transparent; border:1px solid #0079ff44; color:#4da6ff; font-size:13px; font-weight:700; padding:10px 18px; border-radius:10px; cursor:pointer; transition:all .2s; white-space:nowrap; } .copy-btn:hover { background:#0079ff22; border-color:#0079ff88; } .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--primary); border-radius:12px; padding:13px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; cursor:default; } .req-item:hover { background:#0a2236; border-color:#0079ff44; transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:#FFB800; } .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,#FFB80012,#FFB80005); border:1px solid #FFB80044; border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px #FFB80020; } .pool-total .amount { font-size:52px; font-weight:900; color:#FFB800; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #FFB800; } 50% { text-shadow:0 0 24px #FFB80066; } } .pool-total .label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; } .dist-list { display:flex; flex-direction:column; gap:8px; } .dist-item { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; background:var(--primary); border-radius:10px; border:1px solid #ffffff0a; font-size:14px; transition:background .2s, border-color .2s; } .dist-item:hover { background:#0a2236; border-color:#FFB80033; } .dist-item .who { color:#b0cee4; } .dist-item .val { color:#FFB800; font-weight:700; } .notice { 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; } .notice: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%; } } 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 ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--blue); } .d1{animation-delay:.08s} .d2{animation-delay:.16s} .d3{animation-delay:.24s} .d4{animation-delay:.32s} .d5{animation-delay:.40s} .d6{animation-delay:.48s} .d7{animation-delay:.56s} .d8{animation-delay:.64s} @media(max-width:480px){ .prize-row{grid-template-columns:1fr;} .header h1{font-size:26px;} .pool-total .amount{font-size:38px;} } Some-bunny Loves you!
Competition ends: 13/4/2026 @ 1:00 AM GMT
Bunnies and Easter are as iconic as America and oil
We’re asking you to design a Stake-themed bunny 🐰. Drop your AI slop below and your bunny might be chosen to win a share of $2,500.
🏆 $2,500 Total Given Away 🥈 $100 Each × 25 Winners 💡 Creativity wins attention. Keep it fun, clear, and on theme. 📋 How To Enter 1 Have a valid Stake Community Account 2 Post your Stake-themed bunny design directly in this thread. 3 Make sure your reply clearly includes your Stake ID so your entry can be verified. ✅ Requirements 🎨 Create a Stake-themed Bunny 💬 Reply to this thread with your Design and Stake ID 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $2,500 Total Prize Pool 🏆 Total Prize Pool$2,500 🥈 25 × Winners$100 each 👥 Total Winners25 People 📅 Duration7 Days ⚠️ Don't miss out! Stay tuned for winner announcements. You must claim your prize within 3 months — users will not be credited after this period expires. ‼️ Stake.com users only ‼️ 📄 Full Terms & Conditions — click to expand This competition is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and 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 Prizes & Delivery
Winners will have their username displayed on the thread with a prize claim link. Prizes delivered within 14 days of competition ending. Winners selected at random from all eligible entries. One entry per user — multiple entries result in only the first being valid. 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 Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Stake's Reserved Rights
To amend the Rules at any time To cancel the Competition at any time To verify the nominated account for prize delivery -
erickyyy reacted to BratislavK in 💰$3,000 Royal Club of Originals | Wheel ☸️
Week 164 ( February 9th - February 16th )
💰 Royal Club of Originals ☸️
Ends: 16/02/2026 @ 1 PM GMT
Requirements:
Win a bet on Wheel with a 49.50x multiplier (Risk: High and Segments: 50) and bet ID ending with an ODD number. 0.03 USD minimum bet amount (in any currency). Tips & Terms & Conditions
Bet must have been made after the commencement of this promotion. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Do not change your linked account during the whole duration of the promotion. 10+ Post count on the forum. Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Any player using multiple accounts will not be eligible for prizes. Only stake.com and official stake.com mirrors users will be eligible for the prize. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Regular Prize Pool(s): (based on the number of unique players)
Minimum prize pool: $300 If over 30 participants: $700 If over 40 participants: $900 If over 100 participants: $1,500 If over 200 participants: $2,000 If over 500 participants: $3,000 Prize pool distribution:
All players who complete the challenge in the next 7 days, will get a share in the prize pool! There is no limit to the number of winners.
How to Enter:
Respond to this topic by posting your bet ID in the comment below. Bets must have been made after 09/02/2026 - (1 pm) UTC.
Examples of valid bet IDs:
- house:123456789000
- casino:123456789000
-
erickyyy got a reaction from Robbabillion79 in Verifikasi Rollhunt Stake Indonesia
erickyyy
erickyyy
erickyyy
-
-
erickyyy got a reaction from forum_user2 in 🏀 [EuroLeague] Points Battle | Round 10 |🏀
🏀 Filip Petrusev 10
🏀Jared Butler 13
🏀Wade Baldwin 14
🏀Lonnie Walker IV 18
🏀Edy Tavares 10
🏀Cedi Osman 12
🏀Duane Washington 18
erickyyy
-
erickyyy reacted to BratislavK in 🤣 Stake Staff Meme Battle 🤣
🤣 Stake Staff Meme Battle 🤣
Ends: 01/11/2025
>
It’s time to have some fun! We know you’ve got jokes - and now’s your chance to show them off.
Make a meme about our Stake staff, drop it below, and let’s all have a good laugh together.
Whether it’s about our quirks, funny chat moments, or anything that happens around here - as long as it’s friendly and keeps the good vibes going, we’re all in!
Requirements and How to Enter:
Post your original meme right here in this thread. Keep it fun, lighthearted, and respectful - we’re laughing with each other, not at each other. Make sure to include your Stake username in your post. One entry per person - so make it count!
Prize Pool:
We’ll pick 5 winners, each taking home $10!
Community Managers will choose based on creativity, humor, and pure Stake spirit.
Your turn, let’s see what kind of memes you can come up with! 👇
-
erickyyy got a reaction from Treasure in 🏀 [EuroLeague] Points Battle | Round 4 |🏀
🏀Jordan Nwora 16
🏀Mike James 14
🏀Carsen Edwards 14
🏀Nikola Kalinic 6
🏀Facundo Campazzo 6
🏀Vanja Marinkovic 4
🏀Markus Howard 8
stake : erickyyy
-
erickyyy got a reaction from Treasure in ⚽Stake Matchday Madness Week 6🏀
1. 3
2. manaj rey
3. 4
4. Albania
5. Albania
6. 34th minute
Stake username: erickyyy
-
erickyyy got a reaction from lexxiluxx4 in ⚽Stake Matchday Madness Week 3🏀
1. 0-2
2. 6
3. Cole Palmer
4. 5 minutes
5. 2nd Half
Stake username: erickyyy
-
erickyyy reacted to DragoslavP in ⚽Stake Matchday Madness Week 3🏀
⚽Stake Matchday Madness⚽
⚽Join us in watching this match in our sports chat, where we will send rain after important moments of the match, and where we will host special trivia about this important Premier League match during halftime! ☔
- Round 3 - Manchester United vs Chelsea
(Premier League. Round 5. The match is scheduled for 20.09.2025.)
Ends: 20/09/25 (04:30 pm) GMT
Requirements
⚽Guess these:
What is the correct score going to be? (10 points) How many corners will there be for Chelsea? (5 points) Who is gonna be the first goalscorer? (4 points) How much extra time will be added in the 2nd half? (6 points) In which half will Manchester United have more shots on target? (3 points) Each category will be scored individually, and the total score will be calculated by adding them all together.
Here’s an example of what a valid post should look like:
2-1 4 J. Pedro 5 minutes 2nd Half Stake username: DragoslavP
Tips & Terms & Conditions
Points are awarded with the number of points that are next to the questions, all the correct answers will be added together. In case of the match being postponed, the promotion will also be postponed. Total Score: Your total score will be the sum of points from all 5 guesses. Respond to this topic with your prediction and Stake username. The user with the highest Total Score will be declared the winner. In case of a tie, the user who posted/edited their entry first will have the advantage. If a player is not on the roster for that game due to injury or any other reason. In that case, only the predictions for selected players who participated in the match will be counted. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. Do not post more than one comment/entry. You have to be one of the VIP members on our site ( at least the Bronze VIP level ). Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Only stake.com and official stake.com mirrors users will be eligible for the prize. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prize Pool distribution
1st place - $120 + (5 points in Grand Monthly) 2nd place - $80 + (3 points in Grand Monthly) 3rd place - $40 + (1 point in Grand Monthly) How to Enter
Respond to this topic with your prediction and Stake username. To qualify, you must make predictions for all questions. One valid entry per user. -
erickyyy reacted to AleksandarG in 🏀EuroBasket Court Kings | Germany vs Turkey - Final |🏀
🏀Court Kings🏀
🏆 GERMANY VS TURKEY | FINAL 🏆
Ends: 14/09/25 @ (5:45 pm) GMT
Requirements:
Guess the total number of points for each of the 7 selected players. Players: 🏀Dennis Schroder
🏀Alperen Sengun
🏀Shane Larkin
🏀Franz Wagner
🏀Ercan Osmani
🏀Isaac Bonga
🏀Daniel Theis
This refers to the GERMANY VS TURKEY | FINAL match of the EuroBasket 2025. The match is scheduled for September 14th. Tips & Terms & Conditions:
Points are awarded based on how close your predictions are to the actual points for each player.
Exact match: 150 points
Within 1 point: 100 points
Within 2 points: 75 points
Within 3 points: 50 points
Within 4 points: 30 points
From 5 to 10 points: 15 points
From 11 to 20 points: 10 points
From 21 to 30 points: 5 points Total Score: Your total score will be the sum of points from all 7 players. Respond to this topic, with your prediction and Stake username. The user with the highest Total Score will be declared the winner. In case of a tie, the user who posted/edited their entry first will have the advantage. If a player is not on the roster for that game due to injury or any other reason. In that case, only the predictions for selected players who participated in GERMANY VS TURKEY | FINAL will be counted. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Any player using multiple accounts will not be eligible for prizes. Do not post more than one comment/entry. You have to be one of the VIP members on our site ( at least the Bronze VIP level ). Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Only stake.com and official stake.com mirrors users will be eligible for the prize. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prize Pool distribution
1st place - $160 2nd place - $90 3rd place - $70 4th place - $50 5th place - $30 6th to 10th place - $20 11th to 20th place - $10 How to Enter
Respond to this topic, with your prediction and Stake username. To qualify, you must make predictions for all selected players. One valid entry per user. -
erickyyy got a reaction from lexxiluxx4 in I won the weekly raffle but haven't got it
I hope you get what you deserve
-
erickyyy got a reaction from ruthlessunruly in ⚽Stake Matchday Madness Week 2🏀
1. 1st quarter
2. under
3. Even
4. germany
Stake username: erickyyy
-
erickyyy reacted to MladenS in $10,000 Highest Odds | September | Sports Challenge
Highest odds table:
@Mantonijus 1,370.74 @hursthurst2705 1,346.17 @ForintBet 1,304.56 @craftdaisy 993.30 @Iamnany1 666.81 (3.00$) @herpdyderp 666.81 (1.00$) @Mr1Thomas 601.00 @Ilisabellla 583.41 ($3.00) @lilylious 583.41 ($1.00) @Karabiner9 570.31 @red95 560.77 @cabya 542.94 @fastman 479.86 @rayanmehlib 425.65 @miray3 423.59 @nikathewad 400.27 @nomore6765 384.00 @tygoatie 332.41 @fatonj 329.33 @Sarinjo 318.08 @Menang 276.89 @sportsguy 271.70 @Dasbhai1 249.97 @pigglywiggly 226.73 @buzi1989 217.44 @Harmonikkamies 215.62 @Issam1997 203.75 @Goddest04 199.48 @iwantprofit 191.96 @roppen1984 190.52 @daga1605 181.54 @Lepog22 151.00 @locbtc123 141.48 @Danx11 135.09 @yuyuwaenah 129.86 @misterbejo 128.74 @Kasperh32 122.72 @Iluminati007 122.27 @사용자입니다 114.39 @Viperious 113.90 @Kenz0 111.47 @SkyMonik 109.56 @zhestka 108.53 @alwaysmine13 106.35 @Gavin13 105.62 @yildizkenan 103.65 @80B 103.41 @FirstTimeCass 98.41 @Fandekayn 94.60 @mkei 94.4711174
-
erickyyy reacted to MladenS in [$2,500] Perfect 10 | Sports
Week 201 ( August 18th - August 25th )
👌Perfect 10👌
Ends: 08/25/2025 @ (12 pm) GMT
>
Requirements:
Win a multi-bet with at least x10 by betting on at least 10 matches (all sports).
The minimum bet amount is set at 1USD$ (in any crypto currency). Tips & Terms & Conditions:
You can bet on pre-match or live markets. Combined Same Game Multi bets and regular Same Game Multi bets are not eligible for the challenge! Voided, cancelled, half-loss, and half-win bets are not eligible for the challenge! Cashed-out bets are not eligible for the challenge. Bet must have been placed after 08/18/2025 12 PM UTC and it has to be settled before the timer expires! Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Do not change your linked account during the whole duration of the promotion. Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. Only stake.com and official stake.com mirrors users will be eligible for the prize. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prize Pool(s): (based on the number of unique players)
Minimum prize pool: $300 If over 30 participants: $600 If over 40 participants: $900 If over 50 participants: $1,200 If over 100 participants: $2,000 If over 200 participants: $2,500 Prize pool distribution:
All players who complete the challenge in the next 7 days, will get a share in the prize pool! There is no limit to the number of winners. Extra reward: (fulfill the additional requirement and win some extras)
Win an extra reward by hitting x100 or more and we will award you with $50. (all sports). How to Enter:
Respond to this topic by posting your sports bet ID (screenshot of the bet is optional). Examples of valid bet IDs:
- sport:123456789 -