Jump to content

pandaboy1989

Member
  • Posts

    228
  • Joined

  • Last visited

Reputation Activity

  1. Ethereum
    pandaboy1989 got a reaction from KaiZidan in Bet ID Prediction: May❓   
    481,927,889,140
    Stake:codedrew2025
  2. Fire
    pandaboy1989 got a reaction from Robbabillion79 in Bet ID Prediction: May❓   
    481,927,889,140
    Stake:codedrew2025
  3. Fire
    pandaboy1989 got a reaction from KaiZidan in My first big win, multiplier: 5148297.00× in Mines 2Х   
    Patience!🫣
    Congratulations❤️
  4. Pepe - Love
    pandaboy1989 reacted to Aerena09 in 🏆 $400 Endgame Quiz 🧠   
    1. 🥇 $7,000 Crown Chase | VIP Originals 👑
    2. 240
    3. 40x
    Stake username: Aerena09 
  5. Doge - Cool
    pandaboy1989 reacted to BratislavK in 🏆 $400 Endgame Quiz 🧠   
    ( April 24th - April 27th )
    🏆 $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 is the name of the newest Exclusive VIP Forum Promotion? 2 What is the maximum number of cards you can collect in Stake Originals - Packs? 3 What is the minimum multiplier required in this week’s $3,000 Slots Forum Challenge? 🥇 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!🍀
     
  6. Fire
    pandaboy1989 got a reaction from KaiZidan in 🏆 $400 Endgame Quiz 🧠   
    1.  $7,000 Crown Chase | VIP Originals 
    2. 240
    3. 40x
    Stake:codedrew2025
  7. Fire
    pandaboy1989 got a reaction from Sams4 in 🏆 $400 Endgame Quiz 🧠   
    1.  $7,000 Crown Chase | VIP Originals 
    2. 240
    3. 40x
    Stake:codedrew2025
  8. Fire
    pandaboy1989 got a reaction from DickFont in 🏆 $400 Endgame Quiz 🧠   
    1.  $7,000 Crown Chase | VIP Originals 
    2. 240
    3. 40x
    Stake:codedrew2025
  9. Pepe - Excited
    pandaboy1989 reacted to DragoslavP in ⚽​Stake Matchday Madness​ Week 33​⚽​   
    ⚽Stake Matchday Madness⚽



    - Round 33 - Man.City - Arsenal
    (England, Premier League. The match is scheduled for 19.04.2026.)
    Ends: 19/04/26 (15:30 pm) 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!
  10. Pepe - Stressed
    pandaboy1989 reacted to Jake7589 in 💰[$2,500] Some-bunny loves you! 💔   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --surface2: #0d2a40; --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; overflow-x: hidden; } .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 { text-align:center; padding:44px 28px 36px; background: linear-gradient(160deg, #0d2a40 0%, #071824 100%); border-radius:20px; border:1px solid #ffffff12; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:340px; height:340px; background: radial-gradient(circle, #FFB80018 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.6; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } @keyframes float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } } .header h1 { font-size:34px; 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: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 24px; line-height:1.7; } .play-btn { display:inline-block; padding:16px 46px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:17px; font-weight:800; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; box-shadow:0 0 0 0 #FFB80055; position:relative; overflow:hidden; } .play-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 ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } .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; } .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-card.silver { border-color:#0079ff33; } .prize-card.silver:hover { border-color:#0079ffaa; box-shadow:0 12px 40px #0079ff25; } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card.gold { --glow:#FFB80018; } .prize-card.silver{ --glow:#0079ff14; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } .prize-amount { font-size:42px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:#FFB800; } .prize-card.silver .prize-amount { color:#0079ff; } .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:#0079ff12; border:1px solid #0079ff33; border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#4da6ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:#0079ff22; border-color:#0079ff66; } .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-title { font-size:12px; font-weight:700; color:var(--gold); text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } .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:#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 #0079ff22; } .step-text { font-size:15px; color:#b0cee4; padding-top:6px; } .step-text strong { color:#fff; } /* ── REPLY BOX ── */ .reply-box { margin-top:20px; padding:18px; border-radius:16px; background:rgba(255,184,0,.07); border:1px solid rgba(255,184,0,.18); text-align:center; } .reply-label { display:block; margin-bottom:10px; color:var(--muted); font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; } .reply-value-row { display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap; } .reply-value { display:inline-block; padding:12px 18px; border-radius:12px; background:rgba(7,24,36,.65); border:1px solid rgba(255,255,255,.08); color:var(--text); font-size:18px; font-weight:900; font-family:monospace; } .reply-value span { color:var(--gold); } .copy-btn { background:transparent; border:1px solid #0079ff44; color:#4da6ff; font-size:13px; font-weight:700; padding:10px 18px; border-radius:10px; cursor:pointer; transition:all .2s; white-space:nowrap; } .copy-btn:hover { background:#0079ff22; border-color:#0079ff88; } .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:#0a2236; border-color:#0079ff44; transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:#FFB800; } .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,#FFB80012,#FFB80005); border:1px solid #FFB80044; border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px #FFB80020; } .pool-total .amount { font-size:52px; font-weight:900; color:#FFB800; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #FFB800; } 50% { text-shadow:0 0 24px #FFB80066; } } .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:#0a2236; border-color:#FFB80033; } .dist-item .who { color:#b0cee4; } .dist-item .val { color:#FFB800; font-weight:700; } .notice { background:#ff6b0010; border:1px solid #ff6b0040; border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:#ff6b0088; } .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 { text-align:center; padding:14px; background:linear-gradient(135deg,#0079ff18,#0079ff08); border:1px solid #0079ff44; border-radius:12px; color:#4da6ff; 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 #0079ff25; } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(0,121,255,.12),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } details { background:var(--primary); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:#0079ff33; } 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:var(--blue); } 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:#FFB800; 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:var(--blue); } .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;} } Some-bunny Loves you!
    Competition ends: 13/4/2026 @ 1:00 AM GMT
    Bunnies and Easter are as iconic as America and oil
    We’re asking you to design a Stake-themed bunny 🐰. Drop your AI slop below and your bunny might be chosen to win a share of $2,500.
    🏆 $2,500 Total Given Away 🥈 $100 Each × 25 Winners 💡 Creativity wins attention. Keep it fun, clear, and on theme. 📋 How To Enter 1 Have a valid Stake Community Account 2 Post your Stake-themed bunny design directly in this thread. 3 Make sure your reply clearly includes your Stake ID so your entry can be verified. ✅ Requirements 🎨 Create a Stake-themed Bunny 💬 Reply to this thread with your Design and Stake ID 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $2,500 Total Prize Pool 🏆 Total Prize Pool$2,500 🥈 25 × Winners$100 each 👥 Total Winners25 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
  11. Imposter
    pandaboy1989 reacted to DragoslavP in 🏀[EuroLeague] Points Battle | Round 38 | 🏀   
    🏀POINTS BATTLE🏀


    🏆 ROUND 38🏆
    Ends: 13/04/25 @ (12 pm) GMT
     
    Requirements:
    Guess the total number of points for each of the 7 selected players. This refers to the Round 38 matches of the Turkish Airlines Euroleague. The matches are scheduled for April 17th and 18th. 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 - $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. Eddie
    pandaboy1989 reacted to DragoslavP in 🏀[EuroLeague] Points Battle | Round 37 | 🏀   
    🏀POINTS BATTLE🏀


    🏆 ROUND 37🏆
    Ends: 06/04/25 @ (12 pm) GMT
     
    Requirements:
    Guess the total number of points for each of the 7 selected players. This refers to the Round 37 matches of the Turkish Airlines Euroleague. The matches are scheduled for April 9th and 10th. 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 37 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 - $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!
  13. Pepe - Love
    pandaboy1989 reacted to DragoslavP in $10,000 LAST LEG LEGENDS! Doubts   
    Hello,

    Thanks for reaching out.

    You can play whatever matches/sports you want as long as you follow the rules, and you need to have at least 6 matches or selections and your last match/selection odds cannot be higher then 5x.

    I've added this rule so we avoid slips that would look like this:
    -1.01x
    -1.01x
    -1.01x
    -1000x (losing match/selection)
    -1.01x
    -1.01x
    Total 1005x 

    You can still bet SGM and normal slips  

    If you have any more questions, please let me know.

    Best regards,
    DragoslavP.
     
  14. Pepe - Love
    pandaboy1989 reacted to DragoslavP in $10,000 LAST LEG LEGENDS! Doubts   
    Hello,

    No, since in SGM, if you bet the highest odds to lose, you will most likely lose more than 1 selection, and if that 1 selection that you lost is higher than 5x, your bet is not eligible.

    Best regards,
    DragoslavP.
  15. Doge
    pandaboy1989 reacted to NemanjaPi in Behind The Bet - Week 2   
    🧠 Behind the Bet 🧩
    ( April 12th )
    This topic unlocks on Sunday at 12 pm UTC. Until then… collect every clue and stay patient.
    The whole Sunday, there will be clues dropped randomly in the Challenges chat. You need one single-digit number/letter for each riddle/clue dropped by our CMs/Mods. The user who posts a 7-letter/number code first will receive a reward!
    Posts that are not final code will be hidden (you cannot post 6-letter/numbers code and just edit when u have the 7th)
    Clues will have a number before them so that you know for what letter/number that clue is (1. - for the first letter/number, 2. - for the second, etc.)
    🥇 First correct answer: $100
    If there is no winner at the end of the week, 1 extra ⛈️ will appear.
    .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!🍀
  16. Pepe - Love
    pandaboy1989 reacted to DragoslavP in 🏀[EuroLeague] Points Battle | Round 35 | 🏀   
    Congratulations!
    You can claim prizes on the link below until the 2nd of May!
    Top 5 winners:



    Results:

    CLAIM HERE
    Make sure you are logged in to the proper account.
    The full list can be seen here: https://pastebin.com/V2T1dStC
  17. Pepe - Thinking
    pandaboy1989 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!
  18. Fire
    pandaboy1989 got a reaction from banoon in Bet ID Prediction: April❓   
    471,898,314,936
    Stake:codedrew2025
  19. Pepe - Happy
    pandaboy1989 reacted to Pleek in Bet ID Prediction: March❓   
    Bet ID: 462,850,684,998
    Username: PLeek
  20. Pepe - Excited
    pandaboy1989 reacted to Slowloveone in Bet ID Prediction: March❓   
    Bet ID: 462,833,186,000
    Username: Slowloveone
  21. Pepe - Excited
    pandaboy1989 reacted to Seedofwork in Bet ID Prediction: March❓   
    Bet ID: 462,894,494,999
    Username: Seedofwork
  22. Pepe - Happy
    pandaboy1989 reacted to Fisherhash in Bet ID Prediction: March❓   
    Bet ID: 462,815,685,333
    Username: Fisherhash
  23. Pepe - Excited
    pandaboy1989 reacted to derincestay in Bet ID Prediction: March❓   
    Bet ID : 462,839,118,435
    Stake ID : derincestay
  24. Pepe - Happy
    pandaboy1989 reacted to Royalnobble in Bet ID Prediction: March❓   
    Bet ID: 462,876,935,570
    Username: Royalnobble
  25. Doge - Cool
    pandaboy1989 reacted to Suvcarblack in Bet ID Prediction: March❓   
    Bet ID: 462,920,686,452
    Username: Suvcarblack
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use