cankilic
-
Posts
75 -
Joined
-
Last visited
Reputation Activity
-
cankilic reacted to StefanNl in 🏆 Grand Monthly Reward - June🏆
🏆 Leaderboard 🏆
@daffyducky 8 points @Zeus 5 points @FerkibaazYT 5 points @enigmanoishi 3 points @keiko 3 points @KartenStapel 1 point @molasqwins 1 point @daniel_xxo 1 point -
cankilic reacted to Priyankasumit in Application for Stake Chat Moderator
Hello Stake Team,
I would like to express my strong interest in becoming a Stake chat moderator. I am highly active within the community, spend many hours online daily, and genuinely enjoy helping users and keeping the chat environment positive and respectful.
My Stake username is Priyankasumit, and I can dedicate around 14 hours daily to chat moderation and community support. I understand the importance of following rules, assisting users, preventing spam or toxic behavior, and maintaining a friendly atmosphere for everyone.
Although I do not have previous moderator experience, I am eager to learn, improve, and prove myself as a reliable and responsible member of the Stake community team.
Thank you for your time and consideration. I would truly appreciate the opportunity to join and contribute to the Stake community as a moderator.
-
cankilic reacted to KatarinaDo in Application for Stake Chat Moderator
Hello @Priyankasumit,
Thanks for reaching out to us.
We appreciate your interest and dedication. You can find all open positions for chat moderators among the pinned topics at the following link: https://stakecommunity.com/board/78-general/
If you have any other questions, feel free to reach out to us again.
Best regards,
KatarinaDo.
-
cankilic reacted to xCASTYx in Request for Eid al-Adha promotion
Hello,
27 May 2026 marks the first day of Eid al-Adha for the entire Islamic world.
As Turks, we are requesting an Eid al-Adha promotion.
During the last Eid al-Fitr, a thread was opened on the forum and you provided a promotion in the form of a sugar bonus as a result.
Everyone knows that Stake runs promotions based on countries’ public holidays. Our public holiday begins in two days’ time—could you please run a promotion for the Turkish holiday as well?
26 May 2026 is the eve of Eid al-Adha.
Eid al-Adha lasts for 4 days, and in Turkey, a one-week public holiday is declared.
We would appreciate your assistance.
@Steve @Ozerbank @boldest @Mikey @10thoss @Therewego @Vojkan @AleksandarG
-
cankilic reacted to BratislavK in 🍀 $2,000 Lucky 7 🍀
( May 14th - May 21th )
🍀 $2,000 Lucky 7 🍀
Feeling lucky? It’s time to chase the legendary Lucky 7!
Play any 3rd-party slot on Stake and try to hit the highest multiplier containing the number 7 to secure your place among the winners.
Examples of valid multipliers:
7x 17x 20.70x 70x 100.27x 777x Note: The multiplier must contain the number 7 anywhere in the value.
Eligible Slots:
Any 3rd-party slot available on Stake How to Participate:
Play any eligible slot and submit your Bet ID Paste your Bet ID in this thread (screenshot optional) Post only one valid Bet ID per user Minimum bet amount: $0.20 Prize pool:
🥇 1st place - $1,000
🥈 2nd place - $400
🥉 3rd place - $200
⭐ 7 additional winners share $400
Example Bet IDs:
house:123456789000 casino:123456789000 Tips & Terms & Conditions
Bets must have been made after 14/05/2026 - (12 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.
-
cankilic reacted to Jake7589 in 💰[$1,000] Bonus Clash: Clash of Titans vs Gates of Gladius 🥊
We have our winners!
Congratulations to the following randomly selected players who guessed right. @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; --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; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .winner-banner { text-align:center; padding:40px 28px 36px; margin-bottom:20px; } .winner-banner h1 { margin-bottom:10px; } .winner-banner p { max-width:480px; margin:0 auto; } .winning-slot { display:flex; align-items:center; justify-content:center; gap:14px; background: linear-gradient(135deg, #FFB80018, #FFB80008); border:1px solid #FFB80055; border-radius:16px; padding:20px 24px; margin-bottom:20px; position:relative; overflow:hidden; transition:box-shadow .3s; } .winning-slot:hover { box-shadow:0 0 40px #FFB80022; } .winning-slot::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,184,0,.08),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .slot-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; font-weight:700; } .slot-name { font-size:28px; 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 20px #FFB80077; } } .slot-icon { font-size:36px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .claim-wrap { text-align:center; margin-bottom:20px; } .claim-btn { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; } .claim-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; } .claim-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .claim-btn:hover::after { transform:translateX(100%); } .claim-note { font-size:12px; color:var(--muted); margin-top:10px; } .section { background:var(--surface); border-radius:16px; padding:24px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-tag { display:inline-block; margin-bottom:10px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .section h2 { font-size:22px; font-weight:900; margin-bottom:18px; } .winners-list { display:flex; flex-direction:column; gap:8px; } .winner-row { display:flex; justify-content:space-between; align-items:center; padding:13px 16px; background:var(--primary); border-radius:12px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .winner-row:hover { background:#0a2236; border-color:#FFB80044; transform:translateX(6px); } .winner-left { display:flex; align-items:center; gap:12px; } .winner-rank { width:28px; height:28px; border-radius:50%; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); font-size:12px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .winner-name { font-size:14px; font-weight:600; color:var(--text); } .winner-prize { font-size:14px; font-weight:800; color:#FFB800; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} @media(max-width:480px){ .winner-banner h1 { font-size:24px; } .slot-name { font-size:22px; } }
The winning slot was Gates of Gladius! 🏛️ 🎁 Claim Your Reward Link expires 18/6/2026 — claim before it's gone!
Winners 10 Lucky Winners
1 man0v0man $100 2 chamuchamu $100 3 atomicaero $100 4 ClaudiaK87 $100 5 VoisH $100 6 GloryLord $100 7 Tpbaria $100 8 natah3 $100 9 swc $100 10 Sidhu2121 $100 -
-
-
-
-
-
cankilic got a reaction from roaqz123 in 💰[$2,500] Secret Sauce: UFC 328 🥊
sport:579143047
sport:579148324
-
-
-
cankilic reacted to Surtuk in 2$ >>> 10.000$ by Srtktips
Hellooo!!!
Falcıyım ve bazı maçların nasıl sonuçlanacağını önceden görebiliyorum...
Siz değerli Türk oyuncuların para kazanması adına 2$'ın nasıl 10.000$ yapılacağını adım adım paylaşacağım ve sonrasında bir daha görülmemekkaybolacağım...
İlk iki adımı sizinle paylaşamadığım için üzgünüm, bundan sonra alacağım tüm bahisleri her gün sizinle tek tek paylaşacağım ve değerlendirenlerle birlikte 10.000$'a ulaşacağız...
Size balık tutmayı öğretemem ama sizin için balık tutabilirim :))
Takip etmeyi unutmayın, günden güne katlamaya devam edeceğiz.
#1 Paris St. Germain - Bayern Münich
Her iki yarı kg var
#2 Atletico Madrid - Arsenal FC
Atletico 1/x + 3.5 alt
No more bets, goodluck :)))
-
cankilic reacted to muratbets in weekly bonus dedim küçük gördüm stake beni affet :))
tebrikler kanka şunun 10da 1i şans bize de gelse mutlu olucaz aksjsa
-
-
-
-
cankilic reacted to Jbkr0wn in Turkish Promotion Bayram Şekeri ( They seized my money. ) 5.000 $
I need your help with something very important.
On March 20, 2026, I received an email with the following content: $100,000 bet, $500 bonus, $1,000,000 bet, $5,000 bonus.
I updated this email an hour later, deposited money into my account, and started fulfilling the wagering requirements.
I had 10 days to fulfill the requirements, and by the end of the 8th day, 1,001,000 bets had been placed in my account. In the last 2 days, I placed another 64,000 bets, bringing my total bet count to 1,065,000.
Today I only received a bonus of 500. But I was supposed to receive a bonus of 5,000.
I am telling VIP customer service that I have completed the process, I cannot give any other answer. I also have screenshots.
Looking at the screenshots, do you think the wager is complete?
I lost $10,000 while this wager transaction was still in progress.
Username: Jbkr0wn
-
-
cankilic got a reaction from DeadSuccess in Turkish Promotion Bayram Şekeri ( They seized my money. ) 5.000 $
Mailine gelen promosyonu tamamladığın halde ödülünü alamaman üzücü kardeşim..
Aynı sorunu yaşayan birkaç arkadaşım daha var.. Umarım stake gerekeni yapar ve ödülünüzü verir ..
-
-
-