Jump to content

tobiarano11

Noob
  • Posts

    24
  • Joined

  • Last visited

Reputation Activity

  1. Ethereum
    tobiarano11 reacted to Jake7589 in 💰[$10,000+Rain] Stake’s World Chat Tournament 🏟️   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --crash: #E9113C; --crash-dark: #C9000A; --crash-darker: #5D0718; --strike: #FF7B00; --strike-dark: #FF4E00; --strike-darker: #663100; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --dash: #00CA51; --dash-dark: #00AD2A; --dash-darker: #005120; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--white); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } /* ─────── TWEMOJI (cross-platform emoji rendering) ─────── */ img.emoji { height: 1em; width: 1em; margin: 0 .05em 0 .1em; vertical-align: -0.1em; display: inline-block; } .room .flag img.emoji { height: 26px; width: 26px; margin: 0; vertical-align: middle; } .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:48px 28px 40px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:-80px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(20,117,225,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.55; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--bolt); text-transform:uppercase; margin-bottom:14px; } .header h1 { font-family: var(--display); font-size:62px; font-weight:900; text-transform:uppercase; line-height:.92; letter-spacing:.01em; color:var(--white); margin-bottom:4px; } .h1-accent { color:var(--charge); } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.15em; margin:18px 0 10px; } .ends-label strong { color:var(--white); } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:520px; margin:0 auto 14px; line-height:1.7; } .header-desc:last-of-type { margin-bottom:26px; } .header-desc strong { color:var(--white); } .play-btn { display:inline-block; font-family: var(--display); padding:18px 50px; background: linear-gradient(135deg, var(--bolt) 0%, var(--bolt-dark) 100%); color:var(--white); font-size:22px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; 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 10px 36px rgba(20,117,225,0.45); } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } .match-link { color:var(--bolt); text-decoration:none; border-bottom:1px dashed rgba(20,117,225,0.55); padding-bottom:1px; transition:color .2s, border-color .2s, border-style .2s; } .match-link:hover { color:#5fb0ff; border-bottom-color:#5fb0ff; border-bottom-style:solid; } .match-link strong { color:inherit; } .rewards { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .reward-card { border-radius:18px; padding:30px 22px 26px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, box-shadow .3s; } .reward-card:hover { transform:translateY(-6px); } .reward-card.cash { background: linear-gradient(160deg, var(--bolt) 0%, var(--bolt-dark) 60%, var(--bolt-darker) 130%); border-color: var(--bolt); } .reward-card.cash:hover { box-shadow:0 18px 50px rgba(20,117,225,0.4); } .reward-card.rain { background: linear-gradient(160deg, var(--dash) 0%, var(--dash-dark) 60%, var(--dash-darker) 130%); border-color: var(--dash); } .reward-card.rain:hover { box-shadow:0 18px 50px rgba(0,202,81,0.35); } .reward-card .ribbon { font-family:var(--display); font-weight:700; font-size:11px; text-transform:uppercase; letter-spacing:.3em; color:rgba(255,255,255,.85); margin-bottom:10px; } .reward-card .headline { font-family:var(--display); font-weight:900; font-size:54px; line-height:.95; color:var(--white); letter-spacing:.005em; } .reward-card .subline { font-family:var(--display); font-weight:900; font-size:18px; text-transform:uppercase; letter-spacing:.14em; color:var(--white); margin-top:10px; } .reward-card .footnote { font-size:12px; color:rgba(255,255,255,.75); margin-top:12px; letter-spacing:.04em; } .pool-strip { display:flex; justify-content:center; align-items:center; gap:14px; padding:14px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.12), rgba(255,184,0,0.03)); border:1px solid rgba(255,184,0,0.4); border-radius:14px; margin-bottom:16px; font-family:var(--display); text-transform:uppercase; letter-spacing:.18em; font-weight:700; color:var(--muted); font-size:13px; transition:box-shadow .3s; } .pool-strip:hover { box-shadow:0 0 30px rgba(255,184,0,0.18); } .pool-strip strong { color:var(--charge); font-size:22px; letter-spacing:.02em; } .pill { background:rgba(20,117,225,0.10); border:1px solid rgba(20,117,225,0.35); border-radius:40px; padding:12px 22px; text-align:center; font-size:13px; font-weight:600; color:#7fb8ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:rgba(20,117,225,0.18); border-color:rgba(20,117,225,0.6); } .pill strong { color:var(--white); } .section { background: var(--surface); border-radius:16px; padding:26px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); } .section-title { font-family:var(--display); font-size:24px; font-weight:900; color:var(--white); text-transform:uppercase; letter-spacing:.05em; margin-bottom:20px; display:flex; align-items:center; gap:12px; } .section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; } .section-intro { font-size:14px; color:#b0cee4; line-height:1.7; margin-top:-6px; margin-bottom:18px; } .rooms-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:10px; } .room { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:18px 10px; background:var(--navy); border:1px solid #ffffff10; border-radius:12px; transition:transform .25s, border-color .25s, background .25s, box-shadow .25s; text-align:center; text-decoration:none; color:inherit; cursor:pointer; } .room:hover { transform:translateY(-3px); } .room .flag { font-size:26px; line-height:1; } .room .lang { font-family:var(--display); font-weight:900; font-size:15px; text-transform:uppercase; letter-spacing:.06em; color:var(--white); } .room.r-bolt { border-color:rgba(20,117,225,0.4); } .room.r-bolt:hover { background:rgba(20,117,225,0.10); border-color:var(--bolt); } .room.r-crash { border-color:rgba(233,17,60,0.4); } .room.r-crash:hover { background:rgba(233,17,60,0.10); border-color:var(--crash); } .room.r-strike { border-color:rgba(255,123,0,0.4); } .room.r-strike:hover { background:rgba(255,123,0,0.10); border-color:var(--strike); } .room.r-charge { border-color:rgba(255,184,0,0.4); } .room.r-charge:hover { background:rgba(255,184,0,0.10); border-color:var(--charge); } .room.r-dash { border-color:rgba(0,202,81,0.4); } .room.r-dash:hover { background:rgba(0,202,81,0.10); border-color:var(--dash); } .room.r-more { border-style:dashed; border-color:rgba(255,255,255,0.18); color:var(--muted); } .room.r-more .lang { color:var(--muted); font-size:13px; letter-spacing:.18em; } .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { font-family:var(--display); min-width:38px; height:38px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:10px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:19px; color:var(--white); flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.12); box-shadow:0 0 0 6px rgba(20,117,225,0.15); } .step-text { font-size:15px; color:#b0cee4; padding-top:7px; line-height:1.55; } .step-text strong { color:var(--white); } .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--navy); border-radius:12px; padding:14px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; } .req-item:hover { background:#0a2236; border-color:rgba(20,117,225,0.45); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:var(--bolt); } .pool-total { text-align:center; padding:32px 22px; background:linear-gradient(135deg, rgba(20,117,225,0.10), rgba(20,117,225,0.02)); border:1px solid rgba(20,117,225,0.35); border-radius:16px; margin-bottom:20px; transition:box-shadow .3s; position:relative; overflow:hidden; } .pool-total::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 50% 0%, rgba(20,117,225,0.18) 0%, transparent 60%); pointer-events:none; } .pool-total:hover { box-shadow:0 0 40px rgba(20,117,225,0.18); } .pool-total .pool-label { font-family:var(--display); font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:.3em; margin-bottom:10px; position:relative; } .pool-total .pool-amount { font-family:var(--display); font-size:78px; font-weight:900; color:var(--bolt); line-height:1; letter-spacing:.01em; position:relative; animation: count-pulse 3s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { filter:drop-shadow(0 0 0 transparent); } 50% { filter:drop-shadow(0 0 24px rgba(20,117,225,0.5)); } } .pool-total .winners-line { font-family:var(--display); font-size:14px; color:var(--white); text-transform:uppercase; letter-spacing:.22em; margin-top:12px; font-weight:700; position:relative; } .pool-total .winners-line strong { color:var(--charge); } .tier-head { display:grid; grid-template-columns:1.2fr 2fr auto; gap:14px; padding:0 18px 10px; font-family:var(--display); font-size:11px; letter-spacing:.25em; text-transform:uppercase; color:var(--muted); font-weight:700; } .tier-head span:last-child { text-align:right; } .tier-table { display:flex; flex-direction:column; gap:8px; } .tier-row { display:grid; grid-template-columns:1.2fr 2fr auto; gap:14px; align-items:center; padding:16px 18px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; } .tier-row:hover { background:#0a2236; border-color:rgba(20,117,225,0.3); transform:translateX(4px); } .tier-label { font-family:var(--display); font-weight:900; text-transform:uppercase; font-size:16px; color:var(--white); letter-spacing:.06em; } .tier-desc { font-size:13px; color:var(--muted); line-height:1.45; } .tier-value { font-family:var(--display); font-weight:900; font-size:22px; color:var(--bolt); text-align:right; letter-spacing:.01em; white-space:nowrap; } .tier-row.t-bolt { border-color:rgba(20,117,225,0.4); background:linear-gradient(90deg, rgba(20,117,225,0.07), var(--navy) 60%); } .tier-row.t-dash { border-color:rgba(0,202,81,0.4); background:linear-gradient(90deg, rgba(0,202,81,0.07), var(--navy) 60%); } .tier-row.t-bolt .tier-value { color:var(--bolt); } .tier-row.t-dash .tier-value { color:var(--dash); } .notice { background:rgba(255,123,0,0.08); border:1px solid rgba(255,123,0,0.32); border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:rgba(255,123,0,0.6); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:var(--white); } .stake-badge { font-family:var(--display); text-align:center; padding:16px; background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04)); border:1px solid rgba(20,117,225,0.4); border-radius:12px; color:var(--white); font-weight:900; font-size:18px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:16px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } details { background:var(--navy); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(20,117,225,0.3); } summary { padding:18px 20px; cursor:pointer; font-family:var(--display); font-weight:900; font-size:15px; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:var(--white); } summary::after { content:'▼'; font-size:10px; color:var(--bolt); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-family:var(--display); font-size:14px; color:var(--bolt); text-transform:uppercase; letter-spacing:.18em; margin:18px 0 8px; font-weight:900; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--bolt); } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s} .d7{animation-delay:.53s} .d8{animation-delay:.61s} .d9{animation-delay:.69s} @media(max-width:480px){ .header h1 { font-size:44px; } .pool-total .pool-amount { font-size:54px; } .rewards { grid-template-columns:1fr; } .reward-card .headline { font-size:46px; } .rooms-grid { grid-template-columns:repeat(2, 1fr); } .tier-head, .tier-row { grid-template-columns:1fr; gap:6px; padding:14px; } .tier-head span:last-child { text-align:left; } .tier-value { text-align:left; font-size:20px; } .tier-head span:nth-child(2), .tier-head span:nth-child(3) { display:none; } .section { padding:22px 18px; } .pool-strip { flex-direction:column; gap:4px; text-align:center; padding:18px; } } It's All At Stake Stake's
    World Chat
    Tournament
    Competition ends: 14/7/2026
    Every region has its loyalists. Every chat room has its die-hards. This summer, we're putting it all on the line. Which Stake Chat knows their world football best?
    Stack your SGMs. Stack the wins. Drag your chat room to the top.
    It's All At Stake for your region. Bragging rights and three full days of rain pouring down on the winning room.
    Top 20 Users $500 Each · Cash Awarded to the top 20 users in the winning chat room Whole Room 3 Days Extended Rain For every active chatter in the winning room Total Cash Pool $10,000 · 20 Winners 💡 Bets must be Same-Game-Multis (SGMs) on any International Soccer Match [01] Chat Rooms In The Fight Each chat room battles for the crown. Pick yours — every winning SGM stacks for your region.
    🇬🇧English 🇫🇷Français 🇩🇪Deutsch 🇹🇷Türkçe 🇵🇹Português 🇮🇳India 🇵🇭Filipino 🇯🇵日本語 🇵🇱Polski 🇫🇮Suomi 🇳🇬Nigeria 🇷🇺Русский 🇻🇳Tiếng Việt 🇵🇰Pakistan 🇪🇸Español 🇰🇷한국어 🇹🇭ประเทศไทย 🇸🇦ٱلْعَرَبِيَّة 🇮🇩Indonesian 🇳🇴Norway 🇨🇳中文 [02] How To Enter 1 Build a Same-Game-Multi (SGM) with a minimum amount of $5 USD any International Soccer Match this summer 2 Click your chatroom above to join 3 Or find the thread that matches your chat room (English, Hindi, French, Português, etc.) and click in 4 Post your Bet ID as a reply on that thread to lock in your entry for your region 5 Every winning SGM posted in your room's thread stacks against every other chat room sitewide [03] Requirements 🎯 Bets must be Same-Game-Multis (SGMs) only ⚽️ SGMs must be on any International Soccer Match 💬 Post your Bet ID in your region's chat-room thread 🔒 Must be a Stake.com account in good standing [04] Prize Breakdown Total Cash Pool $10,000 20 Winners · Top Room Takes All Prize Recipients Value Cash Prize Top 20 users from the winning chat room $500 each Extended Rain All active chatters of the winning chat room 3 Days ⚠️ Heads up! Only one chat room wins. Make sure your Bet ID is posted in your region's thread — entries in the wrong room won't count toward your team. ‼️ Stake.com Users Only ‼️ 📄 Full Terms & Conditions 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
    The winning chat room is the one with the highest total of winning SGMs posted in its thread by the deadline. Top 20 users from the winning room (by qualifying SGM volume) each receive $500. All active chatters of the winning room receive 3 days of extended rain. Cash prizes delivered within 14 days of competition ending. One entry per Bet ID — duplicate or cross-posted Bet IDs may be disqualified. Eligibility
    Active Stake.com account in good standing KYC Level 2 verification required for cash prize delivery 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
  2. Pepe - Happy
    tobiarano11 reacted to DragoslavP in ⚽​Stake Matchday Madness​ Week 35​⚽​   
    ⚽Stake Matchday Madness⚽



    - Round 35 - Man. United - Liverpool
    (England, Premier League. The match is scheduled for 05.03.2026.)
    Ends: 05/03/26 (14: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!
  3. Ethereum
    tobiarano11 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
  4. Fire
    tobiarano11 reacted to Jake7589 in 💰[$1,000 USD] Guess the Spin - October   
    🔍 Guess the Spin 🎡
    Ends: 22/10/2025 @  1.00 AM GMT

    There’s nothing quite like the suspense of a spinning wheel, but how good are you at calling where it stops? 🎡
    For this week's Stake Community competition, we have given the wheel a big spin. 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 form below, providing your details  HERE
    Prize Pool: $1,000
    Distributed to 20 randomly selected winners who meet the above conditions. 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
  5. Fire
    tobiarano11 reacted to Jake7589 in 💰 [$1,000] Guess the Spin - September   
    🔍 Guess the Spin 🎡
    Ends: 24/09/2025 @  1.00 AM GMT

    There’s nothing quite like the suspense of a spinning wheel, but how good are you at calling where it stops? 🎡
    For this week's Stake Community competition, we have given the wheel a big spin. 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 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. 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
  6. Fire
    tobiarano11 reacted to JessD26 in 💰 [$1,000] Hi or Lo - September   
    And the answer is.... Lower! 🥁



    Did you guess correctly? Congratulations to the following randomly selected users! 🤩



    You can claim your prize here:
    CLAIM HERE
  7. Fire
    tobiarano11 reacted to Jake7589 in 💰 [$2,000] Guess the Drop - August   
    🔍 Guess the Drop 🤔
    Ends: 25/08/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 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
  8. Fire
    tobiarano11 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
  9. Fire
    tobiarano11 reacted to maverick528 in Reglas del chat en español, versión larga   
    1) No espamear. Evitar usar EXCESO DE MAYUSCULAS.
    Espam consiste en mandar mensajes irrelevantes o inapropiados repetitivamente.
    El espam y la charla de baja calidad estan usualmente conectados con el farmeo de lluvias.
    Esto significa que el enviar mensajes sin contexto, solamente para estar activos y recibir lluvias no se permite, se tiene que tener una real conversacion con los otros usuarios.
    LAS MAYUSCULAS LO HACEN PARECER COMO QUE ESTA GRITANDO, llenan el chat innecesariamente y puede ser muteado por ésto.
    También por usar en exceso distintos tipos de fuentes o símbolos puede acarrearle un muteo.
    (como aclaracion, mandar solamente emojis, o caracteres sueltos, o equisde o enete, o asd , etc, se consideran espam)
    2) No acose o sea ofensivo con otros usuarios, o con el personal de Stake.
    Acosar a otros usuarios o hacer cyber-bullying habla mal de quien lo hace, ya sean comentarios racistas, sexistas, chauvinistas o simplemente mal educados. Tratar de reducir las malas palabras al mínimo. Sea amistoso y alegre en el chat de forma que los otros lo quieran ver. Haga amigos, no enemigos.
    A las damas también les gusta jugar aquí, hágalas sentir como reinas y no como objetos.
    3) No comparta información personal (incluyendo redes sociales) suya o de otros jugadores.
    Está prohibido compartir información personal de otros jugadores o de sí mismo. Por favor respete la privacidad suya y la de los demás.
    Será muteado el que postee info personal de otros jugadores o propia, incluyendo el nombre verdadero, dirección de correo electrónico, teléfono, nombre de usuario o enlaces a redes sociales, y cualquier otra información que pueda violar la privacidad de otro jugador o la propia.
    Está prohibido invitar usuarios a tener contactos por mensajería como Telegram, Whatsapp, Discord, etc. así como también a invitarlos a grupos en esas u otras redes sociales. También está prohibido divulgar información personal de jugadores de Stake dentro de esas redes sociales o grupos.
    Tratar de zafar de ésta regla pasando información a través de la semilla cliente también está prohibido.
    4) No pedir propinas, lluvias, préstamos o doblado de monedas.
    Una de las razones más comunes para recibir muteos es el pedir fondos en el chat.
    Haga un depósito, pida una recarga o reciba una propina aleatoria de nuestros administradores, moderadores, community managers o soporte.
    Si apuesta, usa el chat constructivamente y cumple los requerimientos, recibirá lluvias del bot de lluvias.
    Doblar monedas es enviarle tus fondos a otro jugador para que juegue por tí y luego te devuelva tu capital más ganancias.
    Si vemos que haces eso, puedes terminar muteado, y el otro jugador también.
    Si usas más de una cuenta para hablar, y especialmente durante lluvias de un moderador, soporte, administrador o miembro, serás muteado.
    Si vemos mendigado pasivo, especialmente relacionado con el bot de lluvia, nos reservamos el derecho de mutear los jugadores que sólo están para recolectar lluvias.
    Es la administración del sitio que evaluará cada situación de mendigado pasivo y actuará en consecuencia.
    Pegar en el chat tu dirección crypto de depósito o cualquier otra dirección crypto será considerado mendigado pasivo, sea accidente o no.
    No le agradezca al bot de las lluvias, no tiene sentimientos, ni tampoco se queje si no recibe lluvias ni las pida, ni cualquier otro comentario sobre el bot de lluvias o las lluvias.
    Mandarle propinas a los grandes apostadores esperando recibir algo más grande a cambio, especialmente cuando aparecen en la lista de grandes apuestas, también se considera mendigado pasivo.
    5) No usar cuentas alternativas en el chat, está estrictamente prohibido
    El usar cuentas alternativas (ALTs) no se permite en el chat, especialmente si tu cuenta principal fue muteada ya que eso se considera evasión de un muteo y es una falta grave.
    Elija una cuenta solamente para usar en el chat, no se admiten excepciones.
    Si descubrimos que usa más de una cuenta en el chat nos reservamos el derecho de mutearlas a todas.
    Si usted acusa a otro usuario de tener varias cuentas y nuestro sistema demuestra que se equivoca, puede terminar muteado por darle mala reputacion a otro usuario con acusaciones falsas.
    Si usted dice que tiene varias cuentas y nuestro sistema detecta que no es cierto, puede terminar muteado por difundir informacion falsa.
    6) No se permiten conductas sospechosas que se puedan ver como potenciales estafas o abusos
    Ademas de no invitar a las personas a comunicarse por medios externos a Stake, como se explica en el punto 3), está prohibido hacerse pasar por otra persona o usuario. Si se crea un nombre de usuario que es muy parecido al nombre de usuario de un usuario que ya existe para tratar de confundir, esa cuenta será muteada permanentemente. 
    Está prohibido hablar de VPN o cualquier otro método para no cumplir el TOS de Stake y usarlo desde regiones restringidas.
    7) No realice ninguna forma de compra/venta/promoción u ofrecimiento de servicios.
    Stake es para apostar solamente.
    Cualquier enlace que promocione algún tipo de producto o servicio está prohibido.
    Mencionar otros sitios de apuestas esta prohibido y se considerara promocion de otro sitio.
    No se pueden postear enlaces de referidos de ningún sitio, aunque sea de Stake, ni códigos de bono ni enlaces a cupones.
    Está prohibido comprar o vender cuentas de Stake, cualquier persona que se detecte vendiendo su cuenta o usando una cuenta comprada será muteada permanentemente.
    8) No se puede hablar de estrimers o Twitch o plataformas similares.
    No se pueden postear enlaces a transmisiones en vivo en Twitch, Youtube o similares, ni tampoco dar su nombre de usuario en esas plataformas. Tampoco se puede mencionar que está transmitiendo en vivo o invitar a otros jugadores a buscar y/o participar de la transmisión en vivo.
    No importa si es un estrimer oficial de Stake. en principio con la unica excepcion de Eddie.
    9) No usar servicios de acortamiento de enlaces, siempre postear el enlace verdadero de un sitio.
    Si va a ofrecer un enlace a un sitio externo, no use servicios de acortamiento de enlaces sino el verdadero enlace al sitio.
    Por supuesto recordando que tiene que ser un enlace permitido, no de otros sitios similares a  Stake ni que sea enlace de referido.
    NO se pueden compartir ni pedir los códigos de bonos o cupones que Stake proporciona en Telegram, Dlive, Kick o Twitch, o por otros medios.
    Modificar un poco el nombre de otro sitio para poder pasarlo en el chat tampoco está permitido, ni esconderlo en la semilla cliente ni ningun otra trampa para poder pasarlo a los otros jugadores.
    10) No postear scripts ni bots ni códigos para apostar.
    Por la seguridad de todos los jugadores, está prohibido el postear o promocionar scripts, bots o códigos para automatizar apuestas o que implementen supuestas estrategias automáticas en los juegos. Usar un bot para mandar mensajes automaticos en el chat tambien esta prohibido y puede resultar en muteo permanente de su cuenta.
    11) Usar solamente el lenguaje específico de cada canal
    En Stake le damos la bienvenida a jugadores de los más diferentes orígenes, pero es importante el respetar el lenguaje del canal donde Ud decida expresarse. El canal de deportes y el de desafíos también se consideran canales de habla inglesa, aunque en el canal de desafíos se tiene más tolerancia a errores ocasionales. Trate de no ser muteado por una razón tan trivial como hablar en el lenguaje equivocado.
    No se puede usar mas de un canal local porque se lo considera abuso de los beneficios (lluvias).  Si quiere cambiar de cuarto local, lo puede hacer por una unica vez pero debe proporcionar motivos validos para el cambio. Para pedir el cambio de cuarto, haga un posteo en la seccion apelaciones y si es aceptado podra usar el nuevo cuarto luego de 24 horas. El cambio no es reversible, es permanente.
    Si salta entre cuartos locales, la 1era vez que se lo descubra recibira muteo minimo de 24 horas. Si lo hace de nuevo, recibira muteo de 1 mes y si se lo descubre una 3era vez saltando cuartos locales sera muteado en forma permanente.
    12) No hablar de política ni de religión.
    Como en Stake respetamos todas las religiones, no se permite hablar de eso para evitar discusiones al respecto.
    Hablar de política también está estrictamente prohibido.
    13) Apostar responsablemente
    Apostar puede ser un pasatiempo divertido y emocionante para mucha gente. Pero para otras personas, las apuestas se pueden convertir en un serio problema que afecta varios aspectos de su vida. Si notamos sintomas que alguien parece tener problemas serios con las apuestas o hace cualquier mencion o sugerencia a quitarse la vida o dañarse a si mismo,  va a ser removido del chat y se le enviaran enlaces a sitios de ayuda. Ademas sera contactado en privado por un equipo que se encarga de estas situaciones.
    RECORDAR QUE=
    *Moderadores/miembros de soporte/administradores y gestores de comunidad se reservan el derecho de implementar las reglas como les parezca mejor para una situacion especifica.
    *Si un jugador es muteado varias veces, la longitud de los muteos probabemente crezca, y si se sigue repitiendo puede llegar al muteo permanente.
    *Las reglas pueden sufrir cambios y ajustes basados en las necesidades de la comunidad.
    *No siempre se hacen advertencias antes de los muteos, en caso de faltas graves los muteos son sin advertencia previa, lo mismo si ya se le advirtio algo antes.
    *Si es muteado y considera que hubo un error , tiene que abrir una apelacion  ACA . Las apelaciones seran contestadas lo antes posible pero a veces se demora 24 o 48 horas, tenga paciencia. Por favor no abra mas de una apelacion por el mismo tema.
     
     
     
    Actualizado 24 abril 2025
     
     
  10. Fire
    tobiarano11 reacted to Jake7589 in 💰 [$8,000] Stake's Birthday #3: What’s your go-to slot on Stake   
    🎰 What’s your go-to slot on Stake   🏆
    Ends: 14/08/2025 @  1.00 AM GMT

    What’s your go-to slot on Stake when you’re in celebration mode? 🎰
    Show us a winning Bet ID of your favorite slot, and we will pick 20 lucky users  🤑
    Submit a qualifying Bet ID below for your chance to win big! 💰
     
    Requirements: 
    0.50 USD bet minimum
    Any slot game on Stake.com
    Reply to this thread with your Bet ID
    Include your Stake ID
    Prize Pool: $8,000
    Distributed to 20 randomly selected winners who meet the above conditions. How to Enter:
    Bet ID: Your bet ID here Stake Username: Your username here Prize pool distribution:
    Complete the challenge within the next 7 days for a shot at the prize pool. Winners are limited to 20. Stake.com users only ‼
    Terms of Service – Competition: 
    For Full Terms of Service - Expand below Quote
  11. Bitcoin
    tobiarano11 reacted to Jake7589 in 💰 [$3,000] Unpack a Red Card 🔴   
    🏆 Unpack a Red Card 🔴
    Ends: 16/08/2025 @  1.00 AM GMT

    Stake is back with a new original, Packs 🃏
    We are bringing back the excitement of cracking open your favorite trading cards 🤗
    Are you lucky enough to open a red card? Time to find out 🍀
    PLAY HERE
     
    Requirements: 
    1.00 USD bet minimum
    Open a Red Card on Packs
    Reply to this thread with your Bet ID
    Include your Stake ID
    Prize Pool: $3,000
    Distributed to 30 randomly selected winners who meet the above conditions. How to Enter:
    Bet ID: Your bet ID here Stake Username: Your username here Prize pool distribution:
    Complete the challenge within the next 7 days for a shot at the prize pool. Winners are limited to 30. Stake.com users only ‼
    Terms of Service – Competition: 
    For Full Terms of Service - Expand below Quote
  12. Ethereum
    tobiarano11 reacted to Jake7589 in 💰[$2,000] Guess the Background - August   
    🔍 Guess the Background 🖼️
    Ends: 12/08/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: $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
  13. Money
    tobiarano11 got a reaction from DoppleGanger77 in 💰 [$2,000] Guess the Game - July   
    diablo malvado
    ID: tobiarano11
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use