-
Posts
40 -
Joined
-
Last visited
Reputation Activity
-
Eskof reacted to Jake7589 in 💰[$1,000] Bonus Clash: Clash of Titans vs Gates of Gladius 🥊
@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 ── */ .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 #ffffff12; } .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:32px; font-weight:900; line-height:1.1; letter-spacing:-.02em; 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:500px; margin:0 auto 14px; line-height:1.7; } /* ── VS BANNER ── */ .vs-banner { margin-bottom:20px; padding:24px 22px; text-align:center; border-radius:16px; background: linear-gradient(135deg, #0079ff22, #0079ff0a); border:1px solid #0079ff44; position:relative; overflow:hidden; transition:box-shadow .3s; } .vs-banner:hover { box-shadow:0 0 40px #0079ff18; } .vs-banner::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(0,121,255,.1),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .vs-title { font-size:22px; font-weight:900; color:#fff; margin-bottom:10px; } .vs-title span { color:var(--gold); } .vs-row { display:flex; align-items:center; justify-content:center; gap:16px; flex-wrap:wrap; } .vs-btn { display:inline-block; padding:12px 24px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:15px; font-weight:800; text-decoration:none !important; border-radius:10px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; } .vs-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; } .vs-btn:hover { transform:translateY(-2px); box-shadow:0 6px 24px #FFB80044; text-decoration:none; } .vs-btn:hover::after { transform:translateX(100%); } .vs-divider { font-size:20px; font-weight:900; color:#fff; opacity:.7; } /* ── PRIZE CARDS ── */ .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .prize-card { background:var(--surface); border-radius:16px; padding:26px 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; --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:40px; 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 ── */ .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; } /* ── STEPS ── */ .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; } /* ── REPLY BOX ── */ .reply-box { margin-top:18px; 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:16px; 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; } /* ── MINI CARDS ── */ .stack { display:flex; flex-direction:column; gap:12px; } .mini-card { padding:16px; border-radius:14px; background:rgba(255,255,255,.03); border:1px solid #ffffff0a; transition:border-color .25s; } .mini-card:hover { border-color:#FFB80033; } .mini-card h3 { margin:0 0 6px; color:var(--text); font-size:16px; font-weight:700; } .mini-card p { margin:0; color:var(--muted); font-size:13px; line-height:1.7; } .mini-card strong { color:#fff; } .notice { margin-top:12px; padding:14px 16px; border-radius:14px; background:rgba(255,184,0,.07); border:1px solid rgba(255,184,0,.18); color:var(--muted); font-size:13px; line-height:1.7; } .notice strong { color:#fff; } /* ── CLEAN LIST ── */ .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); } /* ── PRIZE POOL TABLE ── */ .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; } /* ── ALERT ── */ .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 ── */ .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; } /* ── TERMS ── */ .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); } .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:24px; } .vs-row { flex-direction:column; } } Weekly Forum Competition Bonus Clash: Clash of Titans vs Gates of Gladius
Ends: 21/5/2026 @ 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 💸 ⚡️ Gates of Gladius VS ⚔️ Clash of Titans 💸 $1,000 Total Prize Pool Up for grabs 🏆 $100 Per Winner × 10 Winners 💡 Make a $20 USD bonus buy on either slot — then reply with your Bet ID to enter! How To Enter Three simple steps
Pick your slot, place your bonus buy, and post your Bet ID.
1 Choose your slot
Pick Gates of Gladius or Clash of Titans — whichever you think will pay bigger.
2 Make a $20 bonus buy
Complete a $20 USD bonus buy on your chosen slot.
3 Reply with your Bet ID
Post your Bet ID in this thread to submit your entry.
Prize Distribution How the prize pool works
$1,000 Total Prize Pool 💸 Total Prize Pool$1,000 🏆 10 × Winners$100 each 👥 Total Winners10 People 📅 Duration7 Days Requirements Before you enter
Reply to this thread with your Bet ID Only eligible entries that meet the above conditions can win Stake.com users only — Bronze VIP or above KYC Level 2 verification required ⚠️ Don't miss out! Stay tuned for the official winner announcement. You must claim your prize before the coupon link expires — users will not be credited after the 3-month claim period ends. ‼️ Stake.com users only ‼️ Terms of Service — Competition
For full Terms of Service, expand below.
📄 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 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 Prizes & Delivery
Winners will have their username displayed on the thread with a prize claim link. The Community Team may contact you via the platform used to submit your entry. Prizes delivered within 14 days of the 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 (forum moderators are not excluded) Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Entry Requirements
Entries must be submitted after the Competition is published Entries must meet all submission requirements set by Stake 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 Please read all conditions carefully before entering.
-
Eskof reacted to BratislavK in 🥇 $7,000 The Return of the King | VIP Slots 🎰
: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: 100%; overflow-x: hidden; } @keyframes fadeUp { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes softGlow { 0% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } 50% { box-shadow: 0 0 16px rgba(247, 201, 72, 0.16); } 100% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } } body::before { content: ""; position: fixed; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; mask-image: radial-gradient(circle at center, black 45%, transparent 95%); } .container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 60px; position: relative; z-index: 1; } .hero { position: relative; overflow: hidden; 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); animation: fadeUp 0.5s ease-out; } .hero::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; top: -120px; right: -90px; background: radial-gradient(circle, rgba(247, 201, 72, 0.14), transparent 65%); filter: blur(12px); pointer-events: none; } .badge-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-bottom: 6px; } .badge { position: relative; overflow: hidden; } .badge::after { content: ""; position: absolute; top: -55%; bottom: -55%; width: 42%; background: linear-gradient( 90deg, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(167,233,255,0.22), rgba(255,255,255,0) ); filter: blur(5px); animation: diamondShine 3.4s linear infinite; } @keyframes diamondShine { 0% { transform: translateX(-180%) rotate(18deg); opacity: 0; } 15% { opacity: 0.2; } 50% { opacity: 0.95; } 85% { opacity: 0.2; } 100% { transform: translateX(180%) rotate(18deg); opacity: 0; } } .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; } .status.closed { background: rgba(255, 107, 107, 0.15); color: #ff6b6b; border: 1px solid rgba(255, 107, 107, 0.40); } h1 { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: 0.96; letter-spacing: -1.8px; max-width: 820px; } .accent { color: var(--gold); } .lead { margin: 0; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; align-items: stretch; } .card { border: 1px solid var(--line); background: rgba(8, 16, 30, 0.72); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); position: relative; overflow: hidden; } .timer-card { padding: 22px; position: relative; } .timer-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(247, 201, 72, 0.04), transparent 42%); pointer-events: none; } .timer-top { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-bottom: 18px; position: relative; z-index: 1; } .timer-title { font-size: 15px; text-transform: uppercase; letter-spacing: 4px; color: var(--muted); font-weight: 700; text-align: left; } .timer-end { font-size: 14px; color: var(--gold); background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.22); padding: 8px 14px; border-radius: 999px; white-space: nowrap; animation: softGlow 2.8s ease-in-out infinite; } .timer-main { display: grid; grid-template-columns: 1.1fr auto; gap: 20px; align-items: center; position: relative; z-index: 1; margin-bottom: 18px; } .timer-copy { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-content: center; } .timer-grid { width: 100%; min-width: 0; display: flex; justify-content: center; align-items: center; } .timer-frame { display: flex; justify-content: center; align-items: center; width: 220px; height: 74px; padding: 0; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 0 10px rgba(247,201,72,0.10); } .timer-frame iframe { display: block; width: 250px; height: 80px; border: 0; transform: scale(0.80); transform-origin: center center; } .footer-note { display: inline-flex; align-items: center; justify-content: flex-start; padding: 12px 18px; color: var(--gold); font-size: 15px; line-height: 1.5; border-radius: 999px; background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.28); max-width: 100%; width: auto; text-align: left; position: relative; z-index: 1; animation: softGlow 2.8s ease-in-out infinite; } #timerStatus { cursor: pointer; text-decoration: none; transition: all 0.25s ease; } #timerStatus:hover { transform: translateY(-2px); background: linear-gradient(135deg, #3dd598, #2bbf84); border-color: rgba(61, 213, 152, 0.6); color: #0b1424 !important; box-shadow: 0 12px 26px rgba(61, 213, 152, 0.28); } .highlights { padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; } .highlight { padding: 20px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); transition: all 0.25s ease; position: relative; overflow: hidden; } .highlight:hover { transform: translateY(-5px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18); border-color: rgba(247, 201, 72, 0.25); } .highlight:hover::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at center, rgba(247,201,72,0.10), transparent 70%); pointer-events: none; } .highlight strong { display: block; font-size: 22px; margin-bottom: 8px; color: var(--gold); } .highlight span { color: var(--muted); font-size: 14px; line-height: 1.55; } .section { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .section-card { padding: 26px; } .section-card h2 { margin: 0 0 18px; font-size: 24px; letter-spacing: -0.4px; } .rules { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; } .rules li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--muted); line-height: 1.55; } .rule-index { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #0b1424; background: var(--gold); margin-top: 1px; } .rule-text strong { color: var(--text); } table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); } th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); } th { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; background: rgba(255,255,255,0.03); } tbody tr:hover { background: rgba(255,255,255,0.035); } tr:last-child td { border-bottom: 0; } .money { color: var(--gold); font-weight: 700; } .prize-note { margin-top: 60px; } .cta { margin-top: 24px; padding: 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), rgba(255,255,255,0.04)), rgba(8, 16, 30, 0.8); } .cta h3 { margin: 0 0 8px; font-size: 24px; } .cta p { margin: 0; color: var(--muted); line-height: 1.6; max-width: 700px; } .button { display: inline-flex; color: #0b1424 !important; align-items: center; justify-content: center; gap: 10px; min-width: 190px; padding: 16px 22px; border: 0; border-radius: 16px; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, #ffd76a, #f7c948); box-shadow: 0 14px 28px rgba(247, 201, 72, 0.16); transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; } .button:hover { background: linear-gradient(135deg, #3dd598, #2bbf84); color: #0b1424 !important; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(61, 213, 152, 0.22); } @media (max-width: 960px) { .section { grid-template-columns: 1fr; } .highlights { grid-template-columns: repeat(2, 1fr); } .cta { flex-direction: column; align-items: flex-start; } } @media (max-width: 860px) { .badge-wrap { flex-direction: column; align-items: flex-start; } .timer-top { grid-template-columns: 1fr; justify-items: center; } .timer-title { text-align: center; } .timer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; } .timer-copy { align-items: center; } .timer-grid { justify-content: center; min-width: auto; } } @media (max-width: 680px) { .container { width: min(100% - 20px, 1180px); padding-top: 18px; } .hero, .section-card, .cta, .timer-card { padding: 18px; } .highlights { grid-template-columns: 1fr; } h1 { letter-spacing: -1px; } .footer-note { max-width: 100%; } .timer-frame { width: 210px; height: 68px; } .timer-frame iframe { transform: scale(0.76); } } Exclusive VIP Slots LIVE NOW $7,000 Return of the King
Hit the highest multiplier on any eligible 3rd party video slot, submit your valid bet ID, and climb the leaderboard.
Time frame & requirements Ends 25 May 2026 • 12:00 UTC One lucky spin can still change the leaderboard. PLAY NOW 100x Minimum multiplier required to qualify for the leaderboard. $0.20 USD Minimum bet amount in any currency for valid participation. Bronze Only Bronze VIP level and above are eligible to claim prizes. 1 Bet ID Post your bet ID in the topic. Feel free to edit your post if you hit a higher multiplier. Challenge Rules
1 Game requirement: Win the highest multiplier on any 3rd party video slot except CTRL ALT DELETE by Paperclip Gaming. 2 Minimum multiplier: Your winning spin must be 100x or above. 3 Minimum bet amount: $0.20 (or the equivalent in any currency). 4 Bets must have been made after 18/05/26 - (12 pm) UTC. 5 VIP and verification: Player must be at least Bronze VIP and have Level 2 KYC or higher. 6 Prizes will be determined by who has a higher multiplier. 7 Tie breaker: Higher average bet amount gets the advantage. If still tied, the earlier posted or edited entry takes priority. Prize Pool Distribution
Placement Prize 1st $1,200 2nd $600 3rd $400 4th $300 5th $200 6th to 10th $140 each 11th to 20th $60 each 21st onward Share of $3,000 pool Winners are ranked by the highest multiplier. Eligible users outside top 20 still share the remaining pool. How to enter
Play an eligible 3rd party slot, hit 100x or higher multiplier with a bet amount of at least $0.20, then post your bet ID.
Post your entry 📄 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
Feature buys are not allowed. Bronze VIP account or above. KYC Level 2 verification required. Bets must have been made after the commencement of this promotion. 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's Reserved Rights
To amend the Rules at any time. To cancel the Competition at any time. To to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. -
Eskof reacted to DragoslavP in The Friendliest Chatters of the Month 🗣
Hello, lovely chatters! 😊
Congrats to the April 2026 winners of the Friendliest Chatters! Winners can be seen below:
April:
English: ReelsRunner / Rusi9018 / Maximuswinnus / BTCrabbit
Sports: Veselin86 / Tinkii
Russian: Akfix / fenixw0w
Indonesian: lvsca / Mamans07
Spanish: sandrito22 / soledad22g
Germany: Esteban89 / Sacksocke
Indian: Bajirao201 / Rivu005
Portuguese: alunoRECRUTA / Filxixo
Filipino: Prinito / kjraidse32
French: Jauredane / Obisan
Japanese: Kohei1108 / blackbart77
Turkish: Hami81y / uzaylee
Polish: Systemka / Wrex96
Vietnamese: PTPH7716 / ITMloss
Finnish: quntti / Paoran
Korean: songmj0705 / sekkkinnd
Chinese: edenong / davewang77
Arab: Fadeshh / Heycarambanass
Pakistan: Shahbaz688 / FerkibaazYT
Norwegian: upthebet7x / fjellgeiten18
Nigerian: Chukwudi345 / Dubstepkronic
Thai: AomAce / Seenak98
-
Eskof reacted to DragoslavP in 👊Punch your Guesses - Week 4👊
👊Punch your Guesses👊
- UFC Fight Night: Khamzat Chimaev vs. Sean Strickland-
(UFC Prudential Center, Newark, US. The event is scheduled for 10.05.2026.)
Ends: 10/05/26 (11:00 pm) GMT
Requirements:
Guess correctly 7 fights 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 If the organization changes the fighters of a certain match that's on the form, it will be voided. 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! -
Eskof reacted to maverick528 in Reglas del chat en español, versión larga
1) No espamear. Evitar usar EXCESO DE MAYUSCULAS.
Espam consiste en mandar mensajes irrelevantes o inapropiados repetitivamente.
El espam y la charla de baja calidad estan usualmente conectados con el farmeo de lluvias.
Esto significa que el enviar mensajes sin contexto, solamente para estar activos y recibir lluvias no se permite, se tiene que tener una real conversacion con los otros usuarios.
LAS MAYUSCULAS LO HACEN PARECER COMO QUE ESTA GRITANDO, llenan el chat innecesariamente y puede ser muteado por ésto.
También por usar en exceso distintos tipos de fuentes o símbolos puede acarrearle un muteo.
(como aclaracion, mandar solamente emojis, o caracteres sueltos, o equisde o enete, o asd , etc, se consideran espam)
2) No acose o sea ofensivo con otros usuarios, o con el personal de Stake.
Acosar a otros usuarios o hacer cyber-bullying habla mal de quien lo hace, ya sean comentarios racistas, sexistas, chauvinistas o simplemente mal educados. Tratar de reducir las malas palabras al mínimo. Sea amistoso y alegre en el chat de forma que los otros lo quieran ver. Haga amigos, no enemigos.
A las damas también les gusta jugar aquí, hágalas sentir como reinas y no como objetos.
3) No comparta información personal (incluyendo redes sociales) suya o de otros jugadores.
Está prohibido compartir información personal de otros jugadores o de sí mismo. Por favor respete la privacidad suya y la de los demás.
Será muteado el que postee info personal de otros jugadores o propia, incluyendo el nombre verdadero, dirección de correo electrónico, teléfono, nombre de usuario o enlaces a redes sociales, y cualquier otra información que pueda violar la privacidad de otro jugador o la propia.
Está prohibido invitar usuarios a tener contactos por mensajería como Telegram, Whatsapp, Discord, etc. así como también a invitarlos a grupos en esas u otras redes sociales. También está prohibido divulgar información personal de jugadores de Stake dentro de esas redes sociales o grupos.
Tratar de zafar de ésta regla pasando información a través de la semilla cliente también está prohibido.
4) No pedir propinas, lluvias, préstamos o doblado de monedas.
Una de las razones más comunes para recibir muteos es el pedir fondos en el chat.
Haga un depósito, pida una recarga o reciba una propina aleatoria de nuestros administradores, moderadores, community managers o soporte.
Si apuesta, usa el chat constructivamente y cumple los requerimientos, recibirá lluvias del bot de lluvias.
Doblar monedas es enviarle tus fondos a otro jugador para que juegue por tí y luego te devuelva tu capital más ganancias.
Si vemos que haces eso, puedes terminar muteado, y el otro jugador también.
Si usas más de una cuenta para hablar, y especialmente durante lluvias de un moderador, soporte, administrador o miembro, serás muteado.
Si vemos mendigado pasivo, especialmente relacionado con el bot de lluvia, nos reservamos el derecho de mutear los jugadores que sólo están para recolectar lluvias.
Es la administración del sitio que evaluará cada situación de mendigado pasivo y actuará en consecuencia.
Pegar en el chat tu dirección crypto de depósito o cualquier otra dirección crypto será considerado mendigado pasivo, sea accidente o no.
No le agradezca al bot de las lluvias, no tiene sentimientos, ni tampoco se queje si no recibe lluvias ni las pida, ni cualquier otro comentario sobre el bot de lluvias o las lluvias.
Mandarle propinas a los grandes apostadores esperando recibir algo más grande a cambio, especialmente cuando aparecen en la lista de grandes apuestas, también se considera mendigado pasivo.
5) No usar cuentas alternativas en el chat, está estrictamente prohibido
El usar cuentas alternativas (ALTs) no se permite en el chat, especialmente si tu cuenta principal fue muteada ya que eso se considera evasión de un muteo y es una falta grave.
Elija una cuenta solamente para usar en el chat, no se admiten excepciones.
Si descubrimos que usa más de una cuenta en el chat nos reservamos el derecho de mutearlas a todas.
Si usted acusa a otro usuario de tener varias cuentas y nuestro sistema demuestra que se equivoca, puede terminar muteado por darle mala reputacion a otro usuario con acusaciones falsas.
Si usted dice que tiene varias cuentas y nuestro sistema detecta que no es cierto, puede terminar muteado por difundir informacion falsa.
6) No se permiten conductas sospechosas que se puedan ver como potenciales estafas o abusos
Ademas de no invitar a las personas a comunicarse por medios externos a Stake, como se explica en el punto 3), está prohibido hacerse pasar por otra persona o usuario. Si se crea un nombre de usuario que es muy parecido al nombre de usuario de un usuario que ya existe para tratar de confundir, esa cuenta será muteada permanentemente.
Está prohibido hablar de VPN o cualquier otro método para no cumplir el TOS de Stake y usarlo desde regiones restringidas.
7) No realice ninguna forma de compra/venta/promoción u ofrecimiento de servicios.
Stake es para apostar solamente.
Cualquier enlace que promocione algún tipo de producto o servicio está prohibido.
Mencionar otros sitios de apuestas esta prohibido y se considerara promocion de otro sitio.
No se pueden postear enlaces de referidos de ningún sitio, aunque sea de Stake, ni códigos de bono ni enlaces a cupones.
Está prohibido comprar o vender cuentas de Stake, cualquier persona que se detecte vendiendo su cuenta o usando una cuenta comprada será muteada permanentemente.
8) No se puede hablar de estrimers o Twitch o plataformas similares.
No se pueden postear enlaces a transmisiones en vivo en Twitch, Youtube o similares, ni tampoco dar su nombre de usuario en esas plataformas. Tampoco se puede mencionar que está transmitiendo en vivo o invitar a otros jugadores a buscar y/o participar de la transmisión en vivo.
No importa si es un estrimer oficial de Stake. en principio con la unica excepcion de Eddie.
9) No usar servicios de acortamiento de enlaces, siempre postear el enlace verdadero de un sitio.
Si va a ofrecer un enlace a un sitio externo, no use servicios de acortamiento de enlaces sino el verdadero enlace al sitio.
Por supuesto recordando que tiene que ser un enlace permitido, no de otros sitios similares a Stake ni que sea enlace de referido.
NO se pueden compartir ni pedir los códigos de bonos o cupones que Stake proporciona en Telegram, Dlive, Kick o Twitch, o por otros medios.
Modificar un poco el nombre de otro sitio para poder pasarlo en el chat tampoco está permitido, ni esconderlo en la semilla cliente ni ningun otra trampa para poder pasarlo a los otros jugadores.
10) No postear scripts ni bots ni códigos para apostar.
Por la seguridad de todos los jugadores, está prohibido el postear o promocionar scripts, bots o códigos para automatizar apuestas o que implementen supuestas estrategias automáticas en los juegos. Usar un bot para mandar mensajes automaticos en el chat tambien esta prohibido y puede resultar en muteo permanente de su cuenta.
11) Usar solamente el lenguaje específico de cada canal
En Stake le damos la bienvenida a jugadores de los más diferentes orígenes, pero es importante el respetar el lenguaje del canal donde Ud decida expresarse. El canal de deportes y el de desafíos también se consideran canales de habla inglesa, aunque en el canal de desafíos se tiene más tolerancia a errores ocasionales. Trate de no ser muteado por una razón tan trivial como hablar en el lenguaje equivocado.
No se puede usar mas de un canal local porque se lo considera abuso de los beneficios (lluvias). Si quiere cambiar de cuarto local, lo puede hacer por una unica vez pero debe proporcionar motivos validos para el cambio. Para pedir el cambio de cuarto, haga un posteo en la seccion apelaciones y si es aceptado podra usar el nuevo cuarto luego de 24 horas. El cambio no es reversible, es permanente.
Si salta entre cuartos locales, la 1era vez que se lo descubra recibira muteo minimo de 24 horas. Si lo hace de nuevo, recibira muteo de 1 mes y si se lo descubre una 3era vez saltando cuartos locales sera muteado en forma permanente.
12) No hablar de política ni de religión.
Como en Stake respetamos todas las religiones, no se permite hablar de eso para evitar discusiones al respecto.
Hablar de política también está estrictamente prohibido.
13) Apostar responsablemente
Apostar puede ser un pasatiempo divertido y emocionante para mucha gente. Pero para otras personas, las apuestas se pueden convertir en un serio problema que afecta varios aspectos de su vida. Si notamos sintomas que alguien parece tener problemas serios con las apuestas o hace cualquier mencion o sugerencia a quitarse la vida o dañarse a si mismo, va a ser removido del chat y se le enviaran enlaces a sitios de ayuda. Ademas sera contactado en privado por un equipo que se encarga de estas situaciones.
RECORDAR QUE=
*Moderadores/miembros de soporte/administradores y gestores de comunidad se reservan el derecho de implementar las reglas como les parezca mejor para una situacion especifica.
*Si un jugador es muteado varias veces, la longitud de los muteos probabemente crezca, y si se sigue repitiendo puede llegar al muteo permanente.
*Las reglas pueden sufrir cambios y ajustes basados en las necesidades de la comunidad.
*No siempre se hacen advertencias antes de los muteos, en caso de faltas graves los muteos son sin advertencia previa, lo mismo si ya se le advirtio algo antes.
*Si es muteado y considera que hubo un error , tiene que abrir una apelacion ACA . Las apelaciones seran contestadas lo antes posible pero a veces se demora 24 o 48 horas, tenga paciencia. Por favor no abra mas de una apelacion por el mismo tema.
Actualizado 24 abril 2025
-
Eskof reacted to Edward in Weekend Stream + Giveaway
Weekend stream
Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.
Link to stream: https://kick.com/Eddie
How to enter the giveaway?
Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
How are winners chosen?
When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.
Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win.
Want to increase your chances of winning?
1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
2. Be super nice to your VIP host & don't give them a hard time 😂
3. One entry per household only. Multiple entries will have you disqualified
Giveaway prizes (Stake.com Players)
Non VIP: $10
Bronze: $20
Silver: $40
Gold: $60
Platinum: $100
Platinum 2: $120
Platinum 3: $140
Platinum 4: $160
Platinum 5: $180
Platinum 6: $200
Diamond: $500
Giveaway prizes (Stake.us Players)
Non VIP: 10k GC + free Stake Cash
Bronze: 20k GC + free Stake Cash
Silver: 40k GC + free Stake Cash
Gold: 60k GC + free Stake Cash
Platinum: 1m GC + free Stake Cash
Platinum 2: 1.2m GC + free Stake Cash
Platinum 3: 1.4m GC + free Stake Cash
Platinum 4: 1.6m GC + free Stake Cash
Platinum 5: 1.8m GC + free Stake Cash
Platinum 6: 2m GC + free Stake Cash
Diamond: 5m GC + free Stake Cash
Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
-
-
Eskof reacted to BratislavK in 🥇 $7,000 Crown Chase | VIP Originals 👑
👑$7,000 Crown Chase👑
Ends: 20/04/26 @ (12 pm) GMT
The Challenge
Win a bet on any Stake Originals game except Snakes with the highest multiplier you can achieve.
The player with the highest multiplier will be crowned.
$0.5 USD minimum bet amount (in any currency).
Additional Information (division)
Prizes will be determined by the highest multiplier. The highest multiplier will take 1st place, followed by the next highest results.
In case of a tie, the user with the higher bet amount will be given the advantage.
In case of a tie again, the user who posted or edited their entry first will have the advantage.
Tips & Terms & Conditions
You have to be one of the VIP members on our site (at least the Bronze VIP level). Feel free to edit your posts if you hit higher multiplier during the week. Bets must have been made after 13/04/2026 - (12 pm) UTC. For payment, give us up to 72 hours from the end of the promotion. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. If you prefer to play with lower bets, you may also participate in our weekly challenge located here. The VIP challenges are more focused towards players who are looking to try their luck with higher bets. VIP challenge only involves Stake Original Games. 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/verify 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. Prizes will be paid out via coupon, which will be posted as the last comment on this topic. Prize Pool Distribution ($7,000)
👑 1st place - $3,000
🥈 2nd place - $1,000
🥉 3rd place - $700
🎖 4th place - $400
🎖 5th place - $400
🎁 6th - 20th place - $100 each
How to Enter
Reply to this topic by posting your valid bet ID.
The screenshot is optional.
Post only one valid bet ID.
Examples of valid bet IDs:
- house:123456789000
- casino:123456789000
-
Eskof reacted to NemanjaPi in 🥇 $7,000 The Return of the King | VIP Slots 🎰
: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: 100%; overflow-x: hidden; } @keyframes fadeUp { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes softGlow { 0% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } 50% { box-shadow: 0 0 16px rgba(247, 201, 72, 0.16); } 100% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } } body::before { content: ""; position: fixed; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; mask-image: radial-gradient(circle at center, black 45%, transparent 95%); } .container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 60px; position: relative; z-index: 1; } .hero { position: relative; overflow: hidden; 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); animation: fadeUp 0.5s ease-out; } .hero::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; top: -120px; right: -90px; background: radial-gradient(circle, rgba(247, 201, 72, 0.14), transparent 65%); filter: blur(12px); pointer-events: none; } .badge-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-bottom: 6px; } .badge { position: relative; overflow: hidden; } .badge::after { content: ""; position: absolute; top: -55%; bottom: -55%; width: 42%; background: linear-gradient( 90deg, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(167,233,255,0.22), rgba(255,255,255,0) ); filter: blur(5px); animation: diamondShine 3.4s linear infinite; } @keyframes diamondShine { 0% { transform: translateX(-180%) rotate(18deg); opacity: 0; } 15% { opacity: 0.2; } 50% { opacity: 0.95; } 85% { opacity: 0.2; } 100% { transform: translateX(180%) rotate(18deg); opacity: 0; } } .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; } .status.closed { background: rgba(255, 107, 107, 0.15); color: #ff6b6b; border: 1px solid rgba(255, 107, 107, 0.40); } h1 { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: 0.96; letter-spacing: -1.8px; max-width: 820px; } .accent { color: var(--gold); } .lead { margin: 0; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; align-items: stretch; } .card { border: 1px solid var(--line); background: rgba(8, 16, 30, 0.72); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); position: relative; overflow: hidden; } .timer-card { padding: 22px; position: relative; } .timer-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(247, 201, 72, 0.04), transparent 42%); pointer-events: none; } .timer-top { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-bottom: 18px; position: relative; z-index: 1; } .timer-title { font-size: 15px; text-transform: uppercase; letter-spacing: 4px; color: var(--muted); font-weight: 700; text-align: left; } .timer-end { font-size: 14px; color: var(--gold); background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.22); padding: 8px 14px; border-radius: 999px; white-space: nowrap; animation: softGlow 2.8s ease-in-out infinite; } .timer-main { display: grid; grid-template-columns: 1.1fr auto; gap: 20px; align-items: center; position: relative; z-index: 1; margin-bottom: 18px; } .timer-copy { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-content: center; } .timer-grid { width: 100%; min-width: 0; display: flex; justify-content: center; align-items: center; } .timer-frame { display: flex; justify-content: center; align-items: center; width: 220px; height: 74px; padding: 0; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 0 10px rgba(247,201,72,0.10); } .timer-frame iframe { display: block; width: 250px; height: 80px; border: 0; transform: scale(0.80); transform-origin: center center; } .footer-note { display: inline-flex; align-items: center; justify-content: flex-start; padding: 12px 18px; color: var(--gold); font-size: 15px; line-height: 1.5; border-radius: 999px; background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.28); max-width: 100%; width: auto; text-align: left; position: relative; z-index: 1; animation: softGlow 2.8s ease-in-out infinite; } #timerStatus { cursor: pointer; text-decoration: none; transition: all 0.25s ease; } #timerStatus:hover { transform: translateY(-2px); background: linear-gradient(135deg, #3dd598, #2bbf84); border-color: rgba(61, 213, 152, 0.6); color: #0b1424 !important; box-shadow: 0 12px 26px rgba(61, 213, 152, 0.28); } .highlights { padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; } .highlight { padding: 20px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); transition: all 0.25s ease; position: relative; overflow: hidden; } .highlight:hover { transform: translateY(-5px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18); border-color: rgba(247, 201, 72, 0.25); } .highlight:hover::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at center, rgba(247,201,72,0.10), transparent 70%); pointer-events: none; } .highlight strong { display: block; font-size: 22px; margin-bottom: 8px; color: var(--gold); } .highlight span { color: var(--muted); font-size: 14px; line-height: 1.55; } .section { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .section-card { padding: 26px; } .section-card h2 { margin: 0 0 18px; font-size: 24px; letter-spacing: -0.4px; } .rules { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; } .rules li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--muted); line-height: 1.55; } .rule-index { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #0b1424; background: var(--gold); margin-top: 1px; } .rule-text strong { color: var(--text); } table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); } th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); } th { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; background: rgba(255,255,255,0.03); } tbody tr:hover { background: rgba(255,255,255,0.035); } tr:last-child td { border-bottom: 0; } .money { color: var(--gold); font-weight: 700; } .prize-note { margin-top: 60px; } .cta { margin-top: 24px; padding: 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), rgba(255,255,255,0.04)), rgba(8, 16, 30, 0.8); } .cta h3 { margin: 0 0 8px; font-size: 24px; } .cta p { margin: 0; color: var(--muted); line-height: 1.6; max-width: 700px; } .button { display: inline-flex; color: #0b1424 !important; align-items: center; justify-content: center; gap: 10px; min-width: 190px; padding: 16px 22px; border: 0; border-radius: 16px; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, #ffd76a, #f7c948); box-shadow: 0 14px 28px rgba(247, 201, 72, 0.16); transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; } .button:hover { background: linear-gradient(135deg, #3dd598, #2bbf84); color: #0b1424 !important; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(61, 213, 152, 0.22); } @media (max-width: 960px) { .section { grid-template-columns: 1fr; } .highlights { grid-template-columns: repeat(2, 1fr); } .cta { flex-direction: column; align-items: flex-start; } } @media (max-width: 860px) { .badge-wrap { flex-direction: column; align-items: flex-start; } .timer-top { grid-template-columns: 1fr; justify-items: center; } .timer-title { text-align: center; } .timer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; } .timer-copy { align-items: center; } .timer-grid { justify-content: center; min-width: auto; } } @media (max-width: 680px) { .container { width: min(100% - 20px, 1180px); padding-top: 18px; } .hero, .section-card, .cta, .timer-card { padding: 18px; } .highlights { grid-template-columns: 1fr; } h1 { letter-spacing: -1px; } .footer-note { max-width: 100%; } .timer-frame { width: 210px; height: 68px; } .timer-frame iframe { transform: scale(0.76); } } Exclusive VIP Slots CLOSED $7,000 Return of the King
Hit the highest multiplier on any eligible 3rd party video slot, submit your valid bet ID, and climb the leaderboard.
Time frame & requirements Ends 20 Apr 2026 • 12:00 UTC One lucky spin can still change the leaderboard. PLAY NOW 100x Minimum multiplier required to qualify for the leaderboard. $0.20 Minimum bet amount in any currency for valid participation. Bronze Only Bronze VIP level and above are eligible to claim prizes. 1 Bet ID Post your bet ID in the topic. Feel free to edit your post if you hit a higher multiplier. Challenge Rules
1 Game requirement: Win the highest multiplier on any 3rd party video slot except Wild Goose Chase - Pocekt Play. 2 Minimum multiplier: Your winning spin must be 100x or above. 3 Minimum bet amount: $0.20 (or the equivalent in any currency). 4 Bets must have been made after 13/04/26 - (12 pm) UTC. 5 VIP and verification: Player must be at least Bronze VIP and have Level 2 KYC or higher. 6 Prizes will be determined by who has a higher multiplier. 7 Tie breaker: Higher average bet amount gets the advantage. If still tied, the earlier posted or edited entry takes priority. Prize Pool Distribution
Placement Prize 1st $1,200 2nd $600 3rd $400 4th $300 5th $200 6th to 10th $140 each 11th to 20th $60 each 21st onward Share of $3,000 pool Winners are ranked by the highest multiplier. Eligible users outside top 20 still share the remaining pool. How to enter
Play an eligible 3rd party slot, hit 100x or higher multiplier with a bet amount of at least $0.20, then post your bet ID.
Post your entry 📄 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
Feature buys are not allowed. Bronze VIP account or above. KYC Level 2 verification required. Bets must have been made after the commencement of this promotion. 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's Reserved Rights
To amend the Rules at any time. To cancel the Competition at any time. To to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. -
Eskof reacted to BratislavK in $2,000 Double Down - Weekly Challenge 🎯
🎯Double Down - $2000 Weekly Challenge🎯
>
Ends: 13/04/2026 @ (1 PM) GMT
Twice the thrill, twice the challenge! ⚡
This time, you’ll need not one, but two winning bets to climb the leaderboard.
Add up your multipliers and show us your Double Down combo to take home the prize!
Eligible Games
Only bets placed on the following slots count toward this challenge: - Witchy Wilds
- Nine To Five
- Gold Party
- Hen's Night
Requirements:
Minimum bet: 10c (0.10 USD). Any bets that are on the fun play/with nothing staked will not count. Both bets must be winning bets. Bets must be placed during the challenge window. Only one entry per user. Post both Bet IDs together in your reply. Bets must be from two different slot games - not the same one. How to Win:
Add your two highest multipliers from the selected slots to calculate your Total Score.
The player with the highest combined total wins, and prizes are awarded proportionally based on these totals.
🏆 Prize pool distribution:
🥇1st Place - $700 🥈2nd Place - $400 🥉3rd Place - $250 4th Place - $150 5th Place - $100 6th–15th Places – $40 each Tips & Terms & Conditions:
Tie-Breaker :
If two or more players finish with the same total multiplier, they will share the prize for that position equally. Feel free to edit your post if you get a higher multiplier during the competition. Bets must have been made after 06/04/2026 - (12 PM) UTC. For payment, give us up to 72 hours from the end of the challenge. 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. 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 mirror sites 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.
How to Enter:
Bet 1: 1234567890 - 450× Bet 2: 0987654321 - 620× Total: 1070×
-
Eskof reacted to JessD26 in Only On Stake Feedback 🗣️💬
Hey Stake Fam!
We’re gathering thoughts on Only On Stake to help new players get the best experience.
So, tell us… what’s your favourite Only On Stake game and why? Let’s hear your top picks and why you love them! Your feedback really makes a difference, thanks for sharing!
- The Stake Community Team
-
Eskof reacted to DragoslavP in Topic Of The Month 📢💬
Topic Of The Month 📢💬
Stake is rewarding the best Topic on the forum of the month!
Here’s how it works:
✉️Every month, our Moderators and Community Managers will come together to select the most engaging and entertaining forum topic to reward.
✉️What Makes a Great Topic of the Month Contributor?
Since this is focused on one special Topic of the Month, what matters most is your engagement within that specific discussion. Be active, share thoughtful and original replies, respond to others, and help keep the conversation lively and enjoyable. The standout participant will be someone who brings positive energy, meaningful input, and makes that month’s topic more interesting for everyone involved. However, please remember: we’re looking for positivity, so no rule-breaking, no toxic behavior, and certainly no being warned/restricted during the month. ✉️Not only will you be recognized for your positive impact on the community, but you’ll also get a little something extra to celebrate your efforts. If you’re selected as the topic of the month, you will receive a reward of $200! 💰
✉️The list of the best topics will be shared in this thread every month.
Good luck!
-
Eskof reacted to BratislavK in Bet ID Prediction: April❓
:root { --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(225deg, rgba(247, 201, 72, 0.08), transparent 40%), 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); color: var(--text); transition: 0.25s ease; } .glass-card:hover { transform: translateY(-4px); box-shadow: 0 26px 70px rgba(0,0,0,0.35); } /* HERO */ .hero-title { font-size: 30px; font-weight: 800; text-align: center; } .hero-sub { text-align: center; color: var(--muted); margin-top: 8px; font-size: 15px; } /* TIMER */ .timer-wrap { display:flex; justify-content:center; margin-top:10px; } .timer-frame { display:flex; justify-content:center; align-items:center; width:220px; height:74px; border-radius:18px; background: rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); box-shadow: 0 0 10px rgba(247,201,72,0.10); overflow:hidden; transition:0.25s ease; } .timer-frame:hover { border-color: rgba(247,201,72,0.35); box-shadow: 0 0 18px rgba(247,201,72,0.18); transform: translateY(-2px); } .timer-frame iframe { width:250px; height:80px; border:0; transform:scale(0.80); transform-origin:center; } /* GRID */ .info-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:18px; } /* BOX */ .info-box { background: rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); border-radius:14px; padding:16px; text-align:center; transition:0.25s ease; position: relative; overflow: hidden; } .info-box:hover { transform: translateY(-6px); border-color: rgba(247,201,72,0.25); box-shadow: 0 16px 40px rgba(0,0,0,0.25); } .info-box::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at top left, rgba(247,201,72,0.10), transparent 60%); opacity:0; transition:0.3s ease; pointer-events:none; } .info-box:hover::before { opacity:1; } /* REQUIREMENTS */ .req-item { background: rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); border-radius:12px; padding:12px; margin-bottom:10px; font-size:14px; text-align:left; transition:0.25s ease; position:relative; overflow:hidden; } .req-item:hover { background: rgba(247,201,72,0.08); transform: translateY(-4px) scale(1.02); box-shadow: 0 10px 24px rgba(247,201,72,0.12); border-color: rgba(247,201,72,0.35); } /* PRIZE */ .prize-shiny { font-size:52px; font-weight:900; background:linear-gradient(90deg,#f7c948,#fff4b0,#f7c948); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation:shine 3s linear infinite; } @keyframes shine { 0%{background-position:200% center;} 100%{background-position:-200% center;} } .prize-row { display:flex; justify-content:space-between; padding:6px 0; border-bottom:1px solid rgba(255,255,255,0.05); } .prize-row span:last-child { color: var(--gold); font-weight: 800; } .prize-row:last-child { border:none; } /* DROPDOWN TERMS */ .dropdown-card { background: rgba(255,255,255,0.04); border-radius:16px; margin-top:15px; overflow:hidden; border:1px solid rgba(255,255,255,0.08); } .dropdown-trigger { padding:14px; text-align:center; cursor:pointer; font-weight:700; color:var(--gold); list-style:none; } .rules-list { list-style:none; padding:0; margin:0; counter-reset:step; } .rules-list li { padding:10px 10px 10px 40px; position:relative; } .rules-list li::before { content:counter(step); counter-increment:step; position:absolute; left:10px; top:50%; transform:translateY(-50%); width:20px; height:20px; border-radius:50%; background:rgba(247,201,72,0.15); border:1px solid rgba(247,201,72,0.6); color:var(--gold); display:flex; align-items:center; justify-content:center; font-size:11px; } @media(max-width:900px){ .info-grid { grid-template-columns:1fr; } }
Bet ID Prediction ❓ Predict the closest bet ID to the one that will be on Stake.com at end of this challenge. The closest 10 predictions will be awarded with some amazing rewards. 💰
The prediction phase will remain open for 5 days, after which the thread will be closed. The final results will be determined after the full challenge period once the ending Bet ID is revealed.
Ends: 01 May 2026 - 12 PM UTC. 📋 Requirements Submit your Bet ID prediction. Include your Stake username. Only one entry allowed. Minimum 10 forum posts required. 🏆 Prize Pool 1st$600 2nd$400 3rd$200 4th$100 5th$50 6th–10th$20 🚀 How to Enter Reply with your predicted Bet ID and Stake username. Example: Bet ID: 660,000,000,000 | Username: Bratislav
📄 Terms & Conditions
(Click to expand) Entry must have been made after the commencement of this promotion - 01/04/26 - (12 pm) GMT. In case of a tie, the user who posted/edited their entry first will have the advantage. Do not post more than one comment/entry. 10+ Posts count on Forum. Only level 2 KYC or higher verified users will be eligible for the prize. Only Stake.com and official Stake.com mirror sites users will be eligible for the prize. Stake employees cannot 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. For payment, give us up to 72 hours from the end of the challenge. 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. /* hide hint when dropdown is open */ details[open] .expand-hint { display: none !important; } -
Eskof reacted to DragoslavP in 🚀 Streak Rush March - Week 2
Week 2 (March 30th - April 6th )
🚀 Streak Rush 📈
Hit the required multiplier on selected games and earn cash prizes.
Keep your streak going to unlock bigger rewards each week.
Requirements:
Win a bet with 400x or higher multipliers on one of these slots.
- Jelly Express
- Gold Mine Monsters
- Jelly Party
- Bucks Bunny
- 4 Easter Egg Pots
Minimum bet is 20c (0.20 USD). Tips & Terms & Conditions
The bet must have been made after the commencement of this promotion. If you submit a post to this challenge and hit a higher multiplier than your first submission, you must edit your original post so we can get a better idea of how many unique participants there are. Anyone with multiple posts on this challenge by the time it expires will be disqualified. Stake employees cannot 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. 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.
Additional explanation :
You must complete the challenge every week to keep your streak going Missing a week resets your streak back to the base prize. Your streak continues only if you win every week without skipping. Missing a week will end your streak. The next time you win, you’ll start again from the base reward
Examples : Example 1: You win in Week 1, skip Week 2, and win again in Week 3 → your streak ended in Week 2, so your Week 3 win only gives you the base prize. Example 2: You don’t play in Week 1, but win in Weeks 2, 3, and 4 → you will get the base prize for Week 2, and your streak starts at Week 3 and continues from there. Example 3: You win all 4 weeks in a row → you’ll earn a bonus reward for completing a perfect 4-week streak.
Monthly Reset: Max streak: 4 weeks, then the monthly cycle resets At the start of each month, all streaks reset and everyone begins fresh from Week 1. Streak Prize:
Base (starting point) - All winners get the base prize Streak 2 - Streak gives you an additional 20$ on top of the Base Prize Streak 3 - Streak gives you an additional 30$ on top of the Base Prize Streak 4 - Streak gives you an additional 80$ on top of the Base Prize Each week, the Base prize increases. Prize pool distribution week 2:
Base prize of $20 for all eligible winners Up to 200 winners If more than 200 players qualify, those with higher multipliers will have priority
How to Enter:
Paste your bet ID (screenshot of the bet is optional). Post only one valid bet ID per user. Please ensure that your Stake username/ID is posted in your post so we can swiftly organize payment if you win. Bets must have been made after 30/03/2026 - (12 pm) UTC. Examples of valid bet IDs:
- house:123456789000
- casino:123456789000 -
Eskof reacted to NemanjaPi in ⚡ Unlimited Community Pool ⚡
⚡ Unlimited Community Pool ⚡
>
Ends: 06/04/2026 @ (1 PM) GMT
This isn't your average challenge. This is a Power-Up event where the community decides how big the prize pool gets. The more players strike, the higher the prize!
🎯 THE MISSION:
Hit a multiplier of 70x or higher on: Dark Waters III Power Combo The Cursed Voyage Base Prize Pool: Starts at $500. minimum required bet amount is 0.20$ The Surge: Every single eligible entry adds +$15 to the total pool. No Cap: There is no limit to how high the pool can go! 💰 THE DISTRIBUTION:
At the end of the event, the Total Final Pool will be split equally among ALL eligible participants.
Example:
If 100 players enter: Pool becomes $1,500 ($500 + $1,000). Each player gets $15. If 250 players enter: Pool becomes $3,000 ($500 + $2,500). Each player gets $12. The more people join, the bigger prize pool we generate together!
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. 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. Prizes will be paid out via coupon, which will be posted as the last comment on this topic. Examples of valid bet IDs:
- house:123456789000
- casino:123456789000
-
Eskof 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!🍀
-
Eskof reacted to MladenS in 🏆 Grand Monthly Reward - April 🏆
🏆 Leaderboard 🏆
@daffyducky 61 points @Sabrosa10 27 points @daniel_xxo 24 points @Randyflares 16 points @Ansar5050 12 points @Olena68S 8 points @RuslR 7 points @BiggDogg 7 points @ZeroArmorTV 6 points @Blair14 5 points @iredbull007 5 Points @dvgurevich 5 points @onetimemax 5 points @whiteylicious 5 points @dontskemthem 5 points @KartenStapel 5 points @Zeus 5 points @SPN 4 points @NurEinentenner 4 points @pAsi777 4 points @WannWoWie 3 points @lswook 3 points @AlienBeaverH 3 points @Topman 3 points @natah3 3 points @정형진 3 points @Sulttaani 3 points @adanakebb 2 points @Maaarud666 1 point @z1dd 1 point @oddsennuNO 1 point @BananeOGz 1 point @pluskemoi 1 point @molasqwins 1 point @FuzzyB 0 points - not eligible @marumlj 0 points - not eligible @kevxhk1 0 points - not eligible -
Eskof reacted to NemanjaPi in 🥇 $7,000 The Return of the King | VIP Slots 🎰
(March 30th - April 6th)
Ends: 05/04/26 @ (1 pm) UTC
The Challenge
Win the highest multiplier on any 3rd party video slot game except (Sword Fight - Creative City). To be eligible, the minimum multiplier must be 100x or above. Feature buys are not allowed. 0.2 USD minimum bet amount (in any currency). Additional Information
Prizes will be determined by who has a higher multiplier. The highest multiplier will take 1st place and so on. In the case of a tie, the user with a higher average bet amount will be given the advantage. In case of a tie again, the user who posted/edited their entry first will have the advantage. Tips & Terms & Conditions
You have to be one of the VIP members on our site (at least the Bronze VIP level). Feel free to edit your posts if you get a higher multiplier, during the week. Bets must have been made after 30/03/26 - (1 pm) UTC. For payment, give us up to 72 hours from the end of the promotion. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. If you prefer to play with lower bets, you may also participate in our weekly challenge located here. The VIP challenges are more focused towards players who are looking to try their luck with higher bets. VIP slots challenge only involves 3rd party games. 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 distribution
1st place - $1,200 2nd place - $600 3rd place - $400 4th place - $300 5th place - $200 6th to 10th place - $140 11th to 20th place - $60 21st place onward, eligible users will get a share in the $3,000 prize pool How to Enter
Reply to this topic by posting your valid bet ID. The screenshot is optional. One valid entry per user. Post only one valid bet ID. Examples of valid bet IDs:
- house:123456789000
- casino:123456789000 -
Eskof reacted to MladenS in $6,000 The Spin Trials
Think you've got what it takes to conquer the reels? Welcome to the Spin Trials - a challenge designed to test your luck and skill across multiple slots!
(March 17th - March 24th)
Ends: 24/03/26 @ (1 pm) UTC
The Challenge:
Hit a 50x or higher multiplier on all three of the following slots:
Bank Basher Mystery Circus Roosters Revenge
0.2 USD minimum bet amount (in any currency). Additional Information
To qualify, you must match or exceed the target multiplier on all three slots. Prizes will be determined by the average multiplier achieved across all three slots. The highest average multiplier will take 1st place and so on. In the case of a tie, the user with a higher average bet amount will be given the advantage. In case of a tie again, the user who posted/edited their entry first will have the advantage. Prize Pool distribution:
1st place - $1,200 2nd place - $800 3rd place - $500 4th place - $300 5th place - $200 6th to 10th place - $100 11th to 20th place - $50 21st place onward, eligible participants will share the prize pool according to the following structure:
Minimum prize pool: $500 If over 100 participants: $1,000 If over 200 participants: $2,000 Tips & Terms & Conditions
You have to be one of the VIP members on our site (at least the Bronze VIP level). Feel free to edit your posts if you get a higher multiplier, during the week. Bets must have been made after 17/03/26 - (1 pm) UTC. For payment, give us up to 72 hours from the end of the promotion. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. If you prefer to play with lower bets, you may also participate in our weekly challenge located here. The VIP challenges are more focused towards players who are looking to try their luck with higher bets. 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. How to Enter
Reply to this topic by posting your valid bet ID. The screenshot is optional. One valid entry per user. Examples of valid bet IDs:
- house:123456789000
- casino:123456789000 -
Eskof reacted to Steve in Weekend Stream + Giveaway
Weekend stream
Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.
Link to stream: https://kick.com/Steve
How to enter the giveaway?
Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
How are winners chosen?
When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.
Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win.
Want to increase your chances of winning?
1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
2. Be super nice to your VIP host & don't give them a hard time 😂
3. One entry per household only. Multiple entries will have you disqualified
Giveaway prizes (Stake.com Players)
Non VIP: $10
Bronze: $20
Silver: $40
Gold: $60
Platinum: $100
Platinum 2: $120
Platinum 3: $140
Platinum 4: $160
Platinum 5: $180
Platinum 6: $200
Diamond: $500
Giveaway prizes (Stake.us Players)
Non VIP: 10k GC + free Stake Cash
Bronze: 20k GC + free Stake Cash
Silver: 40k GC + free Stake Cash
Gold: 60k GC + free Stake Cash
Platinum: 1m GC + free Stake Cash
Platinum 2: 1.2m GC + free Stake Cash
Platinum 3: 1.4m GC + free Stake Cash
Platinum 4: 1.6m GC + free Stake Cash
Platinum 5: 1.8m GC + free Stake Cash
Platinum 6: 2m GC + free Stake Cash
Diamond: 5m GC + free Stake Cash
Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
-
Eskof 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.
-
Eskof reacted to Edward in Weekend Stream + Giveaway
Weekend stream
Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.
Link to stream: https://kick.com/Eddie
How to enter the giveaway?
Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
How are winners chosen?
When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.
Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win.
Want to increase your chances of winning?
1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
2. Be super nice to your VIP host & don't give them a hard time 😂
3. One entry per household only. Multiple entries will have you disqualified
Giveaway prizes (Stake.com Players)
Non VIP: $10
Bronze: $20
Silver: $40
Gold: $60
Platinum: $100
Platinum 2: $120
Platinum 3: $140
Platinum 4: $160
Platinum 5: $180
Platinum 6: $200
Diamond: $500
Giveaway prizes (Stake.us Players)
Non VIP: 10k GC + free Stake Cash
Bronze: 20k GC + free Stake Cash
Silver: 40k GC + free Stake Cash
Gold: 60k GC + free Stake Cash
Platinum: 1m GC + free Stake Cash
Platinum 2: 1.2m GC + free Stake Cash
Platinum 3: 1.4m GC + free Stake Cash
Platinum 4: 1.6m GC + free Stake Cash
Platinum 5: 1.8m GC + free Stake Cash
Platinum 6: 2m GC + free Stake Cash
Diamond: 5m GC + free Stake Cash
Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
-
Eskof reacted to Edward in Weekend Stream + Giveaway
Weekend stream
Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.
Link to stream: https://kick.com/Eddie
How to enter the giveaway?
Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
How are winners chosen?
When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.
Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win.
Want to increase your chances of winning?
1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
2. Be super nice to your VIP host & don't give them a hard time 😂
3. One entry per household only. Multiple entries will have you disqualified
Giveaway prizes (Stake.com Players)
Non VIP: $10
Bronze: $20
Silver: $40
Gold: $60
Platinum: $100
Platinum 2: $120
Platinum 3: $140
Platinum 4: $160
Platinum 5: $180
Platinum 6: $200
Diamond: $500
Giveaway prizes (Stake.us Players)
Non VIP: 10k GC + free Stake Cash
Bronze: 20k GC + free Stake Cash
Silver: 40k GC + free Stake Cash
Gold: 60k GC + free Stake Cash
Platinum: 1m GC + free Stake Cash
Platinum 2: 1.2m GC + free Stake Cash
Platinum 3: 1.4m GC + free Stake Cash
Platinum 4: 1.6m GC + free Stake Cash
Platinum 5: 1.8m GC + free Stake Cash
Platinum 6: 2m GC + free Stake Cash
Diamond: 5m GC + free Stake Cash
Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
-
Eskof reacted to Edward in Weekend Stream + Giveaway
Weekend stream
Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.
Link to stream: https://kick.com/Eddie
How to enter the giveaway?
Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
How are winners chosen?
When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.
Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win.
Want to increase your chances of winning?
1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
2. Be super nice to your VIP host & don't give them a hard time 😂
3. One entry per household only. Multiple entries will have you disqualified
Giveaway prizes (Stake.com Players)
Non VIP: $10
Bronze: $20
Silver: $40
Gold: $60
Platinum: $100
Platinum 2: $120
Platinum 3: $140
Platinum 4: $160
Platinum 5: $180
Platinum 6: $200
Diamond: $500
Giveaway prizes (Stake.us Players)
Non VIP: 10k GC + free Stake Cash
Bronze: 20k GC + free Stake Cash
Silver: 40k GC + free Stake Cash
Gold: 60k GC + free Stake Cash
Platinum: 1m GC + free Stake Cash
Platinum 2: 1.2m GC + free Stake Cash
Platinum 3: 1.4m GC + free Stake Cash
Platinum 4: 1.6m GC + free Stake Cash
Platinum 5: 1.8m GC + free Stake Cash
Platinum 6: 2m GC + free Stake Cash
Diamond: 5m GC + free Stake Cash
Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
-
Eskof reacted to VladanV in 🏆 Grand Monthly Reward - January 🏆
Hello Stakers!👋
👑 Along with the regular prizes for the Daily Challenge - Buzzer Beater, the winners will receive points that will count toward a Grand Monthly reward! 👑
Each day, players who finish in the TOP 3 earn points:
🥇1st - 5 points
🥈2nd - 3 points
🥉3rd - 1 point At the end of the month, all the points will be summed up, and the top 5 players will be rewarded with additional prizes.
Additional Information:
In case of a tie, prizes will be determined by the sum of all multipliers for each player. In case of a tie again, the user with a higher average bet amount will be given the advantage. Prize Pool distribution ( Grand Monthly Reward )
1st place - $1,400
2nd place - $1,000
3rd place - $800
4th place - $500
5th place - $300