Jump to content

genti

Member
  • Posts

    158
  • Joined

  • Last visited

Reputation Activity

  1. Litecoin
    genti reacted to NemanjaPi in The Guardians: Protect the $5,000!   
    Golden Event ● LIVE $5,000 The Guardians
    05 May 2026 → 12 May 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 05/05/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; }
  2. Litecoin
    genti reacted to KartenStapel in The Guardians: Protect the $5,000!   
    casino:473398683595
  3. Litecoin
    genti reacted to NemanjaPi in $5000 -Choose Your Weapon   
    You can claim prizes on the link below until the 5th of June!
    CLAIM HERE Make sure you are logged in to the proper account.
    Wow. Congrats to the 221 winners!
  4. Litecoin
    genti reacted to Jake7589 in Something coming to Stake Community Forums... ​🤫​   
    🐝 🎮 💻 🎁
    What could it be....
  5. Litecoin
    genti reacted to y23b in Bayern Munich vs Paris saint-germain   
    The first leg on April 28 , was the highest-scoring single semi-final in Champions League history, ending in a 5–4 victory for PSG.
    Every heartbeat in the Allianz Arena echoes the desperate, burning demand for a miraculous comeback.
    My prediction for this electric showdown is 2–1 for Bayern Munich , what is yours?

  6. Fire
    genti got a reaction from MdSHBiR247 in 💰[$20,000 USD] Cricket Raffle Bash 🏏   
    KingSimba22
  7. Fire
    genti got a reaction from KaiZidan in Something coming to Stake Community Forums... ​🤫​   
    KingSimba22
  8. Litecoin
    genti reacted to Szechuan1 in Monthly Bonus   
    Hi Stake Team,
    I’d like to respectfully suggest implementing a fixed monthly date for releases moving forward. Having a consistent schedule would greatly improve user experience, as it removes the uncertainty that comes with random timing.
    At the moment, the gaps between updates can feel quite long, it’s already been around 40 days since the last monthly release. A predictable schedule would help build anticipation, trust, and overall satisfaction within the community.
    I hope you consider this suggestion. Thank you for your time and for continuously improving the platform.
     
    Thank you and please release the monthly already.
  9. Litecoin
  10. Litecoin
    genti reacted to Jake7589 in 💰[$3,000 USD] Welcome to Stake City 🏙️   
    We have our winners!
    Congratulations to the following randomly selected players.
    🎁 Claim Your Reward Link expires 14/5/2026 — claim before it's gone!
    🏆 Grand Winner Sabrosa10 $1,000 Runners Up 10 Lucky Winners
    1 SwePokerNinja $200 2 HldmCwby $200 3 pAsi777 $200 4 GoGoGamblers $200 5 sasor $200 6 kishidan127 $200 7 sigurdsun $200 8 Ohhohhoo $200 9 Geekvape $200 10 Infinity0123 $200 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --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; } } /* GRAND WINNER */ .grand-wrap { text-align:center; background: linear-gradient(135deg, #FFB80022, #FFB80008); border:2px solid #FFB800aa; border-radius:20px; padding:32px 24px; margin-bottom:20px; position:relative; overflow:hidden; } .grand-wrap::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,184,0,.1),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .grand-label { font-size:13px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); margin-bottom:12px; } .grand-name { font-size:36px; font-weight:900; 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:8px; } @keyframes shimmer { to { background-position:200% center; } } .grand-prize { font-size:28px; font-weight:900; color:#fff; text-shadow: 0 0 20px #FFB80077; } /* CLAIM */ .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; } .claim-btn:hover::after { transform:translateX(100%); } .claim-note { font-size:12px; color:var(--muted); margin-top:10px; } /* SECTION */ .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} @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } @media(max-width:480px){ .grand-name { font-size:26px; } .grand-prize { font-size:22px; } }
  11. Litecoin
    genti reacted to DragoslavP in ⛹️Stake Matchday Madness​ Week 32⛹️   
    ⛹️Stake Matchday Madness⛹️



    - Round 32 -  Denver Nuggets - OKC Thunder
    (USA, NBA. The event is scheduled for 11.04.2026.)
    Ends: 11/04/26 (01:00 am) GMT 
     
    Requirements:
    Guess correctly 7 questions that are posted on the poll below. To have a valid entry, fill out the form below. HERE
     
    Each category will be scored individually, and the total score will be calculated by adding them all together.
     
    Tips & Terms & Conditions:
    Points are awarded based on the number of points next to the questions; all correct answers will be added together. In case of the match being postponed, the promotion will also be postponed. Total Score: Your total score will be the sum of points from all 7 guesses. Fill out the form that's linked to this topic to be eligible for promotion. The user with the highest Total Score will be declared the winner. In case of a tie, the user who submitted their form first will have an advantage A Pastebin leaderboard will be featured as part of the promotion. If a player is not on the roster for that game due to injury or any other reason. In that case, only the predictions for selected players who participated in the match will be counted. 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. 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. Do not post more than one comment/entry. You have to be one of the VIP members on our site ( at least the Bronze VIP level ). 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 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.  
    Prize Pool distribution
     
    1st place - $150  2nd place - $100 3rd place - $50 4th place - $50 5th place - $50  
     
    How to Enter
    Click on the "HERE" button. Fill out the form and good luck!
  12. Fire
    genti got a reaction from Abhayspam in $75,000 giveaway winners #255   
    Happy
  13. Litecoin
    genti reacted to SanjaT in Entering the Giveaways (with 10+ Forum posts)   
    Hello everyone!  
    In this thread, you will be given a detailed explanation of how to enter Giveaways, Promotions, or Challenges which require at least 10 Forum posts.
    In order to be able to enter Eddie Weekend Stream + Giveaway, or to participate in some of the Forum Promotions, you will have to ensure that you have minimum 10 Forum posts first.
    Every new topic you open on Forum counts, and every reply to any existing topic counts as well.
    If you want to open a new topic, please make sure that same, or similar topic doesn't exist. You can check that by searching Forum (upper right corner of Forum - search bar). If you decide to open new topic, please choose right section for it (Casino Discussion, Sportsbook Discussion, Suggestions etc.).
    Or, if you do not want to open new topic, you can reply to the existing ones. Your replies must match the topic to which you are replying to.  You can always manually search for topics in which you are interested in, since we have many sections, and there is something for everyone!  Just open the Home page (https://stakecommunity.com/) and scroll down to any section you find interesting.
    Please note that if you open the topic which already exists, or if you post new topics that have no meaning (just in order to make 10+ posts), it will be deleted, and you will get warned for spamming. It is the same for replying to the topics. Every reply which is not related to topics, or only emoticons posting will be considered as spamming, it will be deleted, and you will be warned first. If you continue spamming, or if you break any other Forum rule, you will get more serious sanction (your posts will have to be approved by Stake staff before becoming visible to other users, or you might even get completely restricted from posting).
    Forum Rules and Guidelines are located here: https://stakecommunity.com/topic/96817-forum-rules-and-guidelines.
     I sincerely hope this was helpful. 
    Should you have any additional questions or doubts, feel free to comment on this thread.
    Have a lovely day everyone! 
  14. Ethereum
    genti reacted to Steve in $75,000 giveaway winners #254   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek254


    $5000 winners

    334109 - acegun
    843224 - Debi2003
    676723 - MaxWinP1s
    3796950 - Kaileyp19
    800553 - vsceptic
    2467574 - Stephenlin6
    1675293 - Amrotta
    2418785 - Yabsss
    252664 - risnuadam54
    1412828 - lucasonline22
    2647487 - Belran22Yang
    744903 - Katitalapan
    702967 - Hilal787
    1026503 - lucasonline22
    3060590 - Mersoking
  15. Litecoin
    genti reacted to Jake7589 in 💰[$20,000 USD] Leg for Leg with Mr Banks 🐐   
    Congratulations to the following players for being randomly picked 🏆
    You can claim your reward here - https://playstake.info/bonus?code=MrBanksForumFeb
    Username Reward tonyslove316 $100 Evasco $100 Raybamz $100 Emir008 $100 Samuelenzy $100 Okenaldocomics $100 Pelwayne $100 Nazzymonie $100 AGUNBIADE249 $100 Horlanipekun $100 Fekas80 $100 Therodeeyah $100 SamTips $100 Chipante1993 $100 avatarbambi $100 Prime64 $100 Samsudeen2023 $100 Deykalmerichie $100 Fegor117 $100 Youngboss01 $100 SammyOga $100 Picaso313 $100 Glorious12 $100 Geedee99 $100 Omullah31 $100 Elshakur $100 Authority21 $100 Domkings55 $100 Sanityblizz $100 Ayobamilune $100 Kayman912205 $100 GBR2712 $100 Omomiz $100 Challywinning $100 goldolar $100 Manny1225 $100 Kaka001 $100 akinlaMILO $100 Mkrempire $100 Geeration $100 Hope2winn $100 Mydiano $100 Techmarket $100 Lakes12 $100 Gusty5G $100 UmarNafada $100 Iampelumi $100 angelraph $100 Barryjeez $100 daprof99 $100 AbuhNahilah $100 Femi83 $100 Castroajulu $100 Chigozie9 $100 Oduahprince20 $100 Godsolar23 $100 Rekegunz $100 LordSparky $100 Ibwale $100 Ajide001 $100 B247 $100 Reen03 $100 Adeoye45 $100 Dinomoney22 $100 Kingpaul997 $100 CINSports $100 Lilbricks95 $100 oscarlee10 $100 Dee97 $100 Harbyodun20 $100 Successful4 $100 felnna $100 Toneroroy $100 Brightmoney $100 Easylife02 $100 SelekumaAy $100 Chimexlarry $100 auduOguche $100 Fem431 $100 Nastyvibez $100 Olostephen $100 Chukacupid $100 SirABK4 $100 Toebee27 $100 Salausfinest $100 Damijosh009 $100 Teewhytim $100 Mugi20 $100 Softways $100 Lumi28 $100 Moghene $100 Bennykurf $100 tobele $100 Frybanshe $100 brightestdude $100 greyoli $100 Shefomaster $100 Jaycrypto06 $100 Kesterjnrr $100 Saintemzy2026 $100 Petercreuz $100 chiefdaddycdk $100 Akinjoe051 $100 Chefeskay $100 Lawalsonola $100 Innosco $100 Cyber99 $100 Sunkyxy $100 Mkulzy030 $100 Oloye1267 $100 KingFx14 $100 Farukguy7 $100 Hardyy69 $100 joshuavictor $100 Iceteey007 $100 Samso9te7 $100 Dazemak $100 obazion $100 BensonDim27 $100 Makmoni $100 Oliazz $100 Iyke36 $100 Shilekun $100 Hydee101 $100 Arbdhul69 $100 Rankinqq $100 Bigjagoban $100 Arigold1 $100 Gallant799 $100 Folami1313 $100 Michael287 $100 OgaDiamond $100 Larkhunlay $100 Pisky560 $100 Bowwizzy $100 Tolufd $100 saintvincent $100 CompEAbbey $100 Omariozamani $100 Ibhola $100 GideonML $100 L2DK $100 Ifyex $100 Kennyyoung $100 LIONESS001 $100 EBUBBE86 $100 Fash11099 $100 Slylee12 $100 Oluwaprosper54 $100 Holuwafm $100 OlasDan $100 Mrdaniee $100 Stober007 $100 Sido112 $100 Siredavish $100 Zibabee $100 Timmy774 $100 Andy1love $100 Ignite4 $100 Mokolevictor $100 Timtim35 $100 ofutu $100 Beeghilite $100 6i66 $100 Samsaino $100 Nughar $100 Harrison154 $100 Abdulidowu $100 Olamide607 $100 Leksyde $100 Timmy1212 $100 Blackmagic17 $100 Hood1478 $100 Brilliantways $100 Iamtobilobaszn $100 Papacy $100 Temian6 $100 Jason9 $100 Brucella03 $100 Mischief07 $100 Mrdiva $100 Oboh10 $100 FXKINGJOACHIM $100 Iremide24 $100 Ceji10 $100 clickdre $100 Ebennnn $100 Bgrace $100 SBKINGAso $100 Yinkstar $100 Mubby12345 $100 Enigma8080 $100 Iamangellucky $100 Wizzyj $100 Mati5050 $100 RealMckay $100 Olafweshy $100 Ndubuisi1990 $100 BigSam01 $100 DamiFd $100
  16. Ethereum
    genti reacted to Steve in $75,000 giveaway winners #255   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek255


    $5000 winners

    3814728 - Nitish8137
    2624715 - eyord9405
    1686399 - hanak
    1298309 - baihongjun771
    2777960 - iamaeden
    3813152 - Fingerfiddler
    107413 - rasselstein
    4244441 - a614627454
    2112670 - Ahmedito
    3699852 - baseclara
    1619875 - bojan871
    1896939 - Regenergy
    4704097 - GWL10000
    461078 - Chelsealove
    3600159 - Shraideh2005
  17. Litecoin
    genti reacted to NemanjaPi in 🧊 THE GOLDEN THAW: $4,000 Community Meltdown 🧊   
    🧊 THE GOLDEN THAW🧊

    >
     Ends: 13/04/2026 @ (1 PM) GMT
    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!

     
    🎯 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$ 💰 THE PROGRESSIVE PRIZE POOL:
    As the ice melts, the rewards grow for EVERY eligible participant:
    🔓 Stage 1 (50,000x Total): Pool unlocks at $1,500 🔓 Stage 2 (100,000x Total): Pool increases to $3,000 🔥 Final Stage (150,000x Total): Pool hits the max of $4,000 Tips & Terms & Conditions:
    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. 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. 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 comment below. Bets must have been made after 06/04/2026 - (1 pm) UTC.
  18. Litecoin
    genti reacted to Jake7589 in 💰[$1,000] ​Bonus Clash: ​Crossfire vs Hot College 🥊 ​   
    The answer was... Hot College - Congratulations to the following lucky players 💰
    You can claim your reward here - https://playstake.info/bonus?code=BonusClashHotCollegeVsCrossfire
    Username Reward papua16 $100 HeyriLover $100 BKR27 $100 Kartenstapel $100 kolendo $100 Melmak $100 tinsagit $100 RenDarku $100 MissBlueEyes $100 gachilaga2 $100
  19. Ethereum
    genti reacted to Steve 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/Steve
    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
  20. Litecoin
    genti reacted to BratislavK in 🐰 $400 Easter Mystery Basket 🧺   
    :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: 100vh; overflow-x: hidden; } .badge-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-bottom: 12px; } .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; } .hero { max-width: 800px; margin: 40px auto; 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); position: relative; } .hero img { width: 350px; display: block; margin: 0 auto 24px; border-radius: 24px; border: 3px solid var(--gold); box-shadow: 0 0 20px rgba(247, 201, 72, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .hero img:hover { transform: scale(1.05); box-shadow: 0 0 30px rgba(247, 201, 72, 0.4); } h1 { text-align: center; font-size: clamp(28px, 6vw, 48px); margin: 0 0 6px; font-weight: 700; display: flex; justify-content: center; align-items: center; gap: 10px; } h2.subtitle { text-align: center; margin: 0 0 16px; font-weight: 500; color: var(--text); } p.lead { text-align: center; color: var(--muted); max-width: 520px; margin: 0 auto 24px; font-size: 18px; line-height: 1.4; } p.lead strong { color: var(--gold); } p.note { font-size: 14px; max-width: 600px; margin: 20px auto 0; color: var(--muted); line-height: 1.45; border-top: 1px solid var(--line); padding-top: 16px; font-weight: 400; } .highlight { color: var(--gold); font-weight: 700; } table { width: 100%; border-collapse: collapse; margin: 24px 0; border-radius: var(--radius); overflow: hidden; box-shadow: 0 0 12px rgba(247, 201, 72, 0.2); } th, td { padding: 14px 18px; background: rgba(255,255,255,0.03); border-bottom: 1px solid var(--line); color: var(--text); } th { color: var(--muted); font-weight: 600; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; text-align: left; } tbody tr:hover { background: rgba(247, 201, 72, 0.1); } tbody tr:last-child td { border-bottom: none; } footer.good-luck { text-align: center; font-weight: 700; font-size: 22px; color: var(--green); margin-top: 18px; } footer.good-luck span { font-size: 24px; margin-left: 6px; } Easter Event LIVE NOW  
    $400 Easter Mystery Basket
     
    ⏰ Ends: April 12th, 12 PM UTC  
    Spring is here and we have prepared a special Easter basket.
    The total value is already set, but remains a mystery 👀
    Your task is simple. Guess the value of the basket.
    Comment one number between 1 and 5000 and include your Stake username to qualify.
      HOW TO PARTICIPATE 1 Comment one number between 1 and 5000. 2 Include your Stake username. 3 Only one entry per user is allowed. Prize Pool: $400 🥇 Closest guess wins: $100 🎁 Other winners: The next six closest guesses will receive $50 each 📄 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
    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 Reserved Rights
    To amend the Rules at any time. To cancel the Competition at any time. To disqualify any user due to promotion or account abuse, which may also result in a permanent ban.  
  21. Litecoin
    genti reacted to BratislavK in 💰$3,000 Royal Club of Originals | Wheel ☸️   
    You can claim prizes on the link below until the 4th of May!
    CLAIM HERE Make sure you are logged in to the proper account.
    Wow. Congrats to the 1,041 winners!
  22. Litecoin
    genti reacted to MladenS in 🏆 Grand Monthly Reward - April 🏆   
    :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; } h1 { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: 0.96; letter-spacing: -1.8px; max-width: 820px; text-align: center; } h1 span { background: linear-gradient(90deg, #f7c948, #fff3b0, #f7c948); -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: goldGlow 3s ease-in-out infinite; } @keyframes goldGlow { 0% { filter: drop-shadow(0 0 1px rgba(247,201,72,0.15)); } 50% { filter: drop-shadow(0 0 6px rgba(247,201,72,0.35)); } 100% { filter: drop-shadow(0 0 1px rgba(247,201,72,0.15)); } } .hero { border: 1px solid var(--line); border-radius: 32px; padding: 34px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), transparent 32%), linear-gradient(225deg, 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; } @keyframes fadeUp { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } .lead { margin: 0 auto 18px; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; text-align: center; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; } .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); padding: 22px; } .timer-card { padding: 22px; } .highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: stretch; } .highlight.full { grid-column: 1 / -1; text-align: center; } .highlight { padding: 20px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); height: 100%; } .section-title { font-size: 20px; font-weight: 600; color: #ffffff; margin-bottom: 10px; } .ends-side span { display: inline-block; padding: 10px 18px; border-radius: 999px; background: rgba(247, 201, 72, 0.08); border: 1px solid rgba(247, 201, 72, 0.35); color: #ffffff; font-size: 12px; animation: eggPulse 2.8s ease-in-out infinite; width: 100%; max-width: 240px; } @keyframes eggPulse { 0% { transform: scale(1); } 50% { transform: scale(1.04); } 100% { transform: scale(1); } } .money { color: var(--gold); font-weight: 700; } table { width: 100%; border-collapse: collapse; border-radius: 18px; overflow: hidden; } th, td { padding: 7px 10px; border-bottom: 1px solid rgba(255,255,255,0.08); } tbody tr td:last-child { text-align: right; } .muted-text { color: var(--muted); } 👑 Buzzer Beater - Grand Monthly Reward 👑
    Along with the regular prizes for the Daily Challenge - Buzzer Beater, the winners will receive points that will count toward a Grand Monthly reward!
    Daily Points Each day, players who finish in the TOP 3 earn points.
    🥇 1st – 5 Points
    🥈 2nd – 3 Points
    🥉 3rd – 1 Point
    Prize Pool Distribution 1st $1,400 2nd $1000 3rd $800 4th $500 5th $300 📊 Monthly Ranking At the end of the month, all the points will be summed up, and the top 5 players will be rewarded with additional prizes.
    All points are accumulated throughout the month.
    Top 5 players at the end of the month receive rewards.
    Tie-Breaker:
    - In case of a tie, prizes will be determined by the sum of all multipliers for each player.
    - In case of a tie again, the user with a higher average bet amount will be given the advantage.
  23. Litecoin
    genti reacted to BratislavK in 📢 Forum Promotion Update   
    Hello everyone,
    We would like to share an important update regarding forum promotions and how payouts will be handled moving forward.
    As many of you may have noticed, we are planning to host more forum promotions and community events going forward. To support this increase and keep things running smoothly, we are introducing a small change to the payout process.
    Previously, multiple promotions were often processed together, which meant rewards from several events could arrive around the same time. From now on, each promotion will be processed individually once it ends, rather than being grouped together.
    The standard review period of up to 72 hours will still apply, as our team still needs time to verify entries and confirm winners before payouts are issued.
    Because of this change, payouts will no longer be grouped together and processed as a batch. Instead, each promotion will follow its own independent payout process after it ends, while still respecting the standard review period of up to 72 hours. This applies to promotions such as The Return of the King, Quest for Glory, Royal Club of Originals, Slots Forum Challenge, Perfect 10, Streak Rush, and Double Down, which will each be reviewed and paid independently.
    This adjustment will allow us to run more promotions, reward participants more efficiently, and keep the forum even more active and exciting for everyone.
    As always, thank you for being part of our amazing community. Your participation is what makes these events possible, and we are looking forward to bringing you many more challenges and rewards in the future.
    Good luck to everyone participating! 🍀
  24. Litecoin
    genti reacted to Approximate in When Winners list?   
    You gotta be more patient. It takes time to make the winners list and they actually don't work entirely 24/7 😅 
     
    It's explained more here. 
     
  25. Ethereum
    genti reacted to DragoslavP in Topic Of The Month 📢💬   
    Topic Of The Month 📢💬
    Stake is rewarding the best Topic on the forum of the month!
    Here’s how it works:
    ✉️Every month, our Moderators and Community Managers will come together to select the most engaging and entertaining forum topic to reward.
    ✉️What Makes a Great Topic of the Month Contributor?
    Since this is focused on one special Topic of the Month, what matters most is your engagement within that specific discussion. Be active, share thoughtful and original replies, respond to others, and help keep the conversation lively and enjoyable. The standout participant will be someone who brings positive energy, meaningful input, and makes that month’s topic more interesting for everyone involved. However, please remember: we’re looking for positivity, so no rule-breaking, no toxic behavior, and certainly no being warned/restricted during the month. ✉️Not only will you be recognized for your positive impact on the community, but you’ll also get a little something extra to celebrate your efforts. If you’re selected as the topic of the month, you will receive a reward of $200! 💰
    ✉️The list of the best topics will be shared in this thread every month. 
    Good luck!
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use