-
Posts
18 -
Joined
-
Last visited
Reputation Activity
-
K7DeQQ reacted to Edward in Weekend Stream + Giveaway
Weekend stream
Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.
Link to stream: https://kick.com/Eddie
How to enter the giveaway?
Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
How are winners chosen?
When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.
Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win.
Want to increase your chances of winning?
1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
2. Be super nice to your VIP host & don't give them a hard time 😂
3. One entry per household only. Multiple entries will have you disqualified
Giveaway prizes (Stake.com Players)
Non VIP: $10
Bronze: $20
Silver: $40
Gold: $60
Platinum: $100
Platinum 2: $120
Platinum 3: $140
Platinum 4: $160
Platinum 5: $180
Platinum 6: $200
Diamond: $500
Giveaway prizes (Stake.us Players)
Non VIP: 10k GC + free Stake Cash
Bronze: 20k GC + free Stake Cash
Silver: 40k GC + free Stake Cash
Gold: 60k GC + free Stake Cash
Platinum: 1m GC + free Stake Cash
Platinum 2: 1.2m GC + free Stake Cash
Platinum 3: 1.4m GC + free Stake Cash
Platinum 4: 1.6m GC + free Stake Cash
Platinum 5: 1.8m GC + free Stake Cash
Platinum 6: 2m GC + free Stake Cash
Diamond: 5m GC + free Stake Cash
Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
-
-
K7DeQQ reacted to Jake7589 in 💰[$3,000 USD] Crashing out 📈
We have our winners!
Congratulations to the following randomly selected players. @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; } .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; } } .winner-banner { text-align:center; padding:40px 28px 36px; margin-bottom:20px; } .winner-banner h1 { margin-bottom:10px; } .winner-banner p { max-width:480px; margin:0 auto; } .winning-slot { display:flex; align-items:center; justify-content:center; gap:14px; background: linear-gradient(135deg, #FFB80018, #FFB80008); border:1px solid #FFB80055; border-radius:16px; padding:20px 24px; margin-bottom:20px; position:relative; overflow:hidden; transition:box-shadow .3s; } .winning-slot:hover { box-shadow:0 0 40px #FFB80022; } .winning-slot::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,184,0,.08),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .slot-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; font-weight:700; } .slot-name { font-size:28px; 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 20px #FFB80077; } } .slot-icon { font-size:36px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .claim-wrap { text-align:center; margin-bottom:20px; } .claim-btn { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; } .claim-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; } .claim-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .claim-btn:hover::after { transform:translateX(100%); } .claim-note { font-size:12px; color:var(--muted); margin-top:10px; } .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:18px; } .winners-list { display:flex; flex-direction:column; gap:8px; } .winner-row { display:flex; justify-content:space-between; align-items:center; padding:13px 16px; background:var(--primary); border-radius:12px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .winner-row:hover { background:#0a2236; border-color:#FFB80044; transform:translateX(6px); } .winner-left { display:flex; align-items:center; gap:12px; } .winner-rank { width:28px; height:28px; border-radius:50%; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); font-size:12px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .winner-name { font-size:14px; font-weight:600; color:var(--text); } .winner-prize { font-size:14px; font-weight:800; color:#FFB800; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} @media(max-width:480px){ .winner-banner h1 { font-size:24px; } .slot-name { font-size:22px; } }
🎁 Claim Your Reward Link expires 22/6/2026 — claim before it's gone!
Winners 30 Lucky Winners
1 ksitnebo69 $100 2 DustyJim $100 3 Enigmanoishi $100 4 Erukun $100 5 Alejofb $100 6 rdo1337 $100 7 Biggdoggtv $100 8 GABAAA $100 9 Ojai $100 10 K7DeQQ $100 11 ichmiefe $100 12 Duman2007 $100 13 droz $100 14 cobra3 $100 15 kolendo $100 16 MsKalapao $100 17 ppck $100 18 Ozpin $100 19 NATNAT888 $100 20 kayneeh91 $100 21 Hexxie791 $100 22 natah3 $100 23 thevictorjerry $100 24 Reloser $100 25 Kahitohoga $100 26 Tallmor $100 27 SagePunisher $100 28 apo1337 $100 29 LefebvreM $100 30 Aureva $100 -
K7DeQQ got a reaction from Christinac60 in 💰[$3,000] Challenge Chase - Week 4 🏆
casino:478926482376
casino:478927049980
casino:478927426710
-
-
K7DeQQ reacted to NemanjaPi in ⚔️ Last Man Standing ⚔️
:root { --card: rgba(10, 20, 38, 0.78); --line: rgba(255,255,255,0.14); --text: #f5f7fb; --muted: #a7b4c9; --gold: #ffd36a; --volt: #35e6ff; --danger: #ff5c7a; --shadow: 0 22px 70px rgba(0, 0, 0, 0.35); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(255, 211, 106, 0.08), transparent 40%), linear-gradient(225deg, rgba(53, 230, 255, 0.06), transparent 40%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); color: var(--text); } .center { text-align:center; } .muted { color:var(--muted); } .section-title { color: var(--gold); font-size: 24px; font-weight: 800; margin-bottom: 10px; } .hero-wrap { position: relative; } .badge { position: absolute; top: 18px; right: 18px; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(53,230,255,0.45); background: rgba(53,230,255,0.06); font-weight: 800; font-size: 14px; } /* slots */ .stage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 20px; } .stage-card { border-radius: 18px; padding: 18px 12px; text-align: center; transition: 0.18s ease; } .stage-card:hover { transform: translateY(-3px) scale(1.03); } .stage-volt { background: rgba(53,230,255,0.10); border: 1px solid rgba(53,230,255,0.4); } .stage-freq { background: rgba(255,211,106,0.10); border: 1px solid rgba(255,211,106,0.4); } .stage-title { font-size: 15px; font-weight: 800; margin: 8px 0; } .stage-sub { font-size: 12px; color: var(--muted); } .slot-btn { display:inline-block; margin-top:10px; padding:8px 14px; border-radius:10px; font-size:12px; font-weight:800; color:#fff; text-decoration:none; } .slot-btn-volt { border:1px solid rgba(53,230,255,0.45); background: rgba(53,230,255,0.08); } .slot-btn-freq { border:1px solid rgba(255,211,106,0.45); background: rgba(255,211,106,0.08); } /* info box */ .rules-box { margin-top: 18px; padding: 16px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.20); font-size: 13px; line-height: 1.7; } .rules-title { color: var(--gold); font-weight: 800; margin-bottom: 8px; } .highlight { color: var(--gold); font-weight: 800; } /* terms */ .dropdown-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; margin-top: 18px; overflow: hidden; } .dropdown-trigger { padding: 10px 16px; text-align: center; cursor: pointer; } .dropdown-title { color: var(--gold); font-weight: 800; } .dropdown-sub { color: var(--muted); font-size: 13px; display:block; } .dropdown-content { padding: 14px 18px; border-top: 1px solid rgba(255,255,255,0.10); font-size: 14px; line-height: 1.6; } .rule { display:flex; gap:10px; margin-bottom:10px; } .num { width:22px; height:22px; border-radius:50%; background: var(--gold); color:#0b0f1a; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } Weekly Event ⚔️ Last Man Standing ⚔️
A four-week elimination tournament where only consistency guarantees survival.
Every week introduces a new challenge and a higher multiplier requirement. Fail once and your journey ends instantly. Survive all four weeks and reach the Grand Finale.
Weekly Featured Slots 🛡️ Week 1 Req Multi: 200x May (19-26) Paperclip: Lazy Knight Play Slot ⚔️ Week 2 Req Multi: 400x May (26 - 03) Valkyrie: Castle of Ymir Play Slot 🔥 Week 3 Req Multi: 650x May/June (03 - 10) Lucky Man's Chamber Play Slot 👑 Week 4 Req Multi: 850x June (10 - 17) Cursed Reckoning Play Slot How It Works In order to be eligible for the other three weeks you are required to complete week 1. Bets must have been made after 19/05/2026 - (12 PM) UTC. Each week requires hitting a higher multiplier target. Failure = elimination for the rest of the tournament. • Players will be ranked based on the multiplier.
Prize Pool Distribution Week 1 → $500 (Top 100 players ranked by multipliers)
Week 2 → $1000
Week 3 → $1500
Week 4 → $2000
Higher multipliers = larger share of weekly rewards. Terms & Conditions Click to expand Full rules & eligibility 1Minimum bet amount: $0.20 USD (in any currency). 2Entry only during Week 1. 3Feel free to edit your post if you get a higher multiplier(s) during the competition. 4Only level 2 KYC or higher verified users will be eligible for the prize. 5Only Stake.com and official Stake.com mirror sites users will be eligible for the prize. 6Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. 7Any player using multiple accounts will not be eligible for prizes. 8Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. 9For payment, give us up to 72 hours from the end of the challenge. 10Winners 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. -
-
-
-