Rockero20
-
Posts
15 -
Joined
-
Last visited
Reputation Activity
-
Rockero20 reacted to DamjanTo in $3,000 Slots Forum Challenge
.sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f4f7ff; background: radial-gradient(circle at top left, rgba(255,214,102,0.20), transparent 28%), radial-gradient(circle at top right, rgba(130,170,255,0.18), transparent 30%), linear-gradient(145deg,#1c2340 0%,#1b1730 45%,#13172a 100%); border:1px solid rgba(255,255,255,0.10); border-radius:26px; overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,0.35); position:relative; } .sf-wrap:before{ content:""; position:absolute; inset:0; transform:translateX(-120%); animation:sfShine 8s linear infinite; pointer-events:none; } @keyframes sfShine{ 100%{transform:translateX(130%);} } .sf-hero{ position:relative; padding:34px 28px 28px; background: linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.01)), linear-gradient(135deg,rgba(255,214,102,0.10),rgba(90,120,255,0.08)); border-bottom:1px solid rgba(255,255,255,0.09); } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-badge{ display:inline-flex; align-items:center; padding:8px 14px; border-radius:999px; font-size:12px; font-weight:800; letter-spacing:1px; text-transform:uppercase; color:#1a1a1a; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 0 18px rgba(255,214,102,0.32); } .sf-status{ display:inline-flex; align-items:center; gap:8px; padding:8px 16px; border-radius:999px; font-size:12px; font-weight:900; letter-spacing:1px; text-transform:uppercase; backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,0.12); } .sf-status:before{ content:""; width:10px; height:10px; border-radius:50%; display:block; } .sf-status-live{ color:#dfffee; background:rgba(0,255,136,0.15); border-color:rgba(0,255,136,0.40); box-shadow:0 0 20px rgba(0,255,136,0.22); } .sf-status-live:before{ background:#00ff88; box-shadow:0 0 10px #00ff88,0 0 20px rgba(0,255,136,0.9); animation:livePulse 1.5s infinite; } .sf-status-closed{ color:#ffe3e3; background:rgba(255,77,77,0.14); border-color:rgba(255,77,77,0.40); box-shadow:0 0 20px rgba(255,77,77,0.22); } .sf-status-closed:before{ background:#ff4d4d; box-shadow:0 0 10px #ff4d4d,0 0 20px rgba(255,77,77,0.9); } @keyframes livePulse{ 0%{transform:scale(1);opacity:1;} 50%{transform:scale(1.35);opacity:0.65;} 100%{transform:scale(1);opacity:1;} } .sf-title{ font-size:40px; line-height:1.08; font-weight:900; color:#ffffff; margin:0 0 10px; text-shadow:0 4px 18px rgba(0,0,0,0.22); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-sub strong{ color:#ffffff; } .sf-grid-top{ display:flex; flex-wrap:wrap; gap:12px; } .sf-chip{ flex:1 1 180px; min-width:180px; padding:15px 16px; border-radius:18px; background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.10); transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; box-shadow:0 8px 20px rgba(0,0,0,0.16); } .sf-chip:hover{ transform:translateY(-3px); border-color:rgba(255,214,102,0.45); box-shadow:0 12px 28px rgba(0,0,0,0.24),0 0 20px rgba(255,214,102,0.10); } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#aebde8; margin-bottom:6px; } .sf-chip-value{ font-size:19px; font-weight:800; color:#ffffff; } .sf-btns{ margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; text-decoration:none; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; } .sf-btn-primary{ color:#000 !important; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 10px 24px rgba(255,184,77,0.28); } .sf-btn-primary:hover{ background:linear-gradient(135deg,#7ee8ff,#93a4ff); color:#11182b; transform:translateY(-2px) scale(1.02); box-shadow:0 14px 28px rgba(126,232,255,0.28); } .sf-btn-secondary{ color:#eef3ff; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.14); } .sf-btn-secondary:hover{ background:linear-gradient(135deg,rgba(255,255,255,0.16),rgba(255,214,102,0.16)); border-color:rgba(255,214,102,0.40); color:#ffffff; transform:translateY(-2px); } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:stretch; } .sf-left{ flex:1 1 590px; min-width:280px; } .sf-right{ flex:1 1 300px; min-width:260px; } .sf-card{ background:linear-gradient(180deg,rgba(255,255,255,0.07),rgba(255,255,255,0.04)); border:1px solid rgba(255,255,255,0.10); border-radius:22px; padding:22px; box-shadow:0 10px 24px rgba(0,0,0,0.16); margin-bottom:20px; transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; } .sf-card:hover{ transform:translateY(-4px); border-color:rgba(126,232,255,0.28); box-shadow:0 16px 34px rgba(0,0,0,0.22),0 0 20px rgba(126,232,255,0.10); } .sf-card h3{ margin:0 0 14px; font-size:24px; line-height:1.2; color:#ffffff; } .sf-steps{ display:grid; gap:12px; } .sf-step{ display:flex; gap:12px; align-items:flex-start; padding:14px 15px; border-radius:16px; background:rgba(10,16,35,0.28); border:1px solid rgba(255,255,255,0.08); } .sf-step-num{ width:34px; height:34px; min-width:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:900; color:#1a1a1a; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 0 16px rgba(255,214,102,0.25); } .sf-step-text{ font-size:15px; line-height:1.7; color:#e3ebff; } .sf-step-text strong{ color:#ffffff; } .sf-mini{ display:grid; gap:10px; } .sf-mini-box{ padding:14px 15px; border-radius:16px; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.08); font-size:15px; line-height:1.65; color:#e1e8ff; } .sf-mini-box strong{ color:#ffffff; } .sf-prize-big{ padding:18px; border-radius:18px; background:linear-gradient(135deg,#ffd666,#ffb84d); color:#1c1930; box-shadow:0 12px 30px rgba(255,184,77,0.28); margin-bottom:12px; } .sf-prize-label{ font-size:12px; text-transform:uppercase; letter-spacing:1px; font-weight:800; opacity:0.82; margin-bottom:6px; } .sf-prize-value{ font-size:30px; line-height:1; font-weight:900; } .sf-prize-small{ padding:16px 18px; border-radius:18px; background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.09); } .sf-prize-small .sf-prize-value{ color:#ffffff; font-size:24px; margin-bottom:6px; } .sf-note{ padding:14px 16px; border-radius:16px; background:linear-gradient(135deg,rgba(126,232,255,0.14),rgba(147,164,255,0.16)); border:1px solid rgba(126,232,255,0.22); color:#e9f7ff; font-size:14px; line-height:1.7; } .sf-footer-line{ margin-top:12px; font-size:13px; line-height:1.6; color:#b9c6ec; } @media (max-width:640px){ .sf-title{font-size:32px;} .sf-hero{padding:24px 18px 22px;} .sf-main{padding:18px;} .sf-btn{width:100%;text-align:center;} } Weekly Forum REGULAR Challenge LIVE NOW $3,000 Slots Forum Challenge Hit a 40x or higher multiplier on Chaos Wilds and post your valid bet ID on the forum to join the challenge. Game Chaos Wilds Minimum Bet 0.20 USD Target 40x+ Multiplier Dates July 6th to July 13th 🎰Chaos Wilds How to Enter
1 Play Chaos Wilds and hit a 40x or higher multiplier with a minimum bet of 0.20 USD. 2 Paste your bet ID in the thread. A screenshot is optional. 3 Add your Stake username or ID in the same post so payment can be handled faster if you win. Quick Info
Your bet must be made after the promotion starts. You need 10+ forum posts and indentity verification. Fun play bets do not count, and multiple accounts are not eligible. Prize delivery can take up to 72 hours after the promotion ends. Prize Pool
Top 20 Multipliers $50 Each Remaining Pool $2,000 Split equally between all other valid qualifying multipliers. Important
Keep only one post in the thread. If you hit a better multiplier later, just edit your original post. Multiple posts can get you disqualified. Accepted bet ID examples:
house:123456789000
casino:123456789000 -
Rockero20 reacted to Jake7589 in 💰[$1,000 USD] Bonus Clash: Dogs Gone Wild vs Midas Multiplier 🥊
@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: Dogs Gone Wild vs Midas Multiplier
Ends: 16/7/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 💸 🐶 Dogs Gone Wild VS 🍎 Midas Multiplier 💸 $1,000 Total Prize Pool Up for grabs 🏆 $50 Per Winner × 20 Winners 💡 Make a $20 USD feature 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 Dogs Gone Wild or Midas Multiplier — whichever you think will pay bigger.
2 Make a $20 bonus buy
Complete a $20 USD feature 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 🏆 20 × Winners$50 each 👥 Total Winners20 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.
-
Rockero20 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 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 29 June 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 Punk Penguin by Print Studios. 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 22/06/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. -
Rockero20 reacted to BratislavK in 🍀 $2,000 Lucky 7 🍀
June 25th - July 2nd
🍀 $2,000 Lucky 7 🍀
Feeling lucky? Play any 3rd-party slot on Stake and try to hit the highest multiplier containing the number 7 to secure your spot among the winners.
Valid Multiplier Examples
7x
17x
20.70x
70x
100.27x
777x
The multiplier must contain the number 7 anywhere in the value.
How to Participate
Play any 3rd-party slot available on Stake. Submit your Bet ID in this thread. Post only one valid Bet ID per user. Minimum bet amount: $0.20 Prize Pool
🥇 1st Place - $1,000
🥈 2nd Place - $400
🥉 3rd Place - $200
⭐ 7 additional winners share $400
Example Bet IDs
house:123456789000 casino:123456789000 Tips, Terms & Conditions
Bets must have been made after 25/06/2026 - 8PM UTC. The promotion ends on 02/07/2026 at 8PM UTC. 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.
-
Rockero20 reacted to Jordan Belfort in Applications for a new Indian-speaking chat moderator!
1. What is your Stake username?
MY STAKE USERNAME IS = jordan Belfort
2. How much time on average do you spend on chat every day?
I spend 8-9 hours daily on chat, with flexible availability to increase during peak hours. I'm actively engaged in community discussions and monitor conversations regularly.
3. Can you briefly explain what the job of a moderator is?
A moderator's primary role is to maintain a safe, respectful, and spam-free environment. This includes monitoring conversations for violations, removing inappropriate content, warning or muting users who break rules, and helping users understand community guidelines. A good moderator is also approachable and helps new members feel welcome while maintaining order.
4. Why do you want to become a moderator on this chat?
I'm genuinely interested in building community and helping maintain a positive space where users can engage safely. I have experience managing brand partnerships and creator communities through my role at Forever Media, where I handled communication between brands and thousands of creators. I believe these skills in communication, community management, and conflict resolution would make me an effective moderator. I'm passionate about the Stake community and want to contribute meaningfully.
5. Have you ever been warned, muted, or banned?
No, I have never been warned, muted, or banned on any platform. I maintain respectful conduct and follow community guidelines.
6. Have you ever been a moderator on any other platform?
While I haven't held an official moderator title, I've managed community engagement and brand relationships at Forever Media, coordinating between creators and brands across multiple platforms. This experience includes handling discussions, resolving issues, and ensuring smooth communication - skills that translate well to moderation.
7. Are you prepared to work at nighttime?
Yes, I'm fully prepared to work flexible hours, including nighttime shifts. I can adjust my schedule based on community needs and moderation requirements.
1. What is your Stake username?
MY STAKE USERNAME IS = jordan Belfort
2. How much time on average do you spend on chat every day?
I spend 8-9 hours daily on chat, with flexible availability to increase during peak hours. I'm actively engaged in community discussions and monitor conversations regularly.
3. Can you briefly explain what the job of a moderator is?
A moderator's primary role is to maintain a safe, respectful, and spam-free environment. This includes monitoring conversations for violations, removing inappropriate content, warning or muting users who break rules, and helping users understand community guidelines. A good moderator is also approachable and helps new members feel welcome while maintaining order.
4. Why do you want to become a moderator on this chat?
I'm genuinely interested in building community and helping maintain a positive space where users can engage safely. I have experience managing brand partnerships and creator communities through my role at Forever Media, where I handled communication between brands and thousands of creators. I believe these skills in communication, community management, and conflict resolution would make me an effective moderator. I'm passionate about the Stake community and want to contribute meaningfully.
5. Have you ever been warned, muted, or banned?
No, I have never been warned, muted, or banned on any platform. I maintain respectful conduct and follow community guidelines.
6. Have you ever been a moderator on any other platform?
While I haven't held an official moderator title, I've managed community engagement and brand relationships at Forever Media, coordinating between creators and brands across multiple platforms. This experience includes handling discussions, resolving issues, and ensuring smooth communication - skills that translate well to moderation.
7. Are you prepared to work at nighttime?
Yes, I'm fully prepared to work flexible hours, including nighttime shifts. I can adjust my schedule based on community needs and moderation requirements.
-
Rockero20 reacted to SIDHU2121 in Applications for a new Indian-speaking chat moderator!
Dear Stake Team,
I am very interested in becoming an Indian Chat Moderator. My Stake username is Sidhu2121, and I spend around 10–12 hours daily on the Stake community.
I enjoy helping users, maintaining a positive chat environment, and ensuring everyone follows the community rules. At the beginning of my Stake journey, I was muted twice for minor chat rule violations. I accepted my mistakes, learned the guidelines, and have followed the rules ever since.
I am available to work night shifts, weekends, and during major sports events. If given the opportunity, I will represent Stake professionally, treat every user fairly, and do my best to keep the Indian chat friendly and respectful.
Thank you for considering my application.
Stake Username: Sidhu2121 ❤️
-
Rockero20 reacted to ruturajsonkambl in Applications for a new Indian-speaking chat moderator!
Stake username: 100eloraj
I spend around 4–6 hours on chat daily, sometimes more on weekends. It's honestly just become part of my routine at this point.
A moderator's job is to keep the chat environment safe, friendly, and enjoyable for everyone. That means enforcing the rules, handling spam or toxic behavior, welcoming new members, and being a go-to person when someone has a question or concern.
I've been part of the Stake community for a while now and I genuinely enjoy it. I notice there's a real need for someone who understands the Indian community — our language, humor, and how we communicate. I feel like I can bridge that gap and make the chat more comfortable for Indian-speaking users.
No, I have never been warned, muted, or banned. I've always tried to engage respectfully and stay within the guidelines.
I haven't been an official moderator elsewhere, but I've informally helped manage group chats and communities on WhatsApp and Discord, so I understand what it takes to keep things organized and civil.
Absolutely, I'm comfortable working night shifts. I'm flexible with my schedule and understand that moderation doesn't run on a 9-to-5.
-
Rockero20 reacted to Jordan Belfort in Applications for a new Indian-speaking chat moderator!
1. What is your Stake username?
MY STAKE USERNAME IS = jordan Belfort
2. How much time on average do you spend on chat every day?
I spend 8-9 hours daily on chat, with flexible availability to increase during peak hours. I'm actively engaged in community discussions and monitor conversations regularly.
3. Can you briefly explain what the job of a moderator is?
A moderator's primary role is to maintain a safe, respectful, and spam-free environment. This includes monitoring conversations for violations, removing inappropriate content, warning or muting users who break rules, and helping users understand community guidelines. A good moderator is also approachable and helps new members feel welcome while maintaining order.
4. Why do you want to become a moderator on this chat?
I'm genuinely interested in building community and helping maintain a positive space where users can engage safely. I have experience managing brand partnerships and creator communities through my role at Forever Media, where I handled communication between brands and thousands of creators. I believe these skills in communication, community management, and conflict resolution would make me an effective moderator. I'm passionate about the Stake community and want to contribute meaningfully.
5. Have you ever been warned, muted, or banned?
No, I have never been warned, muted, or banned on any platform. I maintain respectful conduct and follow community guidelines.
6. Have you ever been a moderator on any other platform?
While I haven't held an official moderator title, I've managed community engagement and brand relationships at Forever Media, coordinating between creators and brands across multiple platforms. This experience includes handling discussions, resolving issues, and ensuring smooth communication - skills that translate well to moderation.
7. Are you prepared to work at nighttime?
Yes, I'm fully prepared to work flexible hours, including nighttime shifts. I can adjust my schedule based on community needs and moderation requirements.
1. What is your Stake username?
MY STAKE USERNAME IS = jordan Belfort
2. How much time on average do you spend on chat every day?
I spend 8-9 hours daily on chat, with flexible availability to increase during peak hours. I'm actively engaged in community discussions and monitor conversations regularly.
3. Can you briefly explain what the job of a moderator is?
A moderator's primary role is to maintain a safe, respectful, and spam-free environment. This includes monitoring conversations for violations, removing inappropriate content, warning or muting users who break rules, and helping users understand community guidelines. A good moderator is also approachable and helps new members feel welcome while maintaining order.
4. Why do you want to become a moderator on this chat?
I'm genuinely interested in building community and helping maintain a positive space where users can engage safely. I have experience managing brand partnerships and creator communities through my role at Forever Media, where I handled communication between brands and thousands of creators. I believe these skills in communication, community management, and conflict resolution would make me an effective moderator. I'm passionate about the Stake community and want to contribute meaningfully.
5. Have you ever been warned, muted, or banned?
No, I have never been warned, muted, or banned on any platform. I maintain respectful conduct and follow community guidelines.
6. Have you ever been a moderator on any other platform?
While I haven't held an official moderator title, I've managed community engagement and brand relationships at Forever Media, coordinating between creators and brands across multiple platforms. This experience includes handling discussions, resolving issues, and ensuring smooth communication - skills that translate well to moderation.
7. Are you prepared to work at nighttime?
Yes, I'm fully prepared to work flexible hours, including nighttime shifts. I can adjust my schedule based on community needs and moderation requirements.
-
Rockero20 reacted to aniStake in Applications for a new Indian-speaking chat moderator!
Stake username: anistake29
I usually spend around 5-6 hours daily, sometimes more on weekends when things get busy.
A moderator keeps the chat clean and friendly—making sure people follow the rules, helping out new users, stepping in when things get heated, and basically keeping the community a good place for everyone.
I spend a lot of time here anyway and genuinely enjoy the community. I think I can help keep things positive and organized, especially since I speak Hindi and can bridge the gap for Indian players who might struggle with English.
Yes i have been muted 2-3 times for spamming but I know all rules now
I was a mod for a small Discord crypto group for about a year. Nothing too big but I learned how to handle drama and keep things fair.
I'm usually up late anyway so night shifts work perfectly for me.
-
Rockero20 reacted to DamjanTo in 💲The Golden Hour! 🕰️
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --gold: #ffbf3f; --gold-dim: rgba(255,191,63,0.18); --gold-glow: rgba(255,191,63,0.35); --amber: #ff9d1a; --bg: #0a0608; --surface: rgba(20,11,16,0.92); --line: rgba(255,255,255,0.07); --text: #f5ede6; --muted: #a8957e; --red: #ff5a5a; --orange: #ffb450; } html { scroll-behavior: smooth; } body { background: var(--bg); font-family: 'Syne', sans-serif; color: var(--text); min-height: 100vh; overflow-x: hidden; position: relative; } /* === BACKGROUND GRID === */ body::before { content: ''; position: fixed; inset: 0; background-image: linear-gradient(rgba(255,191,63,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,191,63,0.03) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; z-index: 0; } body::after { content: ''; position: fixed; inset: 0; background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255,191,63,0.09), transparent), radial-gradient(ellipse 60% 40% at 80% 100%, rgba(255,100,30,0.06), transparent), radial-gradient(ellipse 50% 60% at 10% 60%, rgba(255,191,63,0.04), transparent); pointer-events: none; z-index: 0; } /* === NOISE OVERLAY === */ .noise { position: fixed; inset: 0; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 200px 200px; pointer-events: none; z-index: 1; } /* === WRAPPER === */ .wrapper { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; padding: 48px 20px 64px; } /* === CARD BASE === */ .card { background: linear-gradient(135deg, rgba(255,191,63,0.07) 0%, transparent 45%), linear-gradient(225deg, rgba(255,150,30,0.05) 0%, transparent 45%), var(--surface); border: 1px solid var(--line); border-radius: 24px; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 32px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,191,63,0.04); overflow: hidden; margin-bottom: 18px; animation: fadeUp 0.6s cubic-bezier(0.22,1,0.36,1) both; } .card:nth-child(2) { animation-delay: 0.1s; } .card:nth-child(3) { animation-delay: 0.2s; } @keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } } /* === HERO CARD === */ .hero-card { padding: 0; position: relative; } .hero-top-bar { background: linear-gradient(90deg, rgba(255,191,63,0.12), transparent); border-bottom: 1px solid rgba(255,191,63,0.12); padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; } .hero-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); } .live-badge { display: flex; align-items: center; gap: 7px; background: rgba(255,191,63,0.1); border: 1px solid rgba(255,191,63,0.4); border-radius: 999px; padding: 5px 14px; font-size: 12px; font-weight: 700; color: #fff; letter-spacing: 0.05em; } .live-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; animation: pulse-dot 1.4s ease-in-out infinite; box-shadow: 0 0 8px var(--gold); } @keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.7); } } .hero-body { padding: 44px 32px 36px; text-align: center; position: relative; } /* lightning SVG decorations */ .bolt-left, .bolt-right { position: absolute; top: 30px; opacity: 0.18; } .bolt-left { left: 18px; } .bolt-right { right: 18px; transform: scaleX(-1); } .hero-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(56px, 10vw, 88px); letter-spacing: 0.04em; line-height: 1; color: transparent; background: linear-gradient(135deg, #ffe28a 0%, #ffbf3f 40%, #ff9d1a 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none; filter: drop-shadow(0 0 32px rgba(255,191,63,0.35)); margin-bottom: 6px; } .hero-sub { font-size: 15px; color: var(--muted); max-width: 480px; margin: 0 auto 24px; line-height: 1.6; } .hero-tagline { display: inline-block; background: linear-gradient(90deg, rgba(255,191,63,0.12), rgba(255,191,63,0.06)); border: 1px solid rgba(255,191,63,0.28); border-radius: 12px; padding: 12px 24px; font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 28px; line-height: 1.4; } /* === TIMER BLOCK === */ .timer-shell { background: rgba(0,0,0,0.35); border: 1px solid rgba(255,191,63,0.18); border-radius: 16px; overflow: hidden; margin: 0 auto; display: flex; justify-content: center; align-items: center; padding: 20px; } .timer-shell iframe { display: block; margin: 0 auto; } /* === DIVIDER === */ .gold-divider { display: flex; align-items: center; gap: 14px; margin: 0 32px 28px; } .gold-divider::before, .gold-divider::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,191,63,0.3), transparent); } .gold-divider span { color: var(--gold); font-size: 11px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.7; } /* === SECTION HEADER === */ .section-header { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; } .section-icon { width: 40px; height: 40px; background: var(--gold-dim); border: 1px solid rgba(255,191,63,0.3); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .section-title-text { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 0.06em; color: var(--gold); line-height: 1; } .section-title-sub { font-size: 12px; color: var(--muted); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.1em; margin-top: 2px; } /* === OBJECTIVE CARD INNER === */ .obj-card { padding: 28px 28px 0; } .obj-highlight-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; } .obj-stat { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 18px 20px; position: relative; overflow: hidden; transition: border-color 0.2s, transform 0.2s; } .obj-stat::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,191,63,0.06), transparent); opacity: 0; transition: opacity 0.2s; } .obj-stat:hover { transform: translateY(-2px); border-color: rgba(255,191,63,0.3); } .obj-stat:hover::before { opacity: 1; } .obj-stat-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; } .obj-stat-value { font-family: 'Bebas Neue', sans-serif; font-size: 36px; letter-spacing: 0.03em; color: var(--gold); line-height: 1; filter: drop-shadow(0 0 12px rgba(255,191,63,0.4)); } .obj-stat-sub { font-size: 12px; color: var(--muted); margin-top: 4px; } .slot-row { background: rgba(255,191,63,0.04); border: 1px solid rgba(255,191,63,0.2); border-radius: 14px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; gap: 12px; } .slot-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; } .slot-name { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 0.06em; color: var(--gold); } .slot-link-btn { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, rgba(255,191,63,0.18), rgba(255,150,30,0.12)); border: 1px solid rgba(255,191,63,0.45); border-radius: 10px; padding: 9px 18px; color: #fff; font-weight: 700; font-size: 13px; text-decoration: none; transition: all 0.18s; white-space: nowrap; letter-spacing: 0.03em; } .slot-link-btn:hover { background: linear-gradient(135deg, rgba(255,191,63,0.3), rgba(255,150,30,0.2)); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255,191,63,0.2); } /* === TWO-COL GRID === */ .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 28px 28px; } @media (max-width: 600px) { .two-col { grid-template-columns: 1fr; } .obj-highlight-row { grid-template-columns: 1fr 1fr; } .slot-row { flex-direction: column; text-align: center; } } .inner-box { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.07); border-radius: 18px; padding: 20px; transition: 0.2s; } .inner-box:hover { border-color: rgba(255,191,63,0.25); background: rgba(255,191,63,0.03); } .inner-box-title { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 0.05em; color: var(--gold); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; } /* === REWARD CHIPS === */ .reward-item { border-radius: 12px; padding: 12px 14px; margin-bottom: 9px; position: relative; overflow: hidden; } .reward-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; border-radius: 3px 0 0 3px; } .reward-gold-item { background: linear-gradient(90deg, rgba(255,191,63,0.12), rgba(255,191,63,0.03)); border: 1px solid rgba(255,191,63,0.3); } .reward-gold-item::before { background: var(--gold); } .reward-orange-item { background: linear-gradient(90deg, rgba(255,180,80,0.12), rgba(255,180,80,0.03)); border: 1px solid rgba(255,180,80,0.3); } .reward-orange-item::before { background: var(--orange); } .reward-red-item { background: linear-gradient(90deg, rgba(255,90,90,0.12), rgba(255,90,90,0.03)); border: 1px solid rgba(255,90,90,0.3); } .reward-red-item::before { background: var(--red); } .reward-name { font-weight: 700; font-size: 13px; margin-bottom: 2px; display: flex; align-items: center; justify-content: space-between; gap: 8px; } .reward-amount { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 0.03em; color: var(--gold); } .reward-gold-item .reward-amount { color: var(--gold); } .reward-orange-item .reward-amount { color: var(--orange); } .reward-red-item .reward-amount { color: var(--red); } .reward-desc { font-size: 11px; color: var(--muted); } .base-reward-pill { margin-top: 12px; background: rgba(255,255,255,0.04); border: 1px dashed rgba(255,255,255,0.14); border-radius: 10px; padding: 10px 14px; font-size: 13px; text-align: center; color: var(--text); } .base-reward-pill strong { color: var(--gold); } /* === INFO LIST === */ .info-list { list-style: none; } .info-list li { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 13px; line-height: 1.5; color: var(--muted); } .info-list li:last-child { border-bottom: none; } .info-list li::before { content: ''; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; margin-top: 7px; opacity: 0.7; } /* === TERMS DROPDOWN === */ .terms-wrap { padding: 0 28px 28px; } .terms-details { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; overflow: hidden; } .terms-summary { list-style: none; cursor: pointer; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; transition: background 0.15s; user-select: none; } .terms-summary::-webkit-details-marker { display: none; } .terms-summary:hover { background: rgba(255,191,63,0.04); } .terms-summary-left { display: flex; align-items: center; gap: 12px; } .terms-title-text { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 0.06em; color: var(--gold); } .terms-sub-text { font-size: 11px; color: var(--muted); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.1em; margin-top: 1px; } .chevron { transition: transform 0.3s; color: var(--muted); } .terms-details[open] .chevron { transform: rotate(180deg); } .terms-body { border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 22px; } .rule-row { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 14px; line-height: 1.55; color: var(--muted); } .rule-row:last-child { border-bottom: none; } .rule-num { width: 24px; height: 24px; background: linear-gradient(135deg, rgba(255,191,63,0.3), rgba(255,191,63,0.1)); border: 1px solid rgba(255,191,63,0.45); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; color: var(--gold); flex-shrink: 0; margin-top: 1px; } /* === FOOTER === */ .footer-note { text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: rgba(168,149,126,0.45); letter-spacing: 0.12em; margin-top: 24px; } // Event Active The Golden Hour Voltage Challenge Series The Golden Hour On any random day, “The Voltage” strikes without warning. The moment you see this post — the clock starts ticking.
You have exactly 60 minutes to prove you are the fastest multiplier hunter in the community.
Challenge Objective // What you need to achieve Target Multiplier 60.00x or higher Event Duration 60 min from post time Game Slot Mini Mafia Megaways Play Now Minimum Bet $0.20 USD per spin Rewards First Responder $50 The very first player to post a valid Bet ID. Lucky Flash $50 One random player selected within the 60-minute window. Highest Voltage $80 The player with the highest multiplier during the event. Every qualifying player earns $15 How to Participate Challenge announced on Telegram 15 min before it begins. Complete the live challenge posted on the official TG channel. Respond to this topic and post your bet ID. Only one valid Bet ID per player is allowed. Terms & Conditions // Click to expand 1 The challenge requirement will be posted on the Telegram channel. 2 You must complete the live challenge posted on the official TG channel. 3 Bets must have been made after 25/06/26 - (6 pm) UTC 4 Stake reserves the right to disqualify any user due to promotion or account abuse. 5 Challenge requirements, starting time, prizes, and winners will be posted on the official Telegram channel. 6 Only verified users and official Stake mirror site users are eligible for rewards. 7 Any user using multiple accounts will be disqualified immediately. THE VOLTAGE — GOLDEN HOUR CHALLENGE — COMMUNITY EVENT
-
Rockero20 reacted to BratislavK in 🏆 $400 Endgame Quiz 🧠
@keyframes shimmer-text { 0% { background-position: -200% center; } 100% { background-position: 200% center; } } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-8px); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @keyframes border-glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(251,191,36,0); } 50% { box-shadow: 0 0 32px 6px rgba(251,191,36,0.15); } } @keyframes star-twinkle { 0%, 100% { opacity: 0.15; transform: scale(1); } 50% { opacity: 1; transform: scale(1.6); } } @keyframes row-slide { from { opacity: 0; transform: translateX(-12px); } to { opacity: 1; transform: translateX(0); } } * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #0a1520; display: flex; justify-content: center; padding: 32px 16px; min-height: 100vh; } .wrap { font-family: Arial, sans-serif; max-width: 720px; width: 100%; padding: 0 0 2rem; } .promo-image { display: block; width: 100%; border-radius: 14px; margin-bottom: 18px; animation: fadeInUp 0.5s ease both; } .top-card { background: #0b1c2a; border-radius: 18px; border: 1px solid rgba(251,191,36,0.4); padding: 32px 28px 28px; text-align: center; position: relative; overflow: hidden; margin-bottom: 18px; animation: border-glow 4s ease-in-out infinite, fadeInUp 0.5s ease both; animation-delay: 0.1s; } .star { position: absolute; width: 4px; height: 4px; background: #fbbf24; border-radius: 50%; animation: star-twinkle var(--dur, 2s) ease-in-out infinite; animation-delay: var(--delay, 0s); pointer-events: none; } .trophy { font-size: 52px; display: inline-block; animation: float 3s ease-in-out infinite; filter: drop-shadow(0 0 16px rgba(251,191,36,0.4)); margin-bottom: 12px; position: relative; z-index: 1; } .endgame-label { display: inline-block; background: rgba(251,191,36,0.12); border: 1px solid rgba(251,191,36,0.4); border-radius: 20px; padding: 4px 16px; font-size: 11px; color: #fbbf24; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; position: relative; z-index: 1; } .banner-title { font-size: 36px; font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 6px; position: relative; z-index: 1; } .gold-text { background: linear-gradient(90deg, #f59e0b, #fde68a, #fbbf24, #f59e0b); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shimmer-text 3s linear infinite; } .banner-date { font-size: 13px; color: rgba(255,255,255,0.45); letter-spacing: 1.5px; margin-bottom: 14px; position: relative; z-index: 1; } .banner-desc { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 520px; margin: 0 auto 18px; position: relative; z-index: 1; } .banner-desc strong { color: #fbbf24; } .badge-row { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; position: relative; z-index: 1; } .badge { background: rgba(251,191,36,0.08); border: 1px solid rgba(251,191,36,0.28); border-radius: 20px; padding: 5px 14px; font-size: 12px; color: rgba(251,191,36,0.9); font-weight: 600; letter-spacing: 0.5px; transition: background 0.2s, border-color 0.2s; } .badge:hover { background: rgba(251,191,36,0.16); border-color: rgba(251,191,36,0.55); } .section-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(251,191,36,0.6); text-align: center; margin-bottom: 10px; font-weight: 700; } .qa-card { background: #0f2233; border: 1px solid rgba(251,191,36,0.22); border-radius: 14px; overflow: hidden; margin-bottom: 18px; animation: fadeInUp 0.5s ease both; animation-delay: 0.2s; } .qa-head { background: rgba(5, 14, 22, 0.8); padding: 12px 20px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(251,191,36,0.15); } .qa-head-title { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #fbbf24; font-weight: 700; } .qa-head-dot { width: 6px; height: 6px; border-radius: 50%; background: #fbbf24; opacity: 0.7; flex-shrink: 0; } .qa-row { display: flex; align-items: center; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,0.04); gap: 18px; cursor: default; transition: background 0.22s ease; animation: row-slide 0.4s ease both; } .qa-row:last-child { border-bottom: none; } .qa-row:nth-child(1) { animation-delay: 0.1s; } .qa-row:nth-child(2) { animation-delay: 0.18s; } .qa-row:nth-child(3) { animation-delay: 0.26s; } .qa-row:hover { background: rgba(251,191,36,0.05); } .qa-num { width: 36px; height: 36px; border-radius: 50%; background: rgba(251,191,36,0.1); border: 1px solid rgba(251,191,36,0.35); display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 800; color: #fbbf24; flex-shrink: 0; transition: background 0.22s, box-shadow 0.22s; } .qa-row:hover .qa-num { background: rgba(251,191,36,0.18); box-shadow: 0 0 12px rgba(251,191,36,0.3); } .qa-text { font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.55; transition: color 0.22s; } .qa-row:hover .qa-text { color: rgba(255,255,255,0.95); } .prizes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; } .prize-card { background: #0f2233; border: 1px solid rgba(251,191,36,0.22); border-radius: 14px; padding: 22px 18px; text-align: center; position: relative; overflow: hidden; transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease; animation: fadeInUp 0.5s ease both; } .prize-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(251,191,36,0.6), transparent); } .prize-card.gold { border-color: rgba(251,191,36,0.5); animation: fadeInUp 0.5s ease both, border-glow 3s ease-in-out infinite; } .prize-card:hover { transform: translateY(-5px); border-color: rgba(251,191,36,0.65); box-shadow: 0 12px 36px rgba(251,191,36,0.1); } .prize-card:nth-child(1) { animation-delay: 0.3s; } .prize-card:nth-child(2) { animation-delay: 0.4s; } .prize-emoji { font-size: 32px; display: block; margin-bottom: 10px; animation: float 3s ease-in-out infinite; filter: drop-shadow(0 0 10px rgba(251,191,36,0.35)); } .prize-card:nth-child(2) .prize-emoji { animation-delay: 1s; } .prize-tag { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(251,191,36,0.65); font-weight: 700; margin-bottom: 6px; } .prize-amount { font-size: 32px; font-weight: 900; color: #fbbf24; line-height: 1; margin-bottom: 5px; } .prize-sub { font-size: 12px; color: rgba(255,255,255,0.38); line-height: 1.4; } .rules-bar { background: rgba(5, 14, 22, 0.7); border: 1px solid rgba(251,191,36,0.14); border-radius: 10px; padding: 13px 18px; text-align: center; font-size: 13px; color: rgba(255,255,255,0.42); letter-spacing: 0.3px; margin-bottom: 18px; } .rules-bar strong { color: rgba(251,191,36,0.85); } .luck-bar { text-align: center; font-size: 18px; font-weight: 800; color: #fff; letter-spacing: 1px; } .luck-clover { display: inline-block; animation: float 2.2s ease-in-out infinite; margin-left: 6px; }
$400 Endgame Quiz June 28th – June 30th Another month comes to an end… and this is the Endgame.
Only those who stayed sharp throughout will make it to the finish.
Answer our short quiz based on this month's promotions & events.
🧠 3 Questions 🥇 $100 First Place 🎁 6 × $50 Draw 🏆 $400 Prize Pool Quiz Questions
Answer all correctly & include your Stake username 1 Which of these three Telegram challenges is the oldest: Originals Challenge, Slot Hunt, or Buzzer Beater? 2 In the Trivia Event, how many questions do our Community Managers ask, and what is the prize for each correct answer? 3 What are the three currently active Casino: Exclusive VIP Forum promotions? Prize Structure
🥇 First Correct Answer $100 Be first. Be right. Win instantly. 🎁 Random Draw 6 × $50 All remaining correct entries enter the draw. One entry per user · All answers must be correct · Always include your Stake username Good luck! 🍀 -
Rockero20 got a reaction from Jackhackmax in Applications for a new Indian-speaking chat moderator!
Quiero un bono
-
Rockero20 got a reaction from Jackhackmax in Applications for a new Indian-speaking chat moderator!
Vamos
-
Rockero20 reacted to quziito01 in 💰 [$5,000] Shield Derby - Week One 🛡️
sport:601587385
sport:601587385
-
Rockero20 reacted to Jake7589 in 💰[$1,000 USD] Bonus Clash: Dragons Hoard vs Graffiti Ways 🥊
@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: Dragons Hoard vs Graffiti Ways
Ends: 25/6/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 💸 🐉 Dragons Hoard VS 🚔 Graffiti Ways 💸 $1,000 Total Prize Pool Up for grabs 🏆 $50 Per Winner × 20 Winners 💡 Make a $20 USD feature 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 Dragons Hoard or Graffiti Ways — whichever you think will pay bigger.
2 Make a $20 bonus buy
Complete a $20 USD feature 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 🏆 20 × Winners$50 each 👥 Total Winners20 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.
-
Rockero20 reacted to AnujTechGuru in Applications for a new Indian-speaking chat moderator!
Yes , I am fully interested !!
(1) My Stake Username Is AnujTechGuru
(2) I spend minimum 15 hours to 17 hours on chat everyday (apart from sleeping, my all time is spent on chat)
(3) In brief, the job of a moderator is to maintain healthy chat environment in the chat room by warning or muting those people who are not following the chat rules. Also, a moderator solves basic as well as advanced problems faced by chat members during chat or other basic to advanced queries of members.
(4) Because I think that I spend most of my time in Indian chat room as I mentioned above and I also report those people to moderators who are breaking rules of chat everyday, I will be fully able to maintain a healthy chat environment 24*7 in the chat room.I strictly respect all chat rules and I will maintain a great healthy chatroom environment daily upto my best levels !!
(5) Yes, I have been muted 2 times for basic things like caps off and small chat messages in the very beginning of my Stake Journey , which I improved and learnt all chat rules & then never muted or banned.
(6) I have been moderator on rulebraker, tricks7 and other old wapka sites in the past and I am even owner of Stake India Rain Alerts Telegram Channel !!
(7) Obviously, I am fully prepared mainly for night time as you can check also, that I am fully active in evening and whole night...1000% full night I can work !!
Thanks for this lovely opportunity as I can't wait to become a moderator on Indian Community Chat Room !!
Love You Stake ❤️ 😘
-
Rockero20 reacted to MudassarAhmed in Applications for a new Indian-speaking chat moderator!
MudassarAhmed
10 to 12 hours
He is responsible for ensuring the smooth running of the discussion, managing the group process and dynamics, introducing relevant issues and ideas for response by the group, and for ensuring that the client's objectives are addressed.
I wants to be a moderator because I believe I can be someone who can set an example for others. I want to be someone people can talk to, to be able to assist anyone when needed. Being in the community is great.
Yes i have been muted in the past for spamming.
Yes I'm prepared to work at night.
-
Rockero20 reacted to thebaba in Applications for a new Indian-speaking chat moderator!
Hey stake team ,
thebaba, I don’t remember exactly but rough I spend 7-8 hours on stake a day, moderator job is like to maintained decorum in chat, help out new stake user in chat.. I think mod control on rain always they can mute ban in short they are the monitor of chat! I have been muted once ban I m not sure..no I haven’t work anywhere for this type of job but I would love to work for stake in any form! Nighttime is the best time ! Rest all you call
stake id : Thebaba
-
Rockero20 reacted to Parveshkumar in Applications for a new Indian-speaking chat moderator!
1.Stake UserName : Pkumar1993
2.Spending Time : 10 Hours
3. Stop spamming, silence those giving false information and don't ask anyone to ask in chat. Keep creating postive vibes in chat, whether you want to congratulate someone or encourage someone who is defeated. Whenever it happens that some problem is solved by asking the CS team, the player takes the advice of people in chat to solve his problem also. On the second platform all over chat it is very bad to make the negative player positive. Most of the players would not have been able to challenge him. Rewards are not given to those who give misinformation or to mute those who spam.
4. I want to become moderator for Money 💸💵.because money can do everything.
5.Yes
6. No
7.Yes
-
Rockero20 reacted to Manthan9972 in Applications for a new Indian-speaking chat moderator!
What is your Stake username?
Manthan9972
How much time on average do you spend on chat every day?
Around 4–6 hours per day, depending on my schedule. I am active throughout the day and can dedicate additional time when needed.
Can you briefly explain what the job of a moderator is?
A moderator helps maintain a safe, friendly, and respectful chat environment. Their responsibilities include enforcing chat rules, assisting users, resolving conflicts, removing inappropriate content, and ensuring everyone has a positive experience.
Why do you want to become a moderator on this chat?
I enjoy being part of the community and would like to contribute by helping keep the chat organized and welcoming. I believe I can be fair, responsible, and professional when handling situations and assisting members.
Have you ever been warned, muted, or banned?
No, I have not been warned, muted, or banned to the best of my knowledge.
Have you ever been a moderator on any other platform?
While I have not held an official moderator position before, I have experience helping communities by guiding users, reporting rule violations, and maintaining a positive atmosphere.
Are you prepared to work at nighttime?
Yes, I am comfortable working during nighttime hours when required and can be available during different time zones to support the community.
-
Rockero20 reacted to NatasaC in Applications for a new Indian-speaking chat moderator!
Hey, Stakers
We are looking for a few Indian-speaking moderators, so if you are fluent in all dialects of this language and you are interested in this position, please answer the questions below:
What is your Stake username? How much time on average do you spend on chat every day? Can you briefly explain what the job of a moderator is? Why do you want to become a moderator on this chat? Have you ever been warned, muted, or banned? Have you ever been a moderator on any other platform? Are you prepared to work at nighttime? You will be contacted through the Live Support chat if we choose you for this position
-
Rockero20 reacted to Faris in Saturday stream
Hi,
You need to join his Discord server and then take a seat in one of the available rooms on the server before all rooms are locked. The Discord link is in Eddie's stream chat.
Regards
-
Rockero20 reacted to BratislavK in Conquer The Casino June 05 - 12
12 Masks of Fire Drums
tedkimppa 1000× / house:484633795490
yokcashya $694.13 / house:485215670039
Briar Witch
droz 2489× / house:483787800057
XposedTwirch $28,305.62 / house:484849203668
Cabin Fever
Brax73 14860.2× / house:484439277566
Amgzhara777 $16,489.81 / house:483322789136
Candy Rocket
ZeroArmorTV 7939.6× / house:483548022937
XposedTwirch $33884.16 / house:483908002997
Coin Duel Arena
Sirk23 14976.7× / house:483925561833
zehra01 $58,386.96 / house:485216420092
Coins and Cauldrons
love2gamble 25,000.00× / house:485121978487
XposedTwirch $125,772.80 / house:484855496792
Farmageddon
Joakito2015 1,413.90× / house:485120782149
MAmin0 $5,727.50 / house:484053110633
Flames and Greed
Sirk23 1,670.48× / house:485094807084
DeepinTheDrain $2403.72 / house:484092447303
Gemhalla Xtreme
Sirk23 10,000.00× / house:484359179363
Manimal75 $12260.76 / house:484079305511
Hawkshot
jw888888 3949× / house:484402130737
cryptostuff2 $67,550.41 / house:484202047488
Hels Domain
Oleksandr129 20000× / casino:483751334541
Dreamwin67 $322,920.00 / house:484154488672
Hot Heist
Cryomastix 3600× / house:483712994067
Cimmarrusti $7,242.76 / house:483113392613
Lucky Sheriff
AntoCatraz 1053× / house:484135087672
Maxitr67 $11049.50 / house:483276635775
Multi Rush
Cryomastix 9,478.40× / house:483928635123
Imrvsidhu $10,975.82 / house:484843146858
The Last Contestant
ZeroArmorTV 20000× / house:483868606152
TJTJSJSJ1234 $36,816.00 / house:485105317645