Weekend stream
Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.
Link to stream: https://kick.com/Eddie
How to enter the giveaway?
Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
How are winners chosen?
When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.
Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win.
Want to increase your chances of winning?
1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
2. Be super nice to your VIP host & don't give them a hard time 😂
3. One entry per household only. Multiple entries will have you disqualified
:root {
--bg: #030914;
--card: linear-gradient(145deg, #071226 0%, #030815 100%);
--ice: #00f2fe;
--fire: #ff5e62;
--gold: #f7c948;
--text: #f5f7fb;
--muted: #a7b4c9;
--shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
* { box-sizing: border-box; }
html, body {
margin: 0; padding: 0;
font-family: Inter, Arial, sans-serif;
color: var(--text);
background: var(--bg);
}
.container {
width: 100%;
max-width: 900px;
margin: 0 auto;
padding: 20px 12px 40px;
}
.hero {
border: 1px solid rgba(0, 242, 254, 0.2);
border-radius: 20px;
padding: 24px;
background: var(--card);
box-shadow: var(--shadow), inset 0 0 20px rgba(0, 242, 254, 0.05);
text-align: center;
}
.badge {
display: inline-block;
padding: 6px 14px;
border-radius: 999px;
border: 1px solid rgba(0, 242, 254, 0.3);
background: rgba(0, 242, 254, 0.06);
color: var(--ice);
font-size: 11px;
letter-spacing: 1px;
font-weight: 800;
text-transform: uppercase;
margin-bottom: 14px;
}
h1 {
margin: 10px 0;
font-size: 34px;
letter-spacing: -1px;
font-weight: 900;
text-transform: uppercase;
color: #fff;
}
.accent {
color: var(--ice);
text-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
}
.promo-img {
max-width: 100%;
height: auto;
border-radius: 14px;
margin: 16px 0;
border: 1px solid rgba(255,255,255,0.08);
}
.lead {
margin: 0 auto 20px auto;
max-width: 720px;
color: var(--muted);
font-size: 15px;
line-height: 1.5;
}
.timer-card {
padding: 16px;
border: 1px solid rgba(255, 255, 255, 0.06);
border-radius: 16px;
background: rgba(4, 9, 19, 0.6);
margin-top: 16px;
}
.timer-top {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 12px;
}
.timer-title {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1.5px;
color: var(--muted);
font-weight: 700;
}
.timer-end {
font-size: 12px;
color: #030914;
background: var(--ice);
font-weight: 800;
padding: 4px 12px;
border-radius: 999px;
}
.timer-frame {
display: flex;
justify-content: center;
align-items: center;
height: 65px;
border-radius: 10px;
background: #030914;
border: 1px solid rgba(255,255,255,0.04);
}
.highlights {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-top: 14px;
}
.highlight {
padding: 12px;
border-radius: 12px;
background: rgba(255,255,255,0.02);
border: 1px solid rgba(255,255,255,0.04);
}
.highlight strong {
display: block;
font-size: 18px;
color: var(--ice);
font-weight: 800;
}
.highlight span {
color: var(--muted);
font-size: 12px;
}
.section {
margin-top: 16px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.section-card {
padding: 20px;
border-radius: 16px;
background: rgba(7, 18, 38, 0.4);
border: 1px solid rgba(255,255,255,0.05);
}
.section-card h2 {
margin: 0 0 16px;
font-size: 18px;
font-weight: 800;
text-transform: uppercase;
color: #fff;
border-left: 3px solid var(--ice);
padding-left: 10px;
}
.rules, .stages {
display: grid;
gap: 8px;
margin: 0; padding: 0;
list-style: none;
}
.rules li, .stages li {
display: flex;
gap: 10px;
align-items: flex-start;
padding: 12px;
border-radius: 10px;
background: rgba(255,255,255,0.01);
border: 1px solid rgba(255,255,255,0.03);
color: var(--muted);
font-size: 13px;
line-height: 1.4;
}
.icon-box {
font-size: 16px;
line-height: 1;
}
.stages li {
border-left: 3px solid rgba(255,255,255,0.1);
}
.stages li.unlocked {
border-left-color: var(--fire);
background: linear-gradient(90deg, rgba(255, 94, 98, 0.04), transparent);
}
.stage-title {
font-weight: 800;
color: #fff;
display: block;
margin-bottom: 2px;
}
.pool-value {
color: var(--fire);
font-weight: 800;
}
.info-note {
margin-top: 12px;
padding: 10px 12px;
border-radius: 10px;
background: rgba(0, 242, 254, 0.04);
border: 1px solid rgba(0, 242, 254, 0.15);
color: var(--ice);
font-size: 12px;
line-height: 1.4;
text-align: center;
}
.cta {
margin-top: 16px;
padding: 20px;
border-radius: 16px;
border: 1px solid rgba(0, 242, 254, 0.3);
background: linear-gradient(135deg, rgba(0, 242, 254, 0.05), transparent), #071226;
text-align: center;
}
.cta h3 { margin: 0 0 6px; font-size: 20px; font-weight: 800; text-transform: uppercase; color: #fff; }
.cta p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
details {
margin-top: 16px;
background: rgba(7, 14, 28, 0.3);
border: 1px solid rgba(255,255,255,0.04);
border-radius: 16px;
padding: 16px;
}
summary { font-weight: 800; color: var(--muted); cursor: pointer; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; }
.terms-body { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.terms-body ul { margin: 0; padding-left: 20px; }
.terms-body li { margin-bottom: 6px; }
.terms-body a { color: var(--ice); text-decoration: none; font-weight: 700; }
.terms-body a:hover { text-decoration: underline; }
@media (max-width: 760px) {
.section { grid-template-columns: 1fr; }
.highlights { grid-template-columns: 1fr; }
}
🧊 COMMUNITY CHALLENGE
THE GOLDEN THAW 🧊
A massive block of ice is holding the vault shut. Only the combined multipliers of the community can melt it down. The more multipliers we stack, the higher the prize pool goes!
Heat Meter Countdown
Ends: 25/06/2026 @ (12 PM) GMT
>
100x+ Min Multiplier
$0.20 Min Bet Amount
Only on Stake Slots Valid Games
🎯 The Mission
🔥
The community must reach a combined total of 150,000x in multipliers. Every winning bet you post contributes to the "Heat Meter."
🎯
Individual Target: Any win with a 100x multiplier or higher (Min. bet applies).
⚙️
The Goal: Post your Bet IDs to help the community reach the milestones.
🎰
Minimum Multiplier: You must hit at least 100x (or higher) on any Stake Only Slot.
💵
Minimum bet amount is 0.20$.
💰 Progressive Prize Pool
As the ice melts, the rewards grow for EVERY eligible participant:
🔓
Stage 1 (100,000x Total) Pool unlocks at $1,500
🔓
Stage 2 (150,000x Total) Pool increases to $3,000
🔥
Final Stage (200,000x Total) Pool hits the max of $4,000
Prize Pool Distribution: All players who complete the challenge in the next 7 days will get a share in the prize pool! There is no limit to the number of winners.
How to Enter 🔨
Respond to this topic by posting your Bet ID in the comments below. Bets must have been made after 18/06/2026 - (12 pm) UTC.
📄 Tips & Terms & Conditions (Click to Expand)
Bet must have been made after the commencement of this promotion.
Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators.
For payment, give us up to 72 hours from the end of the promotion.
Do not change your linked account during the whole duration of the promotion.
10+ Post count on the forum is required.
Only level 2 KYC or higher verified users will be eligible for the prize.
You can verify your Stake account here: https://stake.com/settings/verification
Any player using multiple accounts will not be eligible for prizes.
Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban.
Only stake.com and official stake.com mirrors users will be eligible for the prize.
Prizes will be paid out via coupon, which will be posted as the last comment on this topic.