-
Posts
77 -
Joined
-
Last visited
-
Days Won
1
Reputation Activity
-
-
Klaudusia reacted to BratislavK in Bet ID Prediction: April❓
:root { --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(225deg, rgba(247, 201, 72, 0.08), transparent 40%), 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); color: var(--text); transition: 0.25s ease; } .glass-card:hover { transform: translateY(-4px); box-shadow: 0 26px 70px rgba(0,0,0,0.35); } /* HERO */ .hero-title { font-size: 30px; font-weight: 800; text-align: center; } .hero-sub { text-align: center; color: var(--muted); margin-top: 8px; font-size: 15px; } /* TIMER */ .timer-wrap { display:flex; justify-content:center; margin-top:10px; } .timer-frame { display:flex; justify-content:center; align-items:center; width:220px; height:74px; border-radius:18px; background: rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); box-shadow: 0 0 10px rgba(247,201,72,0.10); overflow:hidden; transition:0.25s ease; } .timer-frame:hover { border-color: rgba(247,201,72,0.35); box-shadow: 0 0 18px rgba(247,201,72,0.18); transform: translateY(-2px); } .timer-frame iframe { width:250px; height:80px; border:0; transform:scale(0.80); transform-origin:center; } /* GRID */ .info-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:18px; } /* BOX */ .info-box { background: rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); border-radius:14px; padding:16px; text-align:center; transition:0.25s ease; position: relative; overflow: hidden; } .info-box:hover { transform: translateY(-6px); border-color: rgba(247,201,72,0.25); box-shadow: 0 16px 40px rgba(0,0,0,0.25); } .info-box::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at top left, rgba(247,201,72,0.10), transparent 60%); opacity:0; transition:0.3s ease; pointer-events:none; } .info-box:hover::before { opacity:1; } /* REQUIREMENTS */ .req-item { background: rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); border-radius:12px; padding:12px; margin-bottom:10px; font-size:14px; text-align:left; transition:0.25s ease; position:relative; overflow:hidden; } .req-item:hover { background: rgba(247,201,72,0.08); transform: translateY(-4px) scale(1.02); box-shadow: 0 10px 24px rgba(247,201,72,0.12); border-color: rgba(247,201,72,0.35); } /* PRIZE */ .prize-shiny { font-size:52px; font-weight:900; background:linear-gradient(90deg,#f7c948,#fff4b0,#f7c948); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation:shine 3s linear infinite; } @keyframes shine { 0%{background-position:200% center;} 100%{background-position:-200% center;} } .prize-row { display:flex; justify-content:space-between; padding:6px 0; border-bottom:1px solid rgba(255,255,255,0.05); } .prize-row span:last-child { color: var(--gold); font-weight: 800; } .prize-row:last-child { border:none; } /* DROPDOWN TERMS */ .dropdown-card { background: rgba(255,255,255,0.04); border-radius:16px; margin-top:15px; overflow:hidden; border:1px solid rgba(255,255,255,0.08); } .dropdown-trigger { padding:14px; text-align:center; cursor:pointer; font-weight:700; color:var(--gold); list-style:none; } .rules-list { list-style:none; padding:0; margin:0; counter-reset:step; } .rules-list li { padding:10px 10px 10px 40px; position:relative; } .rules-list li::before { content:counter(step); counter-increment:step; position:absolute; left:10px; top:50%; transform:translateY(-50%); width:20px; height:20px; border-radius:50%; background:rgba(247,201,72,0.15); border:1px solid rgba(247,201,72,0.6); color:var(--gold); display:flex; align-items:center; justify-content:center; font-size:11px; } @media(max-width:900px){ .info-grid { grid-template-columns:1fr; } }
Bet ID Prediction ❓ Predict the closest bet ID to the one that will be on Stake.com at end of this challenge. The closest 10 predictions will be awarded with some amazing rewards. 💰
The prediction phase will remain open for 5 days, after which the thread will be closed. The final results will be determined after the full challenge period once the ending Bet ID is revealed.
Ends: 01 May 2026 - 12 PM UTC. 📋 Requirements Submit your Bet ID prediction. Include your Stake username. Only one entry allowed. Minimum 10 forum posts required. 🏆 Prize Pool 1st$600 2nd$400 3rd$200 4th$100 5th$50 6th–10th$20 🚀 How to Enter Reply with your predicted Bet ID and Stake username. Example: Bet ID: 660,000,000,000 | Username: Bratislav
📄 Terms & Conditions
(Click to expand) Entry must have been made after the commencement of this promotion - 01/04/26 - (12 pm) GMT. In case of a tie, the user who posted/edited their entry first will have the advantage. Do not post more than one comment/entry. 10+ Posts count on Forum. Only level 2 KYC or higher verified users will be eligible for the prize. Only Stake.com and official Stake.com mirror sites users will be eligible for the prize. Stake employees cannot 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 challenge. 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. /* hide hint when dropdown is open */ details[open] .expand-hint { display: none !important; } -
Klaudusia got a reaction from StefanTl in 🙂✨ What’s one thing that instantly improves your mood? 🙂✨
Jedna rzecz, która poprawia mój humor? Złowiony szczupak(lub okoń) trochę szczęścia na Stake ,mruczące koty i… wiadomo, finał dnia zawsze „sportowo”. 😎🎣😸💥
-
Klaudusia reacted to BratislavK in 💰$3,000 Royal Club of Originals | Plinko 🤡
.sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f4f7ff; background: radial-gradient(circle at top left, rgba(255,214,102,0.20), transparent 28%), radial-gradient(circle at top right, rgba(130,170,255,0.18), transparent 30%), linear-gradient(145deg,#1c2340 0%,#1b1730 45%,#13172a 100%); border:1px solid rgba(255,255,255,0.10); border-radius:26px; overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,0.35); position:relative; } .sf-wrap:before{ content:""; position:absolute; inset:0; transform:translateX(-120%); animation:sfShine 8s linear infinite; pointer-events:none; } @keyframes sfShine{ 100%{transform:translateX(130%);} } .sf-hero{ position:relative; padding:34px 28px 28px; background: linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.01)), linear-gradient(135deg,rgba(255,214,102,0.10),rgba(90,120,255,0.08)); border-bottom:1px solid rgba(255,255,255,0.09); } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-badge{ display:inline-flex; align-items:center; padding:8px 14px; border-radius:999px; font-size:12px; font-weight:800; letter-spacing:1px; text-transform:uppercase; color:#1a1a1a; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 0 18px rgba(255,214,102,0.32); } .sf-status{ display:inline-flex; align-items:center; gap:8px; padding:8px 16px; border-radius:999px; font-size:12px; font-weight:900; letter-spacing:1px; text-transform:uppercase; backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,0.12); } .sf-status:before{ content:""; width:10px; height:10px; border-radius:50%; display:block; } .sf-status-live{ color:#dfffee; background:rgba(0,255,136,0.15); border-color:rgba(0,255,136,0.40); box-shadow:0 0 20px rgba(0,255,136,0.22); } .sf-status-live:before{ background:#00ff88; box-shadow:0 0 10px #00ff88,0 0 20px rgba(0,255,136,0.9); animation:livePulse 1.5s infinite; } .sf-status-closed{ color:#ffe3e3; background:rgba(255,77,77,0.14); border-color:rgba(255,77,77,0.40); box-shadow:0 0 20px rgba(255,77,77,0.22); } .sf-status-closed:before{ background:#ff4d4d; box-shadow:0 0 10px #ff4d4d,0 0 20px rgba(255,77,77,0.9); } @keyframes livePulse{ 0%{transform:scale(1);opacity:1;} 50%{transform:scale(1.35);opacity:0.65;} 100%{transform:scale(1);opacity:1;} } .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.22); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-sub strong{ color:#ffffff; } .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.07); border:1px solid rgba(255,255,255,0.10); transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; box-shadow:0 8px 20px rgba(0,0,0,0.16); } .sf-chip:hover{ transform:translateY(-3px); border-color:rgba(255,214,102,0.45); box-shadow:0 12px 28px rgba(0,0,0,0.24),0 0 20px rgba(255,214,102,0.10); } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#aebde8; 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; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; text-decoration:none; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; } .sf-btn-primary{ color:#000 !important; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 10px 24px rgba(255,184,77,0.28); } .sf-btn-primary:hover{ background:linear-gradient(135deg,#7ee8ff,#93a4ff); color:#11182b; transform:translateY(-2px) scale(1.02); box-shadow:0 14px 28px rgba(126,232,255,0.28); } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:stretch; } .sf-left{ flex:1 1 590px; min-width:280px; } .sf-right{ flex:1 1 300px; min-width:260px; } .sf-card{ background:linear-gradient(180deg,rgba(255,255,255,0.07),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.16); margin-bottom:20px; transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; } .sf-card:hover{ transform:translateY(-4px); border-color:rgba(126,232,255,0.28); box-shadow:0 16px 34px rgba(0,0,0,0.22),0 0 20px rgba(126,232,255,0.10); } .sf-card h3{ margin:0 0 14px; font-size:24px; line-height:1.2; color:#ffffff; } .sf-steps{ display:grid; gap:12px; } .sf-step{ display:flex; gap:12px; align-items:flex-start; padding:14px 15px; border-radius:16px; background:rgba(10,16,35,0.28); border:1px solid rgba(255,255,255,0.08); } .sf-step-num{ width:34px; height:34px; min-width:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:900; color:#1a1a1a; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 0 16px rgba(255,214,102,0.25); } .sf-step-text{ font-size:15px; line-height:1.7; color:#e3ebff; } .sf-step-text strong{ color:#ffffff; } .sf-mini{ display:grid; gap:10px; } .sf-mini-box{ padding:14px 15px; border-radius:16px; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.08); font-size:15px; line-height:1.65; color:#e1e8ff; } .sf-mini-box strong{ color:#ffffff; } .sf-prize-big{ padding:18px; border-radius:18px; background:linear-gradient(135deg,#ffd666,#ffb84d); color:#1c1930; box-shadow:0 12px 30px rgba(255,184,77,0.28); margin-bottom:12px; } .sf-prize-label{ font-size:12px; text-transform:uppercase; letter-spacing:1px; font-weight:800; opacity:0.82; margin-bottom:6px; } .sf-prize-value{ font-size:30px; line-height:1; font-weight:900; } .sf-prize-small{ padding:16px 18px; border-radius:18px; background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.09); margin-bottom:12px; } .sf-prize-small .sf-prize-value{ color:#ffffff; font-size:24px; margin-bottom:6px; } .sf-note{ padding:14px 16px; border-radius:16px; background:linear-gradient(135deg,rgba(126,232,255,0.14),rgba(147,164,255,0.16)); border:1px solid rgba(126,232,255,0.22); color:#e9f7ff; font-size:14px; line-height:1.7; } .sf-footer-line{ margin-top:12px; font-size:13px; line-height:1.6; color:#b9c6ec; } @media (max-width:640px){ .sf-title{font-size:32px;} .sf-hero{padding:24px 18px 22px;} .sf-main{padding:18px;} .sf-btn{width:100%;text-align:center;} } Weekly Forum ORIGINALS Challenge CLOSED $3,000 Royal Club of Originals | Plinko On the Plinko game: Win one bet with exactly 130x multiplier on high risk and 16 rows. Game Plinko Minimum Bet amount $0.03 USD Target multiplier Exactly 130x Setup high risk and 16 rows. Dates April 13 to April 20 🎰 Plinko How to Enter
1 On the Plinko game: Win one bet with exactly 130x multiplier on high risk and 16 rows. 2 $0.03 USD minimum bet amount (in any currency). 3 Reply in the thread and post your bet ID. Valid examples: house:123456789000 or casino:123456789000. Quick Info
Bets must have been made after 13/04/2026 - (12 pm) UTC. You need 10+ forum posts and Level 2 KYC or higher. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Only Stake.com and official Stake.com mirrors users can participate. Prize delivery can take up to 72 hours after the promotion ends. 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 the thread. Prize Pool
Maximum Prize Pool $3,000 Tiered Prize Pool Minimum prize pool: $300
Over 30 participants: $700
Over 40 participants: $900
Over 100 participants: $1,500
Over 200 participants: $2,000
Over 500 participants: $3,000 Distribution All players who complete the challenge during the event get a share of the prize pool. There is no limit to the number of winners. Important
Bets must have been made after the commencement of this promotion. Account must have no restrictions or exclusions. 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. Accepted bet ID examples:
house:123456789000
casino:123456789000 -
-
Klaudusia reacted to Steve in Weekend Stream + Giveaway
Weekend stream
Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.
Link to stream: https://kick.com/Steve
How to enter the giveaway?
Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
How are winners chosen?
When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.
Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win.
Want to increase your chances of winning?
1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
2. Be super nice to your VIP host & don't give them a hard time 😂
3. One entry per household only. Multiple entries will have you disqualified
Giveaway prizes (Stake.com Players)
Non VIP: $10
Bronze: $20
Silver: $40
Gold: $60
Platinum: $100
Platinum 2: $120
Platinum 3: $140
Platinum 4: $160
Platinum 5: $180
Platinum 6: $200
Diamond: $500
Giveaway prizes (Stake.us Players)
Non VIP: 10k GC + free Stake Cash
Bronze: 20k GC + free Stake Cash
Silver: 40k GC + free Stake Cash
Gold: 60k GC + free Stake Cash
Platinum: 1m GC + free Stake Cash
Platinum 2: 1.2m GC + free Stake Cash
Platinum 3: 1.4m GC + free Stake Cash
Platinum 4: 1.6m GC + free Stake Cash
Platinum 5: 1.8m GC + free Stake Cash
Platinum 6: 2m GC + free Stake Cash
Diamond: 5m GC + free Stake Cash
Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
-
-
Klaudusia reacted to hokijack69 in 🔥 GILA! HIT MAX WIN PLINKO XTREME 🔥
Taruhan cuma IDR 1.000 tapi kena multiplier 500x 💥
Langsung tembus payout IDR 500.000 🤯
Game: Plinko Xtreme
ID: 459,295,644,656
Waktu: 21/03/2026
Bener-bener bukti kalau modal kecil bisa jadi cuan gede 🚀
Yang penting sabar nunggu momentum!
Siapa yang udah pernah kena 500x juga? 👀
Atau ada yang lagi ngejar max win?
#Stake #PlinkoXtreme #MaxWin #CuanTipisTapiNempel
-
Klaudusia got a reaction from Aerena09 in ⭐ Your Favourite Number ⭐
Klaudusia
🍀 Szczęśliwy numer: 9
❤️ Ulubiony numer: 13
-
Klaudusia reacted to BratislavK in 💰$3,000 Royal Club of Originals | Tome of Life 🎰
( March 16th - March 23rd )
🎰Royal Club of Originals🎰
Ends: 23/03/2026 @ (1 pm) GMT
Requirements:
Win a bet on Tome of Life with a minimum 90x multiplier.
0.03 USD minimum bet amount (in any currency). Tips & Terms & Conditions
Bet must have been made after the commencement of this promotion. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Do not change your linked account during the whole duration of the promotion. 10+ Post count on the forum. Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Any player using multiple accounts will not be eligible for prizes. 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. Regular Prize Pool(s): (based on the number of unique players)
Minimum prize pool: $300 If over 30 participants: $700 If over 40 participants: $900 If over 100 participants: $1,500 If over 200 participants: $2,000 If over 500 participants: $3,000 Prize pool distribution:
All players who complete the challenge in the next 7 days, will get a share in the prize pool! There is no limit to the number of winners. How to Enter:
Respond to this topic by posting your bet ID in the comment below. Bets must have been made after 16/03/2026 - (1 pm) UTC.
Examples of valid bet IDs:
- house:123456789000
- casino:123456789000
-
Klaudusia reacted to BratislavK in $1,000 Weekend Vibes 🍹
( March 13th - March 16th )
$1,000 Weekend Vibes🍹
Weekends are meant for relaxing, spinning your favorite slots, and enjoying the good vibes.
To celebrate the weekend, we’re launching a simple and chill community challenge where everyone has a chance to win.
No complicated rules.
Just spin, enjoy the weekend, and share your best moment.
How to Participate
Play any slot on Stake Hit a multiplier of at least 200x or higher Post your Bet ID in this thread Minimum bet: $0.10 USD That’s it. Sit back, enjoy the weekend vibes, and let the wins roll in.
Prize pool:
$1,000 Total Prize Pool 10 winners $100 each Winners will be selected randomly from all valid entries.
Tips & Terms & Conditions
Bets must have been made after 03/13/2026 - (1 PM) UTC. Stake employees cannot 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. Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. Only stake.com and official stake.com mirrors users will be eligible for the prize. 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. How to Enter:
Paste your Bet ID in this thread (screenshot optional). Post only one valid Bet ID per user. Minimum bet: $0.10 USD Example Bet IDs:
house:123456789000 casino:123456789000 -
Klaudusia got a reaction from Kr7y51ek in 🙂✨ What’s one thing that instantly improves your mood? 🙂✨
Jedna rzecz, która poprawia mój humor? Złowiony szczupak(lub okoń) trochę szczęścia na Stake ,mruczące koty i… wiadomo, finał dnia zawsze „sportowo”. 😎🎣😸💥
-
Klaudusia reacted to StefanTl in 🙂✨ What’s one thing that instantly improves your mood? 🙂✨
What’s one thing that instantly improves your mood?
We all have days when we’re not really feeling it. Sometimes it doesn’t take much to feel better; just one small thing can completely change the vibe.
It could be a song you love, a random message from someone, good food, a walk outside, or even a funny video that makes you laugh.
What’s that one thing that instantly puts you in a better mood?
Drop it below, you might make someone’s day a little better, too 🙂✨
-
Klaudusia reacted to JessD26 in Only On Stake Feedback 🗣️💬
Hey Stake Fam!
We’re gathering thoughts on Only On Stake to help new players get the best experience.
So, tell us… what’s your favourite Only On Stake game and why? Let’s hear your top picks and why you love them! Your feedback really makes a difference, thanks for sharing!
- The Stake Community Team
-
Klaudusia reacted to BratislavK in 💛 Her Impact | Voices of Appreciation Event 💰
( March 4th - March 8th )
💛Her Impact | Voices of Appreciation Event💛
March 8 is about appreciation.
We would love to hear about a woman who has made a difference in your life, whether it is someone close to you, a mentor, a friend, a family member, or even someone from our community who inspired you in meaningful ways.
Share your message, your gratitude, or a simple thank you.
To make this moment even more special, 8 randomly selected stories will share a total prize of $400 as a small token of appreciation.
If you participate, please include your Stake username in your post so we can contact the selected participants.
Good luck!
-
Klaudusia got a reaction from zdanovicz in 💛 Her Impact | Voices of Appreciation Event 💰
8 marca myślę o kobiecie, która miała dwie supermoce:
robiła najlepszy makowiec na świecie i kochała liczyć pieniądze bardziej niż ktokolwiek, kogo znałam.
Moja babcia Marysia.
Jej makowiec znikał ze stołu szybciej, niż zdążyła powiedzieć „weź dokładkę”.
A kiedy siadała do liczenia pieniędzy – robiła to z taką powagą, jakby zarządzała całym bankiem. Każdy grosz musiał się zgadzać. I zawsze się zgadzał.
Nauczyła mnie dwóch ważnych rzeczy:
że w życiu trzeba być zaradnym…
i że słodkości najlepiej smakują, kiedy są robione z miłością.
Nie była kobietą z pierwszych stron gazet.
Ale była kobietą, która budowała bezpieczeństwo, ciepło i siłę w swojej rodzinie.
Dziś jej już nie ma, ale kiedy piekę makowiec albo próbuję „ogarniać życie” jak ona – wiem, że gdzieś by się uśmiechnęła i powiedziała:
„No,wreszcie liczysz jak trzeba.”
Dziękuję Ci, Babciu Marysiu.
Za ciepło. Za śmiech. Za przykład, że kobieta może być jednocześnie miękka i twarda jak skała. 💛
ID: klaudusia
-
Klaudusia reacted to Kr7y51ek in 💛 Her Impact | Voices of Appreciation Event 💰
When life comes into hard mode, there's one person who always plays like a pro - my mom.
If life was a game on Stake, she would have the highest level of experience and an "unlimited patience" mode.
He can do an all-in on a family every day - without calculating the risk.
She taught me that the real jackpot is not money, but strength, loyalty and always get up after losing a round.
He has more determination than many high rollers
And a heart bigger than the biggest win.
For me, she's the best investment life has ever given me.
ID: Kr7y51ek
-
Klaudusia got a reaction from Kr7y51ek in 💛 Her Impact | Voices of Appreciation Event 💰
8 marca myślę o kobiecie, która miała dwie supermoce:
robiła najlepszy makowiec na świecie i kochała liczyć pieniądze bardziej niż ktokolwiek, kogo znałam.
Moja babcia Marysia.
Jej makowiec znikał ze stołu szybciej, niż zdążyła powiedzieć „weź dokładkę”.
A kiedy siadała do liczenia pieniędzy – robiła to z taką powagą, jakby zarządzała całym bankiem. Każdy grosz musiał się zgadzać. I zawsze się zgadzał.
Nauczyła mnie dwóch ważnych rzeczy:
że w życiu trzeba być zaradnym…
i że słodkości najlepiej smakują, kiedy są robione z miłością.
Nie była kobietą z pierwszych stron gazet.
Ale była kobietą, która budowała bezpieczeństwo, ciepło i siłę w swojej rodzinie.
Dziś jej już nie ma, ale kiedy piekę makowiec albo próbuję „ogarniać życie” jak ona – wiem, że gdzieś by się uśmiechnęła i powiedziała:
„No,wreszcie liczysz jak trzeba.”
Dziękuję Ci, Babciu Marysiu.
Za ciepło. Za śmiech. Za przykład, że kobieta może być jednocześnie miękka i twarda jak skała. 💛
ID: klaudusia
-
Klaudusia reacted to Steve in $75,000 giveaway winners #248
Winners claim $5000 here!
https://playstake.info/bonus?code=75kRaffleWeek248
$5000 winners
2040732 - DiamondDen
913480 - kahlun123
4212452 - BlessedTiger
2223856 - DeepPockets6
3840042 - Teslaprojeect
1097949 - Dsquaredstake
2406876 - Stephenmasih
1671434 - Himanshuj4116
3274177 - Mohit16
1298339 - darshak3208
2101875 - Yabsss
3414020 - Nargizsahu
4179708 - Betswon99
3509813 - luciferthe
2956919 - Thunderdonkey
-
Klaudusia got a reaction from Kr7y51ek in 💰$3,000 Royal Club of Originals | Plinko 🤡
casino:445124134948
klaudusia
-
-
-
Klaudusia got a reaction from Kr7y51ek in Czy też macie wrażenie,że mnożniki są wyższe na niskich stawkach?
Ostatnio testuję różne poziomy stawek i mam dziwne wrażenie, że coś się zmieniło.
Przy niskich stawkach trafiają mi się naprawdę wysokie mnożniki.
Natomiast kiedy zwiększam stawkę-bonusy wpadają rzadziej, a mnożniki są mega niższe i realnie niewiele dają.
Nie wiem, czy to tylko kwestia pecha/wariancji,czy ktoś też to zauważył w ostatnim czasie?
Nic nie idzie ugrać 🤑
Macie podobne doświadczenia?
-
-
Klaudusia got a reaction from Robbabillion79 in A never ending thread (last post wins)
ciąg dalszy xd