Jump to content

wer

Noob
  • Posts

    26
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    wer got a reaction from benayache in 💰[$3,000 USD] Crystal Cricket Ball 🔮   
  2. Fire
    wer reacted to W1nnz in 🥇$9,000 Quest for Glory! | VIP Originals🔥   
    casino:475767783852
  3. Fire
  4. Fire
    wer reacted to NatasaC in Applications for a new Indian-speaking chat moderator!   
    Hey, Stakers
    We are looking for a few Indian-speaking moderators, so if you are fluent in all dialects of this language and you are interested in this position, please answer the questions below:
    What is your Stake username? How much time on average do you spend on chat every day? Can you briefly explain what the job of a moderator is? Why do you want to become a moderator on this chat? Have you ever been warned, muted, or banned?  Have you ever been a moderator on any other platform? Are you prepared to work at nighttime? You will be contacted through the Live Support chat if we choose you for this position
  5. Fire
    wer reacted to Inderbadrukhan in Applications for a new Indian-speaking chat moderator!   
    1. Stake Username - Inderbadrukhan
    2. I live and breathe this community, spending 12-13 hours a day making the chat an exciting, welcoming, and dynamic space.
    3. Here are some points highlighting the role of a moderator:
    ✨ Community Guardian – Ensures a safe and respectful space for meaningful interactions.
    🛡 Rule Enforcer – Prevents spam, enforces guidelines, and keeps the chat organized.
    🤝 Conflict Resolver – Handles disputes calmly and maintains harmony within the community.
    💡 User Support – Assists members with queries and provides guidance when needed.
    🎯 Engagement Booster – Encourages healthy discussions and keeps the chat lively.
    🚀 Positive Vibes Creator – Fosters a friendly atmosphere where everyone feels welcome.
    4. Since I spend most of my time in the Indian chat room, I am deeply connected to the community. I actively report rule-breakers to moderators daily, ensuring a safe, respectful, and engaging chat environment. Being an active Sports and Casino player, I also guide and assist fellow players, helping them navigate the platform better. With my dedication, I am fully capable of maintaining a positive and rule-abiding space 24/7. I strictly uphold all chat guidelines and will always give my best to create a thriving, friendly, and well-moderated chatroom where everyone feelswelcome! 
    5. I have extensive experience managing online communities and forums, ensuring a safe, engaging, and well-moderated space for users. Additionally, I am an admin of the Telegram Channel, where I assist members, provide updates, and ensure smooth interactions. With my extensive background in community management and moderation, I am fully prepared to take on this role effectively and contribute to a well-regulated, engaging, and thriving chat experience!
    6. No, I have never been muted or banned on chat.
    7. Absolutely! I am fully prepared to work at nighttime and can easily adjust my schedule as needed.
    Thank you for this amazing opportunity! I can’t wait to become a moderator for the Indian Community Chat Room and contribute to making it even better. Stake has been a huge part of my life, and I truly love this platform. All I ask for is one chance to prove myself.
    Much love to Stake! 
  6. Stonks
    wer reacted to Jake7589 in 💰[$2,500] ​Challenge Chase May - Week 3 🎰   
    @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:0 0 36px; background: linear-gradient(160deg, #0d2a40 0%, #071824 100%); border-radius:20px; border:1px solid #ffffff12; margin-bottom:20px; position:relative; overflow:hidden; } .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); } } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:1px solid #ffffff12; } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:28px 28px 0; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(255,184,0,.22); background:rgba(255,184,0,.08); color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .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; } /* ── CTA BUTTONS ── */ .cta-section { margin-top:8px; } .cta-label { font-size:11px; font-weight:800; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:12px; } .cta-row { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; } .cta-btn { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding:14px 10px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 16px #FFB80033; } .cta-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; } .cta-btn:hover { transform:translateY(-3px); box-shadow:0 8px 28px #FFB80055; text-decoration:none !important; } .cta-btn:hover::after { transform:translateX(100%); } .cta-btn:active { transform:scale(.97); } .cta-btn-icon { font-size:22px; line-height:1; } .cta-btn-title { font-size:13px; font-weight:900; line-height:1.2; } .cta-btn-sub { font-size:10px; font-weight:600; opacity:.75; } /* ── PRIZE CARDS ── */ .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .prize-card { background: var(--surface); border-radius:16px; padding:28px 18px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:#FFB80044; --glow:#FFB80018; } .prize-card.gold:hover { border-color:#FFB800aa; box-shadow:0 12px 40px #FFB80030; } .prize-card.silver { border-color:#0079ff33; --glow:#0079ff14; } .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:hover::before { opacity:1; } .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .prize-amount { font-size:42px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:#FFB800; } .prize-card.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; } .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; } .cta-row { grid-template-columns:1fr; } .header h1 { font-size:26px; } .pool-total .amount { font-size:38px; } } Community Competition Challenge Chase
    Competition ends: 23/5/2026 @ 1:00 AM GMT
    Chase through the three target multipliers for a chance to win a share of $2,500!
    Target: 35x or above on each slot.
    Play all three games to enter
    ♟️ Check Mate Play Now 🏛️ Tome of Hades Play Now 🌪️ Wild Storm Play Now 🏆 $2,500 Prize Pool 🥈 $250 × 10 Winners 💡 You must hit the target multiplier on each of the three games 📋 How To Enter 1 Play Check Mate, Tome of Hades and Wild Storm on Stake.com 2 Hit 35x or above with a $0.20 USD bet on each game 3 Copy your Bet IDs after winning your bets 4 Reply to this thread with your Bet IDs to enter ✅ Requirements 🎮 Bets must be from Check Mate, Tome of Hades and Wild Storm 💵 Minimum bet amount: $0.20 USD 📈 Minimum multiplier: 35x or above 💬 Reply to this thread with your Bet IDs 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $2,500 Total Prize Pool 🥈 10 × Winners$250 each 👥 Total Winners10 People 📅 Duration7 Days ⚠️ Don't miss out! Stay tuned for winner announcements. You must claim your prize within 3 months — users will not be credited after this period expires. ‼️ Stake.com users only ‼️ 📄 Full Terms & Conditions — click to expand This competition is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and Community Terms of Use.
    In the event of conflict, the following order of precedence applies:
    Terms and Conditions These Rules Stake Community Terms of Use Prizes & Delivery
    Winners will have their username displayed on the thread with a prize claim link. Prizes delivered within 14 days of competition ending. Winners selected at random from all eligible entries. One entry per user — multiple entries result in only the first being valid. Eligibility
    Bronze VIP account or above on Stake KYC Level 2 verification required Account must have no restrictions or exclusions Must not be a Stake employee Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Stake's Reserved Rights
    To amend the Rules at any time To cancel the Competition at any time To verify the nominated account for prize delivery
  7. Fire
    wer reacted to maxwynz in Applications for a new Indian-speaking chat moderator!   
    1. my stake usernames is: moh27
    2. i spend around 4-5 hours a day and willing to spend more
    3. A job of a moderator is to keep keep the chat away from all the negativity, people trying to scam,possible scams and other things which should not be done on an open public platform and keep the chat smooth and filled with positivity.
    4. I wanna become a moderator on this chat because stake is my favourite platform and i spend a lot of time on stake and the stake chat so it will be a perfect role for me.
    5. yes i have been muted once because i had gone to the nigerian chat just to talk with people there and share my experience but i didnt know that its not allowed to talk to people of different regions and i have never done that mistake again.
    6. yes i have been a moderator on kick for multiple of streamers.
    7. yes as i spend most of the time of my day in the night and night shift is perfect for an owl like me.
  8. Imposter
    wer reacted to Jaysonborja in $10,000 Highest Odds | May | Sports Challenge   
    sport:584039724
  9. Fire
    wer reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
  10. Ethereum
    wer reacted to MladenS in Applications for a new Turkish-speaking chat moderator!   
    Hello Stakers! 🙂
    We are looking for a few Turkish-speaking moderator, so if you are fluent in all dialects of this language and you are interested in this position, please answer the questions below:
    What is your Stake username?
    How much time on average do you spend on chat every day?
    Can you briefly explain what the job of a moderator is?
    Why do you want to become a moderator on this chat?
    Have you ever been warned, muted, or banned? 
    Have you ever been a moderator on any other platform?
    Are you prepared to work at nighttime?
     
    You will be contacted through the Live Support chat if we choose you for this position.


    Please note that all applicants who are determined not to be native Turkish speakers will be removed from the application process.
  11. Fire
    wer reacted to sadlysnorkel in 💰[$2,500] ​Challenge Chase May - Week 3 🎰   
    casino:476504275460
    casino:476504046157
    casino:476503687224
  12. Bitcoin
    wer reacted to satorogojoume7 in 💰[$3,000 USD] Crashing out 📈   
    casino:476700523758
  13. Eddie
    wer reacted to Stake Staff in Chat Rules   
    Thank you, @neoooo, for the input. Bot was added to the site after the topic was made, so I'll be adding that one. You could have easily been muted if you were repeating the command to the bot a lot, which is considered spam per se
  14. Ethereum
    wer reacted to BratislavK in Mid Week Chase May (13-14) Gates of Athena   
    nDo94 Dontskemthem Annichka Bossboyg Vernisaz Nerooo3 MonTenku Mushatwt Corys9 Tat40hk Edeheleh 12guek FAHRI645 Samsul6 Bosse83 Haftunatehy Mugunth234 Carlobolo Timicute droz Svetlovolosik Joaelv kosmos2 huispaaja ADanielson NackNack7 nisuryan647 Kilikka skozh Draymoment yuzuyu917 Kirara10 SvennieBanaan Musahwtty ZeroArmorTV erensvr7 ZottiderSotti LuckiestMF MehondaL Shlyapinson UBEB654 umutkara86 vlonegoat doertsch21 newuser59 nowloading semiletov77 Arsdie4427ars WannWoWie z1dd Sealedmatt sadlysnorkel GTR7589 amerikqn Polatfuat 1Capitano1 tantan25 BlondeLover quesoking domopk Lucas1A Sirk23 Lenguille organicpunk semrayc paulakseno TeslaStrate poyupuri drovert Tnew Kunto5 Didit717 Olena68S anntun Striker3573 larababic Mines5kk Ameobi kevzzz runtun798 blakjac666 Ishatwht Kartenstapel thenameisme263 NurEinenZehner mamo01LEI Nitish0202 skimzy243 littlematch nkislive BROKENBANDIT Alimhan3399 Mombasa Statti99 wheelyboy321 ricksrx19 MasMuslih jw888888 sizzlinghotx realperen LordLuhut Justin895 edxrest Guventunc yoshiko1121 Malva11 Knucks14 sigurdsun Juuuker Maik2k agyalagyula brsx CookedStake 9108807170 GUILLAUMERS ponpirasan SeeKa irlberries 02MMA pesuka33 WestiisGay markusma Baderboo InfiDaK1ng chicho089 mrbelphy chuachunkang Lewandosiki Tequitos30 topdawgjayz Paoran Mano328 quntti Gotsas fayzd
  15. Bitcoin
    wer reacted to Bottlestake in 💰$3,000 Royal Club of Originals | Limbo 🃏   
    casino:476754120469
  16. Imposter
    wer reacted to Simrat singh in 💰[$3,000 USD] Crashing out 📈   
    Crash
    ID 476567772136
    Crash
    ID 476567541385
  17. Stonks
    wer reacted to Stakewins777 in 🥇$9,000 Quest for Glory! | VIP Originals🔥   
    casino:476057116634 
  18. Fire
    wer reacted to daiyo in 💰[$3,000 USD] Rumble in the Jungle 🦁   
    casino:475569095463
  19. Litecoin
    wer reacted to BratislavK in Account Suspended due to self exclusion   
    Hello @KRAVEN

    Thank you for reaching out.

    Since you have access to your account, please feel free to contact Live Support, and they will assist you further. If you are unable to do so, kindly send an email to [email protected]

    Best regards,
    Bratislav
  20. Fire
    wer reacted to Shanercole in 💰[$1,000] ​Eddie's missing! 😱   
    I wonder where it could be 
  21. Litecoin
    wer reacted to pubgmcentral in Weekend Stream + Giveaway   
    pubgmcentral 
  22. Ethereum
    wer reacted to Bshop9 in My sportsbetting strategy   
    just stick to your guts and that is probably the best way to win 
  23. Bitcoin
    wer reacted to vvicarious in Weekend Stream + Giveaway   
    vvicarious (stake.us)
     
  24. Litecoin
    wer reacted to akumalang in 💰[$3,000 USD] Rumble in the Jungle 🦁   
    casino:476580357929
  25. Doge - Cool
    wer reacted to maxpower18 in Crazy dice run up 67$-$5,593   
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use