Golden Event ● LIVE
$5,000 The Guardians
25 June 2026 → 02 July 2026
12 PM (UTC)
Protect the vault. If the community fails, the prize pool decays.
⚠️
Vault Decay Warning
Users must hit 40 unique 100x+ wins daily to protect the prize pool of 4000$
Starting from Day 2:
• Prize pool decreases by $500
• Emperor prize decreases by $100
Miss the target — the vault leaks.
Hit 100x or above
Minimum multiplier on any "Only on Stake" slot.
$0.20 Minimum bet amount (in any currency).
40 Users Daily target.
-$500 Daily decay.
Challenge Rules
Minimum multiplier: Your winning spin must be 100x or above.
Join 40 unique users daily! (First day won’t trigger decay even if the users don’t hit the target number of 40 winners per day)
The prize pool decreases by $500 for each day the target number of Guardians is not met.
Bets must have been made after 25/06/26 - (12 pm) UTC.
Post valid bet ID in this thread.
Only one entry per user is allowed.
Prize Pool
Category
Prize
Emperor - Hit the highest multi and grab the biggest prize!
$1,000
Legion
$4,000
Pool dynamically decreases based on daily performance.
How to Enter
Play any "Only on Stake" slot, hit 100x or higher multiplier with a bet amount of at least $0.20 and post your bet ID in this thread.
Terms & Conditions — click to expand
Only level 2 KYC or higher verified users will be eligible for the prize.
Only Stake.com and official Stake.com mirrors users will be eligible for the prize.
Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators.
Any player using multiple accounts will not be eligible for prizes.
Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban.
For payment, give us up to 72 hours from the end of the promotion.
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.
@keyframes ggGlow {
0% { box-shadow:0 0 0 rgba(247,201,72,0); }
50% { box-shadow:0 0 12px rgba(247,201,72,0.2); }
100% { box-shadow:0 0 0 rgba(247,201,72,0); }
}
@keyframes ggGlow {
0% { box-shadow:0 0 0 rgba(247,201,72,0); }
50% { box-shadow:0 0 12px rgba(247,201,72,0.2); }
100% { box-shadow:0 0 0 rgba(247,201,72,0); }
}
: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;
}
body {
margin:0;
font-family:Inter, Arial;
background:
radial-gradient(circle at top left, rgba(247,201,72,0.15), transparent 30%),
linear-gradient(#040913,#07111f);
color:var(--text);
}
.container {
max-width:1100px;
margin:auto;
padding:20px;
}
.dropdown-card{
margin-top:20px;
}
.dropdown-trigger{
display:flex;
align-items:center;
justify-content:center;
text-align:center;
font-weight:900;
font-size:18px;
cursor:pointer;
color:#ffffff;
margin-bottom:0;
}
.rules-list{
list-style:none;
padding:0;
margin:0;
counter-reset: rule;
display:flex;
flex-direction:column;
gap:10px;
}
.rules-list li{
position:relative;
padding:14px 16px 14px 56px;
border-radius:14px;
background:rgba(255,255,255,0.03);
border:1px solid rgba(255,255,255,0.08);
transition:all 0.25s ease;
color:#dbe4ff;
font-size:14px;
line-height:1.6;
}
.rules-list li::before{
counter-increment: rule;
content: counter(rule);
position:absolute;
left:14px;
top:50%;
transform:translateY(-50%);
width:28px;
height:28px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:12px;
font-weight:900;
color:#1a1a1a;
background:linear-gradient(135deg,#f7c948,#ffdd7a);
box-shadow:0 6px 14px rgba(247,201,72,0.18);
}
.rules-list li:hover{
transform:translateX(6px);
background:rgba(247,201,72,0.06);
border:1px solid rgba(247,201,72,0.35);
box-shadow:0 10px 24px rgba(0,0,0,0.25);
color:#ffffff;
}
/* CARD */
.card {
background:var(--card);
border:1px solid var(--line);
border-radius:26px;
padding:30px;
margin-bottom:25px;
backdrop-filter:blur(14px);
box-shadow:0 20px 60px rgba(0,0,0,0.35);
position:relative;
overflow:hidden;
}
/* SHINE */
.card::after {
content:"";
position:absolute;
width:200%;
height:200%;
top:-50%;
left:-50%;
background:linear-gradient(120deg, transparent, rgba(255,255,255,0.15), transparent);
transform:rotate(25deg);
animation:shine 6s infinite;
}
@keyframes shine {
0% { transform:translateX(-100%) rotate(25deg); opacity:0; }
40% { opacity:0.4; }
100% { transform:translateX(100%) rotate(25deg); opacity:0; }
}
/* BADGE */
.badge {
padding:10px 18px;
border-radius:999px;
border:1px solid var(--line);
background:rgba(255,255,255,0.05);
font-weight:700;
}
/* LIVE */
.live {
float:right;
color:var(--green);
font-weight:bold;
animation:pulse 1.5s infinite;
}
@keyframes pulse {
0% { transform:scale(1); opacity:0.7; }
50% { transform:scale(1.1); opacity:1; }
100% { transform:scale(1); opacity:0.7; }
}
/* WARNING */
.warning {
display:flex;
gap:14px;
padding:18px;
border-radius:18px;
border:1px solid rgba(255,107,107,0.4);
background:linear-gradient(135deg, rgba(255,107,107,0.12), transparent);
margin-top:20px;
position:relative;
}
.warning::after {
content:"";
position:absolute;
inset:0;
background:radial-gradient(circle, rgba(255,107,107,0.15), transparent 70%);
animation:warnGlow 2s infinite;
}
@keyframes warnGlow {
0%,100% { opacity:0.2; }
50% { opacity:0.6; }
}
.warn-icon {
font-size:24px;
color:var(--red);
animation:shake 2s infinite;
}
@keyframes shake {
0%,100% { transform:rotate(0); }
25% { transform:rotate(-6deg); }
75% { transform:rotate(6deg); }
}
/* TITLE */
h1 {
font-size:56px;
margin:20px 0;
}
.accent { color:var(--gold); }
.lead {
color:var(--muted);
font-size:18px;
}
/* GRID */
.grid {
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-top:20px;
}
.highlight {
background:rgba(255,255,255,0.04);
padding:22px;
border-radius:18px;
border:1px solid var(--line);
transition:0.3s;
}
.highlight:hover {
transform:translateY(-5px);
border-color:rgba(247,201,72,0.3);
}
.highlight strong {
display:block;
font-size:24px;
color:var(--gold);
}
/* TIMER */
.timer {
margin-top:15px;
font-size:22px;
color:var(--gold);
animation:glow 2s infinite;
}
@keyframes glow {
0% { text-shadow:0 0 5px rgba(247,201,72,0.3); }
50% { text-shadow:0 0 20px rgba(247,201,72,0.8); }
100% { text-shadow:0 0 5px rgba(247,201,72,0.3); }
}
/* SECTION */
.section {
display:grid;
grid-template-columns:1fr 1fr;
gap:24px;
}
.rules li {
background:rgba(255,255,255,0.04);
margin-bottom:12px;
padding:15px;
border-radius:16px;
border:1px solid var(--line);
}
/* TABLE */
table {
width:100%;
border-collapse:collapse;
}
td,th {
padding:14px;
border-bottom:1px solid var(--line);
}
.money {
color:var(--gold);
font-weight:bold;
}
/* CTA */
.cta {
display:flex;
justify-content:space-between;
align-items:center;
background:linear-gradient(135deg, rgba(247,201,72,0.15), rgba(255,255,255,0.05));
}
.button {
background:linear-gradient(135deg,#ffd76a,#f7c948);
padding:15px 24px;
border-radius:14px;
font-weight:bold;
color:#000;
text-decoration:none;
}
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.
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