-
Posts
87 -
Joined
-
Last visited
Reputation Activity
-
mrkenocoin79 got a reaction from zlatan61 in Weekend Stream + Giveaway
👤Username: mrkenocoin79
✅Lv3 Verified
-
mrkenocoin79 got a reaction from Kobar in Weekend Stream + Giveaway
👤Username: mrkenocoin79
✅Lv3 Verified
-
mrkenocoin79 got a reaction from benbinbin in 💰[$1,000] Eddie's missing! 😱
🆔 mrkenocoin79
Good Luck everyone!!!
-
mrkenocoin79 got a reaction from IvanaBe in 💰[$1,000] Eddie's missing! 😱
🆔 mrkenocoin79
Good Luck everyone!!!
-
mrkenocoin79 reacted to Jake7589 in 💰[$2,000 USD] Mt. Eddie 🧊
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #050f1a; --gold: #FFB800; --blue: #0079ff; --ice: #7dd4fc; --ice-soft: rgba(125,212,252,0.12); --surface: #081624; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: linear-gradient(180deg, #050f1a 0%, #071824 60%, #050f1a 100%); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } /* ── SNOWFLAKES ── */ .snowflakes { position:fixed; inset:0; pointer-events:none; z-index:0; overflow:hidden; } .snowflake { position:absolute; top:-20px; color:#fff; font-size:1em; opacity:0; animation: snowfall linear infinite; } @keyframes snowfall { 0% { transform:translateY(0) rotate(0deg); opacity:.7; } 100% { transform:translateY(110vh) rotate(360deg); opacity:0; } } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .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, #0a1f30 0%, #050f1a 100%); border-radius:20px; border:1px solid rgba(125,212,252,0.2); margin-bottom:20px; position:relative; overflow:hidden; box-shadow: 0 0 60px rgba(125,212,252,0.06); } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:400px; height:400px; background: radial-gradient(circle, rgba(125,212,252,0.1) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.5; 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 rgba(125,212,252,0.2); } .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(125,212,252,0.3); background:rgba(125,212,252,0.08); color:var(--ice); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .header h1 { font-size:34px; font-weight:900; line-height:1.1; background: linear-gradient(90deg, #7dd4fc, #bfefff, #7dd4fc); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:6px; } @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:480px; margin:0 auto 14px; line-height:1.7; } /* ── SINGLE CTA ── */ .play-btn { display:inline-block; padding:16px 46px; background: linear-gradient(135deg, #7dd4fc, #38bdf8); color:#040d14; font-size:17px; 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 rgba(125,212,252,0.35); margin-top:8px; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px rgba(125,212,252,0.5); text-decoration:none !important; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } /* ── 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:28px 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.ice { border-color:rgba(125,212,252,0.3); --glow:rgba(125,212,252,0.08); } .prize-card.ice:hover { border-color:rgba(125,212,252,0.7); box-shadow:0 12px 40px rgba(125,212,252,0.15); } .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:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .prize-amount { font-size:42px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:#FFB800; } .prize-card.ice .prize-amount { color:#7dd4fc; } .prize-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:13px; color:#6a90a8; margin-top:4px; } .pill { background:rgba(125,212,252,0.08); border:1px solid rgba(125,212,252,0.25); border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#7dd4fc; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:rgba(125,212,252,0.14); border-color:rgba(125,212,252,0.45); } /* ── SECTIONS ── */ .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid rgba(255,255,255,0.06); transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(125,212,252,0.2); box-shadow:0 4px 24px rgba(125,212,252,0.05); } .section-title { font-size:12px; font-weight:700; color:var(--ice); text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } /* ── STEPS ── */ .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { min-width:34px; height:34px; background:linear-gradient(135deg, #38bdf8, #0079ff); border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; color:#fff; flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.15); box-shadow:0 0 0 6px rgba(125,212,252,0.15); } .step-text { font-size:15px; color:#b0cee4; padding-top:6px; } .step-text strong { color:#fff; } /* ── REQUIREMENTS ── */ .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--primary); border-radius:12px; padding:13px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; cursor:default; } .req-item:hover { background:#081624; border-color:rgba(125,212,252,0.25); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:#7dd4fc; } /* ── PRIZE POOL ── */ .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,rgba(125,212,252,0.08),rgba(125,212,252,0.02)); border:1px solid rgba(125,212,252,0.25); border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px rgba(125,212,252,0.12); } .pool-total .amount { font-size:52px; font-weight:900; color:#7dd4fc; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #7dd4fc; } 50% { text-shadow:0 0 24px rgba(125,212,252,0.6); } } .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:#081624; border-color:rgba(125,212,252,0.2); } .dist-item .who { color:#b0cee4; } .dist-item .val { color:#7dd4fc; font-weight:700; } /* ── NOTICE ── */ .notice { background:rgba(255,107,0,0.06); border:1px solid rgba(255,107,0,0.25); border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:rgba(255,107,0,0.5); } .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:rgba(125,212,252,0.06); border:1px solid rgba(125,212,252,0.25); border-radius:12px; color:#7dd4fc; 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 rgba(125,212,252,0.15); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(125,212,252,0.1),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } /* ── TERMS ── */ details { background:var(--primary); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(125,212,252,0.2); } 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:#7dd4fc; } 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:#7dd4fc; text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:#7dd4fc; } .d1{animation-delay:.08s} .d2{animation-delay:.16s} .d3{animation-delay:.24s} .d4{animation-delay:.32s} .d5{animation-delay:.40s} .d6{animation-delay:.48s} .d7{animation-delay:.56s} .d8{animation-delay:.64s} @media(max-width:480px){ .prize-row{grid-template-columns:1fr;} .header h1{font-size:26px;} .pool-total .amount{font-size:38px;} } ❄ ❅ ❆ ❄ ❅ ❄ ❆ ❅ ❄ ❆ ❄️ Community Competition Mt. Eddie
Competition ends: 18/5/2026 @ 1:00 AM GMT
Eddie has travelled into the coldest regions in search of the fabled ICEMAN. Unfortunately, he has run out of oxygen due to the ongoing war in the Arctic Strait.
To save him, we MUST play Ice Kingdom by Uppercut and hit the target multiplier so more oxygen can be delivered via drones.
Target: 15x or above
❄️ Play Now 🏆 $2,000 Prize Pool 🥈 $200 × 10 Winners ❄️ You must hit the target multiplier on Ice Kingdom 📋 How To Enter 1 Play Ice Kingdom on Stake.com 2 Hit 15x or above with a $0.20 USD bet on each game 3 Copy your Bet IDs after winning your bets 4 Reply to this thread with your Bet IDs to enter ✅ Requirements 🎮 Bets must be from Ice Kingdom 💵 Minimum bet amount: $0.20 USD 📈 Minimum multiplier: 15x or above 💬 Reply to this thread with your Bet IDs 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $2,000 Total Prize Pool 🥈 10 × Winners$200 each 👥 Total Winners10 People 📅 Duration7 Days ⚠️ Don't miss out! Stay tuned for winner announcements. You must claim your prize within 3 months — users will not be credited after this period expires. ‼️ Stake.com users only ‼️ 📄 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 have their username displayed on the thread with a prize claim link. Prizes delivered within 14 days of 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 Must maintain only one Stake account Must not be in a Prohibited Jurisdiction 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 -
mrkenocoin79 got a reaction from KaiZidan in Weekend Stream + Giveaway
👤Username: mrkenocoin79
✅Lv3 Verified
-
mrkenocoin79 got a reaction from gajin in Weekend Stream + Giveaway
👤Username: mrkenocoin79
✅Lv3 Verified
-
mrkenocoin79 got a reaction from Aschwaa in Weekend Stream + Giveaway
👤Username: mrkenocoin79
✅Lv3 Verified
-
mrkenocoin79 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
-
mrkenocoin79 got a reaction from TBei22 in Weekend Stream + Giveaway
👤Username: mrkenocoin79
✅Lv3 Verified
-
mrkenocoin79 reacted to Jake7589 in 💰[$2,000 USD] StakeMas Never Ends 🎅🏼
🎄 StakeMas Never Ends 🎅🏼
Ends: 31/12/2025 @ 1.00 AM GMT
From the 3rd to the 31st, this thread will be running non-stop. At five random moments throughout the month, one lucky participant will be selected to win a share of $2,000.
All you need to do is keep commenting your username throughout December for a chance to be picked!
Remember: winners will be chosen at completely random times, so make sure to check back and drop another comment.
Post your Stake usernames below! 🎄✨
Requirements:
Reply to this thread with your Stake username Prize Pool: $2,000
Distributed to 5 randomly selected winners who meet the above conditions. How to Enter:
Reply to this thread with your Stake ID Include your valid Stake ID Prize pool distribution:
Complete the challenge within the next 29 days for a shot at the prize pool. Winners are limited to 5. IMPORTANT: Don’t miss out! Stay tuned for the official winner announcements so you can grab your prize before the link expires. Users will not be credited after the 3-month time period ends. Stake.com users only ‼
Terms of Service – Competition:
For Full Terms of Service - Expand below Quote
-
mrkenocoin79 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
-
mrkenocoin79 got a reaction from Sibirka in 💰 [$8,000] Stake's Birthday 💰 Who hasn't won an award like me?
you right 🤬
-
mrkenocoin79 got a reaction from Sibirka in 💰 [$8,000] Stake's Birthday 💰 Who hasn't won an award like me?
player Klausi1968 win 2 times. of these 8 challenges! lucky? or are we the unlucky ones? 👀
-
mrkenocoin79 reacted to praveenq in 💰 [$8,000] Stake's Birthday 💰 Who hasn't won an award like me?
These were not drawn genuinely, so you wont win until you are a family member or friend of the selector.
-
mrkenocoin79 reacted to 电竞分析师MI in 💰 [$8,000] Stake's Birthday 💰 Who hasn't won an award like me?
ID
misakikuro
祝福来自中国
-
mrkenocoin79 got a reaction from jillian1991 in 💰 [$8,000] Stake's Birthday 💰 Who hasn't won an award like me?
player Klausi1968 win 2 times. of these 8 challenges! lucky? or are we the unlucky ones? 👀
-
mrkenocoin79 got a reaction from mrdogecoin in 💰 [$8,000] Stake's Birthday 💰 Who hasn't won an award like me?
player Klausi1968 win 2 times. of these 8 challenges! lucky? or are we the unlucky ones? 👀
-
mrkenocoin79 reacted to Jake7589 in 💰 [$8,000] Stake's Birthday #7: Create a birthday-themed Stake meme
🎉 Create a birthday-themed Stake meme 🤣
Ends: 14/08/2025 @ 1.00 AM GMT
We are looking for the funniest memes about Stake 🤣
Create an original meme that best reminds you of Stake, missing out on that 1000x Plinko drop, or waiting for the next monthly drop 💭
Our community team will select 20 entries at random to win a share of $8,000!
Images must be unique and not include any harmful/NSWF content
Any user seen doing so will have their entry removed and be banned from this competition
Requirements:
Create an original meme based on Stake Upload and reply to this thread with your image Include your Stake ID. To have a valid entry, fill out this form, providing your details - HERE (A Google account is required to participate in this competition) Prize Pool: $8,000
Distributed to 20 randomly selected winners who meet the above conditions. How to Enter:
Reply with your image Include your Stake ID Prize pool distribution:
Complete the challenge within the next 7 days for a shot at the prize pool. Winners are limited to 20. Stake.com users only ‼
Terms of Service – Competition:
For Full Terms of Service - Expand below Quote
-
-
mrkenocoin79 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
-
mrkenocoin79 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
-
mrkenocoin79 got a reaction from Rathee123 in Weekend Stream + Giveaway
👤Username: mrkenocoin79
✅Lv3 Verified
-
mrkenocoin79 reacted to AleksandarG in 🆕 Stake Community Forum - Update 🆕
Hello everyone! 🙋♂️
As you have probably already noticed, our beloved Forum has been updated to the latest version! 🚀
Some of the most significant changes:
The entire site has been revamped with a fresh, modern design. Dark mode - one of the most requested features is finally available. Customizer menu to further provide a personalized experience for players by editing the Forum layout. And much more...
What do you think about the Forum's new look? Let us know in the comments! 💬
-
mrkenocoin79 got a reaction from Biraj in Weekend Stream + Giveaway
👤Username: mrkenocoin79
✅Lv3 Verified