Jump to content

RobbyChen

Member
  • Posts

    119
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    RobbyChen reacted to DragoslavP in 🏆 Grand Monthly Reward - June🏆   
    :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.
  2. Doge - Cool
    RobbyChen reacted to DragoslavP in ⛹️​Stake Matchday Madness​ Week 41⛹️   
    .sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f5f7fb; background: radial-gradient(circle at 20% 10%, rgba(120,200,255,0.10), transparent 40%), radial-gradient(circle at 80% 20%, rgba(255,220,120,0.08), transparent 45%), radial-gradient(circle at 50% 100%, rgba(180,140,255,0.08), transparent 55%), linear-gradient(145deg, #0f1722 0%, #121c2a 45%, #0e1520 100%); border:1px solid rgba(255,255,255,0.14); border-radius:26px; overflow:hidden; box-shadow:0 22px 60px rgba(0,0,0,0.35); position:relative; backdrop-filter: blur(10px); } .sf-wrap::before{ content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 85% 15%, rgba(120,180,255,0.10), transparent 45%), radial-gradient(circle at 20% 80%, rgba(255,210,120,0.07), transparent 50%), radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04), transparent 60%); } .sf-wrap::after{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at center, transparent 55%, rgba(0,0,0,0.25) 100%); } .sf-hero{ position:relative; padding:34px 28px 28px; background: transparent; } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-title{ font-size:40px; line-height:1.08; font-weight:900; color:#ffffff; margin:0 0 10px; text-shadow:0 4px 18px rgba(0,0,0,0.25); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-grid-top{ display:flex; flex-wrap:wrap; gap:12px; } .sf-chip{ flex:1 1 180px; min-width:180px; padding:15px 16px; border-radius:18px; background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.10); box-shadow:0 6px 16px rgba(0,0,0,0.14); transition:all 0.25s ease; } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-chip-value{ font-size:19px; font-weight:800; color:#ffffff; } .sf-btns{ margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; justify-content:center; position:relative; padding-bottom:14px; } .sf-btns::after{ content:""; position:absolute; left:20%; right:20%; bottom:-10px; height:2px; background:linear-gradient(90deg,transparent,#f7c948,transparent); opacity:0.55; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; text-decoration:none !important; } .sf-btn-primary{ color:#1a1a1a !important; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); border:1px solid rgba(255,215,0,0.75); box-shadow:0 14px 28px rgba(212,175,55,0.35), inset 0 1px 0 rgba(255,255,255,0.25); text-shadow:0 1px 0 rgba(255,255,255,0.35); position:relative; overflow:hidden; } .sf-btn-primary:hover{ transform:translateY(-3px) scale(1.08); box-shadow:0 18px 36px rgba(212,175,55,0.45); } .sf-btn-primary::after{ content:""; position:absolute; top:-60%; left:-70%; width:60%; height:200%; background:linear-gradient(120deg,transparent,rgba(255,255,255,0.35),transparent); transform:rotate(25deg); transition:all 0.6s ease; } .sf-btn-primary:hover::after{ left:120%; } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:stretch; } .sf-left, .sf-right{ flex:1 1 48%; min-width:320px; display:flex; flex-direction:column; } .sf-card{ background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.10); border-radius:22px; padding:22px; box-shadow:0 10px 24px rgba(0,0,0,0.18); margin-bottom:20px; backdrop-filter: blur(12px); position:relative; transition:all 0.25s ease; } .sf-left .sf-card:last-child, .sf-right .sf-card:last-child{ margin-bottom:0; margin-top:auto; } .sf-card::before{ content:""; position:absolute; inset:0; border-radius:22px; pointer-events:none; background:linear-gradient(135deg, rgba(247,201,72,0.04), transparent 45%, rgba(120,160,255,0.03)); } .sf-card h3{ margin:0 0 14px; font-size:24px; color:#ffffff; } .dropdown-card{ margin-top:20px; } .sf-main > .sf-card:last-child{ margin-top:28px; } .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); } .sf-card:hover{ transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.35); border: 1px solid rgba(247,201,72,0.45); } .rules-list li:hover{ transform: translateX(6px); background: rgba(247,201,72,0.06); border: 1px solid rgba(247,201,72,0.35); color: #ffffff; box-shadow: 0 10px 24px rgba(0,0,0,0.25); }    
    ⛹️Stake Matchday Madness⛹️ Round 41 | New York Knicks - San Antonio Spurs
     
    (USA, NBA. The match is scheduled for 06.06.2026.)
     
     

    Ends: 06/06/26 (00:30 am) GMT
    Requirements
    Guess correctly 7 questions that are posted on the poll below.
    Each category will be scored individually, and the total score will be calculated by adding them all together.
     
    To have a valid entry, fill out the form below.
     
    HERE
    Prize Pool
     
    1st place$150
    2nd place$100
    3rd place$50
    4th place$50
    5th place$50   In case of a tie, the user who submitted their form first will have an advantage. Additional Information
    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. 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. A Pastebin leaderboard will be featured as part of the promotion. 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.  
     
  3. Pepe - Sad
    RobbyChen reacted to BratislavK in 🏆 $400 Endgame Quiz 🧠   
    🎉 Congratulations 🎉
    You can claim prizes on the link below until the 21st of June!
    Username Prize buni $100.00 Astar19 $50.00 Gzone83 $50.00 hientn6868 $50.00 Oleg2771550 $50.00 michamnk $50.00 scooper999 $50.00 CLAIM HERE
  4. Fire
    RobbyChen 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!
  5. Pepe - Pray
    RobbyChen reacted to SanjaT in The Friendliest Chatters of the Month 🗣   
    The Friendliest Chatters of the Month🗣
    We’ve got a fun surprise for all the chat enthusiasts out there!
    Stake is honoring the friendliest participants in the chat each month with some awesome rewards!
    Here’s how it works:
    ⭐Every month, our Moderators and Community Managers will come together to select two of the friendliest and most entertaining chatters to reward. But for the English chat room, we have something extra special – there will be four winners each month!
    ⭐Being the friendliest chatter is all about being actively engaged in the conversations, creating a positive atmosphere, and making the chat a fun and welcoming place for everyone. The friendliest chatters are those who are helpful, kind, and supportive of others in the community. You should be someone the community loves to interact with!
    However, please remember: we’re looking for positivity, so no rule breaking, no toxic behavior, and certainly no being muted during the month.
    ⭐Moderators and Community Managers will evaluate users based on their chat activity. Gambling activity will not be taken into account for this giveaway - only your positive, helpful, and entertaining interactions in chat will matter!
    ⭐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 one of the friendliest chatters, you will receive a reward of $50! 💰
    ⭐The list of the friendliest chatters for each chat room will be shared in this thread every month. 
    Good luck, and we can’t wait to see you in the chat!
  6. Claps
    RobbyChen reacted to DragoslavP in ⚽​Stake Matchday Madness​ Week 40⚽   
    .sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f5f7fb; background: radial-gradient(circle at 20% 10%, rgba(120,200,255,0.10), transparent 40%), radial-gradient(circle at 80% 20%, rgba(255,220,120,0.08), transparent 45%), radial-gradient(circle at 50% 100%, rgba(180,140,255,0.08), transparent 55%), linear-gradient(145deg, #0f1722 0%, #121c2a 45%, #0e1520 100%); border:1px solid rgba(255,255,255,0.14); border-radius:26px; overflow:hidden; box-shadow:0 22px 60px rgba(0,0,0,0.35); position:relative; backdrop-filter: blur(10px); } .sf-wrap::before{ content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 85% 15%, rgba(120,180,255,0.10), transparent 45%), radial-gradient(circle at 20% 80%, rgba(255,210,120,0.07), transparent 50%), radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04), transparent 60%); } .sf-wrap::after{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at center, transparent 55%, rgba(0,0,0,0.25) 100%); } .sf-hero{ position:relative; padding:34px 28px 28px; background: transparent; } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-title{ font-size:40px; line-height:1.08; font-weight:900; color:#ffffff; margin:0 0 10px; text-shadow:0 4px 18px rgba(0,0,0,0.25); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-grid-top{ display:flex; flex-wrap:wrap; gap:12px; } .sf-chip{ flex:1 1 180px; min-width:180px; padding:15px 16px; border-radius:18px; background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.10); box-shadow:0 6px 16px rgba(0,0,0,0.14); transition:all 0.25s ease; } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-chip-value{ font-size:19px; font-weight:800; color:#ffffff; } .sf-btns{ margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; justify-content:center; position:relative; padding-bottom:14px; } .sf-btns::after{ content:""; position:absolute; left:20%; right:20%; bottom:-10px; height:2px; background:linear-gradient(90deg,transparent,#f7c948,transparent); opacity:0.55; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; text-decoration:none !important; } .sf-btn-primary{ color:#1a1a1a !important; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); border:1px solid rgba(255,215,0,0.75); box-shadow:0 14px 28px rgba(212,175,55,0.35), inset 0 1px 0 rgba(255,255,255,0.25); text-shadow:0 1px 0 rgba(255,255,255,0.35); position:relative; overflow:hidden; } .sf-btn-primary:hover{ transform:translateY(-3px) scale(1.08); box-shadow:0 18px 36px rgba(212,175,55,0.45); } .sf-btn-primary::after{ content:""; position:absolute; top:-60%; left:-70%; width:60%; height:200%; background:linear-gradient(120deg,transparent,rgba(255,255,255,0.35),transparent); transform:rotate(25deg); transition:all 0.6s ease; } .sf-btn-primary:hover::after{ left:120%; } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:stretch; } .sf-left, .sf-right{ flex:1 1 48%; min-width:320px; display:flex; flex-direction:column; } .sf-card{ background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.10); border-radius:22px; padding:22px; box-shadow:0 10px 24px rgba(0,0,0,0.18); margin-bottom:20px; backdrop-filter: blur(12px); position:relative; transition:all 0.25s ease; } .sf-left .sf-card:last-child, .sf-right .sf-card:last-child{ margin-bottom:0; margin-top:auto; } .sf-card::before{ content:""; position:absolute; inset:0; border-radius:22px; pointer-events:none; background:linear-gradient(135deg, rgba(247,201,72,0.04), transparent 45%, rgba(120,160,255,0.03)); } .sf-card h3{ margin:0 0 14px; font-size:24px; color:#ffffff; } .dropdown-card{ margin-top:20px; } .sf-main > .sf-card:last-child{ margin-top:28px; } .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); } .sf-card:hover{ transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.35); border: 1px solid rgba(247,201,72,0.45); } .rules-list li:hover{ transform: translateX(6px); background: rgba(247,201,72,0.06); border: 1px solid rgba(247,201,72,0.35); color: #ffffff; box-shadow: 0 10px 24px rgba(0,0,0,0.25); }    
    ⚽Stake Matchday Madness⚽ Round 40 | PSG - Arsenal
     
    (Europe, Champions League. The match is scheduled for 30.05.2026.)
     
     

    Ends: 30/05/26 (16:00 pm) GMT
    Requirements
    Guess correctly 7 questions that are posted on the poll below.
    Each category will be scored individually, and the total score will be calculated by adding them all together.
     
    To have a valid entry, fill out the form below.
     
    HERE
    Prize Pool
     
    1st place$150
    2nd place$100
    3rd place$50
    4th place$50
    5th place$50   In case of a tie, the user who submitted their form first will have an advantage. Additional Information
    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. 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. A Pastebin leaderboard will be featured as part of the promotion. 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.  
     
  7. Claps
    RobbyChen reacted to BratislavK in 🏆 $400 Endgame Quiz 🧠   
    ( May 22nd - May 24th )
    🏆 $400 Endgame Quiz 🧠
    Another month comes to an end… and this is the Endgame.
    Only those who stayed sharp throughout will make it to the finish. Think you’ve been paying attention?
    We’ve prepared a short quiz based on this month’s promotions and events.
    Answer all questions correctly and include your Stake username to qualify.
    # Question 1 What slot is featured in this week's $3,000 Slots Forum Challenge? 2 In which Stake Original game do you need to cross the road and avoid traffic? 3 What is the name of the Sports promotion where you need to win a bet with at least 10x odds by betting on at least 10 matches/selections? 🥇 First correct answer: $100
    🎁 Other winners: All remaining correct entries enter a random draw, where 6 winners will receive $50 each
    .qtext { transition: all 0.25s ease; } .qtext:hover { color: #fbbf24; text-shadow: 0 0 8px rgba(251,191,36,0.6); } Only one entry per user is allowed.

    Good luck!🍀
     
  8. Pepe - Thinking
    RobbyChen reacted to DragoslavP in 🏀[EuroLeague] Points Battle | Semi Finals | 🏀   
    🏀POINTS BATTLE🏀


    🏆 ROUND 38🏆
    Ends: 22/04/25 @ (15 pm) GMT
     
    Requirements:
    Guess the total number of points for each of the 7 selected players. This refers to the Semi-Final matches of the Turkish Airlines Euroleague Final Four. The matches are scheduled for May 22nd To have a valid entry, fill out the form below. HERE
     
    Tips & Terms & Conditions:
    Points are awarded based on how close your predictions are to the actual points for each player.
    Exact match: 150 points
    Within 1 point: 100 points 
    Within 2 points: 75 points
    Within 3 points: 50 points
    Within 4 points: 30 points
    From 5 to 10 points: 15 points
    From 11 to 20 points: 10 points
    From 21 to 30 points: 5 points Total Score: Your total score will be the sum of points from all 7 players. 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 entry first will have the 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 Round 38 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. 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 - $300 2nd place - $200 3rd place - $100 4th place - $100 5th place - $100  
    How to Enter
    Click on the "HERE" button. Fill out the form and good luck!
  9. slot
    RobbyChen reacted to DragoslavP in ⛹️​Stake Matchday Madness​ Week 39⛹️   
    .sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f5f7fb; background: radial-gradient(circle at 20% 10%, rgba(120,200,255,0.10), transparent 40%), radial-gradient(circle at 80% 20%, rgba(255,220,120,0.08), transparent 45%), radial-gradient(circle at 50% 100%, rgba(180,140,255,0.08), transparent 55%), linear-gradient(145deg, #0f1722 0%, #121c2a 45%, #0e1520 100%); border:1px solid rgba(255,255,255,0.14); border-radius:26px; overflow:hidden; box-shadow:0 22px 60px rgba(0,0,0,0.35); position:relative; backdrop-filter: blur(10px); } .sf-wrap::before{ content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 85% 15%, rgba(120,180,255,0.10), transparent 45%), radial-gradient(circle at 20% 80%, rgba(255,210,120,0.07), transparent 50%), radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04), transparent 60%); } .sf-wrap::after{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at center, transparent 55%, rgba(0,0,0,0.25) 100%); } .sf-hero{ position:relative; padding:34px 28px 28px; background: transparent; } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-title{ font-size:40px; line-height:1.08; font-weight:900; color:#ffffff; margin:0 0 10px; text-shadow:0 4px 18px rgba(0,0,0,0.25); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-grid-top{ display:flex; flex-wrap:wrap; gap:12px; } .sf-chip{ flex:1 1 180px; min-width:180px; padding:15px 16px; border-radius:18px; background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.10); box-shadow:0 6px 16px rgba(0,0,0,0.14); transition:all 0.25s ease; } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-chip-value{ font-size:19px; font-weight:800; color:#ffffff; } .sf-btns{ margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; justify-content:center; position:relative; padding-bottom:14px; } .sf-btns::after{ content:""; position:absolute; left:20%; right:20%; bottom:-10px; height:2px; background:linear-gradient(90deg,transparent,#f7c948,transparent); opacity:0.55; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; text-decoration:none !important; } .sf-btn-primary{ color:#1a1a1a !important; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); border:1px solid rgba(255,215,0,0.75); box-shadow:0 14px 28px rgba(212,175,55,0.35), inset 0 1px 0 rgba(255,255,255,0.25); text-shadow:0 1px 0 rgba(255,255,255,0.35); position:relative; overflow:hidden; } .sf-btn-primary:hover{ transform:translateY(-3px) scale(1.08); box-shadow:0 18px 36px rgba(212,175,55,0.45); } .sf-btn-primary::after{ content:""; position:absolute; top:-60%; left:-70%; width:60%; height:200%; background:linear-gradient(120deg,transparent,rgba(255,255,255,0.35),transparent); transform:rotate(25deg); transition:all 0.6s ease; } .sf-btn-primary:hover::after{ left:120%; } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:stretch; } .sf-left, .sf-right{ flex:1 1 48%; min-width:320px; display:flex; flex-direction:column; } .sf-card{ background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.10); border-radius:22px; padding:22px; box-shadow:0 10px 24px rgba(0,0,0,0.18); margin-bottom:20px; backdrop-filter: blur(12px); position:relative; transition:all 0.25s ease; } .sf-left .sf-card:last-child, .sf-right .sf-card:last-child{ margin-bottom:0; margin-top:auto; } .sf-card::before{ content:""; position:absolute; inset:0; border-radius:22px; pointer-events:none; background:linear-gradient(135deg, rgba(247,201,72,0.04), transparent 45%, rgba(120,160,255,0.03)); } .sf-card h3{ margin:0 0 14px; font-size:24px; color:#ffffff; } .dropdown-card{ margin-top:20px; } .sf-main > .sf-card:last-child{ margin-top:28px; } .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); } .sf-card:hover{ transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.35); border: 1px solid rgba(247,201,72,0.45); } .rules-list li:hover{ transform: translateX(6px); background: rgba(247,201,72,0.06); border: 1px solid rgba(247,201,72,0.35); color: #ffffff; box-shadow: 0 10px 24px rgba(0,0,0,0.25); }    
    ⛹️Stake Matchday Madness⛹️ Round 39 | Valencia - Real Madrid
     
    (Europe, Euroleague. The match is scheduled for 22.05.2026.)
     
     

    Ends: 22/05/26 (18:00 pm) GMT
    Requirements
    Guess correctly 7 questions that are posted on the poll below.
    Each category will be scored individually, and the total score will be calculated by adding them all together.
     
    To have a valid entry, fill out the form below.
     
    HERE
    Prize Pool
     
    1st place$150
    2nd place$100
    3rd place$50
    4th place$50
    5th place$50   In case of a tie, the user who submitted their form first will have an advantage. Additional Information
    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. 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. A Pastebin leaderboard will be featured as part of the promotion. 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.  
     
  10. Pepe - Excited
    RobbyChen reacted to Jake7589 in 💰[$2,000 USD] StakeMas Never Ends 🎅🏼   
    Congrulations to @Tarlochan Singh for being the final winner 🏆, your prize has been sent to your vault.
    Thank you, everyone, for leaving your usernames. See you next year 👀
     
  11. Fire
    RobbyChen got a reaction from dawn 76 in 💰[$2,000 USD] StakeMas Never Ends 🎅🏼   
    Stake ID:RobbyChen
  12. Stonks
    RobbyChen reacted to Jake7589 in 💰[$2,000 USD] Christmas Story-time 📖   
    🎄 Christmas Story-time 📖
    Ends: 20/12/2025 @  1.00 AM GMT

    Picture this, your snuggle in-front of a cozy fireplace, ready to hear a chirstmas tale, “Tis the night before Christmas ___” 🎄
    It's your job to finish the story in the replies 👇
    Reply in the comments with your Christmas stories, and we’ll select 10 random answers to win a share of $2,000! 💰
    Drop your stories below! 👇
    Requirements: 
    Reply to this thread with your Christmas stories Include your Stake ID. To have a valid entry, fill out the form below, providing your details  HERE
    Prize Pool: $2,000
    Distributed to 10 randomly selected winners who meet the above conditions. How to Enter:
    Reply to this thread with your Christmas stories 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 10. 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
  13. Pepe - Thinking
    RobbyChen 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
  14. Pepe - Excited
    RobbyChen reacted to Jake7589 in 💰[$2,000 USD] 'Tis the Season for Reflection 🤔   
    🎄 'Tis the Season for Reflection 🤔
    Ends: 13/12/2025 @  1.00 AM GMT

    2025 has brought more community members, events, and discussions than ever before since Stake first launched, and now it’s time to look back at the moments that made this year special for you! ✨
    Reply in the comments with your favourite giveaway or competition of the year, and we’ll select 10 random answers to win a share of $2,000! 💰
    Drop your answers below! 👇
    Requirements: 
    Reply to this thread with your favourite giveaway or competition from 2025 Include your Stake ID. To have a valid entry, fill out the form below, providing your details  HERE
    Prize Pool: $2,000
    Distributed to 10 randomly selected winners who meet the above conditions. How to Enter:
    Reply to this thread with your favourite giveaway or competition from 2025 Include your Stake ID Prize pool distribution:
    Complete the challenge within the next 4 days for a shot at the prize pool. Winners are limited to 10. 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
  15. Pepe - Pain
    RobbyChen reacted to Edward in $75,000 giveaway winners #237   
    Winners claim $5,000 here!

    https://playstake.club/bonus?code=rafflewinners7december2139213mdg

    $5,000 winners

    1. aras9595 #4180909
    2. jorik21091983 #1551469
    3. stakesuper #4940309
    4. aktasbaris #4855479
    5. Lior1209 #556896
    6. Starved #3631615
    7. StrangeQuark #5212831
    8. Jusnshark #5117886
    9. sky0923 #62099
    10. Cheerios8 #1297525
    11. 777Aldo #4748752
    12. Starved #3457004
    13. Chenjiayi #2186230
    14. sky0923 #863694
    15. Sapin1678 #72539
  16. Pepe - Excited
    RobbyChen reacted to Steve in $75,000 giveaway winners #236   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek236


    $5000 winners

    3759526 - Ms112211
    3295770 - kost94600
    2961566 - MaoMao5009
    5021033 - Constan88
    4082859 - thebcoming
    2411632 - culun
    426307 - baihongjun771
    3796464 - Clinton3x33
    3910277 - Macy67
    279445 - Jfugly
    2458881 - LukeAD
    403164 - Guardiola123
    235449 - Grandpa7
    4054234 - Tekosto
    440174 - Dsquaredstake
  17. Pepe - Pray
    RobbyChen reacted to Jake7589 in 💰[$2,000 USD] Share the Christmas Spirit 🎄   
    🎄 Share the Christmas Spirit 🤝
    Ends: 9/12/2025 @  1.00 AM GMT

    Christmas is a time to celebrate the connections we’ve made throughout the year, and it’s time to appreciate those special people 🤝
    Tag a forum member you’ve become friends with, or even a random user, and we’ll choose 10 random replies to win a share of $2,000!
    Drop your shout-outs below! 🎄✨
    Requirements: 
    Reply to this thread with your shout-outs (Make sure to tag the user! You cannot tag yourself). Include your Stake ID. To have a valid entry, fill out the form below, providing your details  HERE
    Prize Pool: $2,000
    Distributed to 10 randomly selected winners who meet the above conditions. How to Enter:
    Reply with your shout-outs (Make sure to tag the user! You cannot tag yourself) Include your Stake ID Prize pool distribution:
    Complete the challenge within the next 4 days for a shot at the prize pool. Winners are limited to 10. 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
  18. Pepe - Crying
    RobbyChen reacted to JessD26 in 💰[$1,000] Tell us your spooky story 📚   
    Okay... I'm not scared at all 🥲

    Congratulations to the following 20 spooky storytellers! 👻



    You can claim your prize here:
    CLAIM HERE
  19. Doge - Cool
    RobbyChen reacted to Jake7589 in 💰[$1,000] Guess the Drop - October   
    🔍 Guess the Drop 🤔
    Ends: 15/10/2025 @  1.00 AM GMT

    Plinko is all about the thrill of the drop, but can you predict where the ball will land? 🔮
    We've dropped a ball on the iconic Plinko board. Can you guess which multiplier it will land on? 🤔
    Drop your guess below 💬
    Requirements: 
    Reply to this thread with your guess. Include your Stake ID. To have a valid entry, fill out the below form, providing your details  HERE
    Prize Pool: $1,000
    Distributed to 20 randomly selected winners who meet the above conditions. How to Enter:
    Reply with your Guess Include your Stake ID Prize pool distribution:
    Complete the challenge within the next 5 days for a shot at the prize pool. Winners are limited to 20. 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
  20. Stonks
    RobbyChen reacted to Jake7589 in 💰[$1,000] Guess the Background - October   
    🔍 Guess the Background 🖼️
    Ends: 07/10/2025 @  1.00 AM GMT

    How closely do you look at the backgrounds of your favourite slot games? 🖼️
    Based on the background above, can you guess which slot this is from? 🤔
    Drop your guess below and flex your slot knowledge! 💬🎰
    Drop your guess below 💬
     
    Requirements: 
    Reply to this thread with your guess. Include your Stake ID. To have a valid entry, fill out the form below, providing your details  HERE
    Prize Pool: $1,000
    Distributed to 20 randomly selected winners who meet the above conditions. How to Enter:
    Reply with your Guess Include your Stake ID Prize pool distribution:
    Complete the challenge within the next 5 days for a shot at the prize pool. Winners are limited to 20. 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
  21. Pepe - Excited
    RobbyChen reacted to Jake7589 in 💰 [$1,000] Guess the Game - September   
    🔍 Guess the Game 🤔
    Ends: 01/10/2025 @  1.00 AM GMT

    How well do you know Stake? 📚
    By looking at the image above, can you guess which slot this is from? 🤔
    Drop your guess below and flex your slot knowledge! 💬🎰
    Requirements: 
    Reply to this thread with your guess. Include your Stake ID. Submit your guess here - HERE (A Google account is required to participate in this competition) Prize Pool: $1,000
    Distributed to 20 randomly selected winners who meet the above conditions. How to Enter:
    Reply with your Guess Include your Stake ID Prize pool distribution:
    Complete the challenge within the next 5 days for a shot at the prize pool. Winners are limited to 20. 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
  22. Fire
    RobbyChen got a reaction from ruthlessunruly in Bet ID Prediction: August❓   
    BET ID: 397,539,311,977
    Username:RobbyChen
    STAKE ID:RobbyChen
  23. Eddie
    RobbyChen reacted to Jake7589 in 💰 [$1,000] Guess the Background - September   
    🔍 Guess the Background 🖼️
    Ends: 09/09/2025 @  1.00 AM GMT

    How closely do you look at the backgrounds of your favourite slot games? 🖼️
    Based on the background above, can you guess which slot this is from? 🤔
    Drop your guess below and flex your slot knowledge! 💬🎰
    Drop your guess below 💬
     
    Requirements: 
    Reply to this thread with your guess. 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: $1,000
    Distributed to 20 randomly selected winners who meet the above conditions. How to Enter:
    Reply with your Guess Include your Stake ID Prize pool distribution:
    Complete the challenge within the next 5 days for a shot at the prize pool. Winners are limited to 20. 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
  24. Pepe - Thinking
    RobbyChen reacted to Jake7589 in 💰 [$2,000] Guess the Hits - August   
    🔍 Guess the Hits 💎
    Ends: 01/09/2025 @  1.00 AM GMT

    Keno has always been a fan favourite on Stake, but how will your skills stack up against the rest of the community? 💎
    We’ve selected ten numbers on the classic Keno board. Your challenge? Guess how many will hit! 🤔
    Drop your guess below 💬
    Requirements: 
    Reply to this thread with your guess. 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: $2,000
    Distributed to 20 randomly selected winners who meet the above conditions. How to Enter:
    Reply with your Guess
    Include your Stake ID
    Prize pool distribution:
    Complete the challenge within the next 5 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
  25. Fire
    RobbyChen reacted to MrBearcocktail in 🥇 $9,000 Quest for Glory! | VIP Originals🔥   
    x9 casino:395763458040
    x13 house:395766921421
    x17 casino:395761409172
    x26 casino:395763651701
    x50 casino:395762430930
    x90 casino:395766320280
    x100 casino:395764816052
    x270casino:396599959872
    x450 casino:395767599508
    x500 casino:395771899671
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use