@import url(‘https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@400;500;600;700;800;900&display=swap’);
:root{–ink:#223935;–ink-soft:#6B8F7F;–ink-mute:#B6C8BF;–primary:#0CD781;–primary-deep:#18B660;–primary-soft:#E0F8EF;–gold:#F5A036;–rule:#D8EBE4;}
.yw-styled-content{font-family:”Outfit”,-apple-system,system-ui,sans-serif;font-size:18px;line-height:1.65;color:var(–ink);max-width:1400px;margin:0 auto;padding:0 24px;-webkit-font-smoothing:antialiased;}
.yw-styled-content h1,.yw-styled-content h2{font-family:”Bebas Neue”,”Outfit”,sans-serif;color:var(–ink);font-weight:400;line-height:.95;letter-spacing:.005em;text-transform:uppercase;}
.yw-styled-content h1{font-size:clamp(2.6rem,6vw,4.2rem);margin:.4em 0 .35em;}
.yw-styled-content h2{font-size:clamp(1.9rem,3.6vw,2.7rem);margin:1.5em 0 .45em;padding:0;border:none;position:relative;}
.yw-styled-content h2:not(:empty)::before{content:””;display:inline-block;vertical-align:middle;width:14px;height:14px;background:var(–primary);margin-right:14px;transform:translateY(-3px);}
.yw-styled-content h3{font-family:”Outfit”,sans-serif;font-weight:800;font-size:1.35rem;color:var(–ink);margin:1.6em 0 .45em;line-height:1.2;}
.yw-styled-content p{margin:0 0 1.05em;font-weight:400}
.yw-styled-content strong{font-weight:700;color:var(–ink)}
.yw-styled-content a:not(.yw-btn){color:var(–primary-deep);font-weight:600;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;}
.yw-styled-content ul,.yw-styled-content ol{padding-left:1.4em;margin:.4em 0 1.3em}
.yw-styled-content ul li,.yw-styled-content ol li{margin-bottom:.5em;padding-left:.2em}
.yw-styled-content ul li::marker{color:var(–primary);font-size:1.1em}
.yw-styled-content ol{counter-reset:ywol;list-style:none;padding-left:0}
.yw-styled-content ol li{counter-increment:ywol;position:relative;padding-left:54px;min-height:38px;}
.yw-styled-content ol li::before{content:counter(ywol);position:absolute;left:0;top:-3px;width:38px;height:38px;border-radius:50%;background:var(–primary);color:#223935;font-family:”Bebas Neue”,sans-serif;font-size:1.3rem;display:flex;align-items:center;justify-content:center;}
.yw-styled-content table{width:100%;border-collapse:collapse;margin:1.8em 0;font-size:.97em;border-top:4px solid var(–ink);border-bottom:4px solid var(–ink);}
.yw-styled-content th{font-family:”Bebas Neue”,sans-serif;font-size:1.1em;font-weight:400;letter-spacing:.05em;text-transform:uppercase;text-align:left;padding:14px;background:var(–ink);color:#fff;}
.yw-styled-content td{padding:13px 14px;border-bottom:1px solid var(–rule);vertical-align:top}
.yw-styled-content tbody tr:nth-child(odd) td{background:#fafafa}
.yw-styled-content tbody tr:hover td{background:var(–primary-soft)}
.yw-styled-content tr:last-child td{border-bottom:none}
.yw-styled-content blockquote{background:var(–primary-soft);border-left:4px solid var(–primary);padding:1.2em 1.4em;margin:1.6em 0;font-size:1.05em;color:var(–ink);font-weight:500;}
.yw-styled-content blockquote p{margin:0}
.yw-hero{margin:1em 0 2em;padding:0;text-align:center}
.yw-hero::before{content:”23F0 PLAY 0B7 WIN 0B7 WITHDRAW”;display:inline-block;font-family:”Bebas Neue”,sans-serif;font-size:.95rem;letter-spacing:.32em;color:var(–primary);margin-bottom:1em;padding:6px 14px;border:2px solid var(–primary);}
.yw-hero .tagline{font-family:”Outfit”,sans-serif;font-weight:600;font-size:clamp(1.15rem,2.6vw,1.5rem);line-height:1.35;max-width:620px;margin:0 auto 1.5em;color:var(–ink);}
.yw-cta-row{display:inline-flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:0}
.yw-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 40px;font-family:”Bebas Neue”,sans-serif;font-size:1.25rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;text-decoration:none!important;border:3px solid transparent;cursor:pointer;transition:transform .15s,background .15s,color .15s;line-height:1;}
.yw-btn::after{content:”2192″;font-size:1.2em;transition:transform .2s;line-height:1}
.yw-btn:hover{transform:translateY(-2px)}.yw-btn:hover::after{transform:translateX(5px)}
.yw-btn-login{background:linear-gradient(90deg,#0CD781 0%,#00E989 100%);color:#223935!important;border-color:#0CD781}
.yw-btn-login:hover{background:#18B660;color:#fff!important}
.yw-btn-dark{background:var(–ink);color:#fff!important;border-color:var(–ink)}
.yw-btn-dark:hover{background:#000;border-color:#F5A036;color:#F5A036!important}
.yw-affiliate{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(–ink-mute);margin:1.2em 0 0;font-weight:600;}
.yw-features{counter-reset:ywfeat;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:2.2em 0 2.4em;border:3px solid var(–ink);}
.yw-feature{counter-increment:ywfeat;padding:22px 18px;text-align:center;background:#fff;color:var(–ink);transition:background .2s,color .2s,transform .2s;position:relative;}
.yw-feature+.yw-feature{border-left:1px solid var(–rule)}
.yw-feature::before{content:counter(ywfeat,decimal-leading-zero);display:block;font-family:”Bebas Neue”,sans-serif;font-size:1.5rem;color:var(–primary);margin-bottom:.3em;}
.yw-feature h3{font-family:”Bebas Neue”,sans-serif;font-weight:400;font-size:1.25rem;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .3em;color:inherit;line-height:1.05;}
.yw-feature p{font-size:.88em;color:var(–ink-soft);margin:0;line-height:1.45;transition:color .2s}
.yw-feature:hover{background:var(–ink);color:#fff;transform:translateY(-2px)}
.yw-feature:hover::before{color:var(–gold)}.yw-feature:hover p{color:#E0F8EF}
.yw-trust-strip{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 18px;margin:1.6em 0 1.2em;padding:12px 14px;border-top:2px solid var(–ink);border-bottom:2px solid var(–ink);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(–ink-soft);}
.yw-trust-strip .yw-trust-item{display:inline-flex;align-items:center;gap:6px;font-weight:500}
.yw-trust-strip .yw-trust-item strong{color:var(–primary);font-weight:700}
.yw-byline{font-size:.86em;color:var(–ink-mute);margin:1em 0 1.6em;font-style:italic;line-height:1.5;}
.yw-legal-note{background:#fff7ed;border:1px solid #fed7aa;border-left:4px solid #f97316;padding:1.2em 1.5em;margin:1.5em 0;}
.yw-legal-note h3{font-weight:800;font-size:1.05rem;color:#9a3412;margin:0 0 .55em;}
.yw-legal-note h3::before{content:”26A0 “;font-size:1.1em}
.yw-legal-note p,.yw-legal-note li{color:#7c2d12;font-size:.95em;line-height:1.55;margin:0 0 .5em;}
.yw-responsible{background:#f0fdf4;border:1px solid #bbf7d0;border-left:4px solid #16a34a;padding:1em 1.4em;margin:1.5em 0;font-size:.95em;line-height:1.55;color:#14532d;}
.yw-responsible p{margin:0;color:#14532d}
.yw-inline-cta{margin:2em 0;padding:18px 0;text-align:center;border-top:3px solid var(–ink);border-bottom:3px solid var(–ink);}
.yw-inline-cta .label{font-family:”Bebas Neue”,sans-serif;font-size:1rem;letter-spacing:.22em;color:var(–primary);margin:0 0 .8em;display:block;}
.yw-inline-cta-row{display:inline-flex;flex-wrap:wrap;gap:12px;justify-content:center}
.yw-toc{max-width:760px;margin:2em auto;padding:1.4em 1.8em;background:var(–ink);color:#fff;box-shadow:8px 8px 0 var(–primary);display:block;}
.yw-toc-summary{list-style:none;cursor:pointer;font-family:”Bebas Neue”,sans-serif;font-size:1.5rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:#fff;user-select:none;outline:none;margin:0;}
.yw-toc-summary::-webkit-details-marker{display:none}
.yw-toc-summary::before{content:”25B6″;color:var(–primary);margin-right:.5em;display:inline-block;transition:transform .2s}
.yw-toc[open] .yw-toc-summary::before{transform:rotate(90deg)}
.yw-toc[open] .yw-toc-summary{margin-bottom:1em}
.yw-toc ul{list-style:none;padding:0;margin:.6em 0 0;columns:2;column-gap:2em}
.yw-toc ul li{margin:5px 0;break-inside:avoid}
.yw-toc ul li a{color:#fff;text-decoration:none;font-family:”Outfit”,sans-serif;font-size:.95em;font-weight:500;transition:color .15s,padding-left .15s}
.yw-toc ul li a:hover{color:var(–gold);padding-left:6px}
.yw-faq-section{border-top:4px solid var(–ink);margin-top:2em;counter-reset:faqcount}
.yw-cta-box{background:var(–ink);padding:48px;text-align:center;margin-top:3em;box-shadow:8px 8px 0 var(–primary);}
.yw-cta-box h2{color:var(–gold)!important;margin-top:0;font-size:2rem;}
.yw-cta-box h2::before{display:none!important}
.yw-cta-box p{color:#E0F8EF;margin-bottom:1.5em;}
.entry-title,h1.entry-title,.page .entry-title,.page-header .entry-title{display:none!important}
@media(max-width:780px){.yw-styled-content{font-size:17px;padding:0 18px}.yw-features{grid-template-columns:1fr}.yw-feature+.yw-feature{border-left:none;border-top:1px solid var(–rule)}.yw-cta-row,.yw-inline-cta-row{flex-direction:column;gap:10px;width:100%;display:flex}.yw-cta-row .yw-btn,.yw-inline-cta-row .yw-btn{width:100%}.yw-btn{padding:16px 24px;font-size:1.1rem}.yw-toc ul{columns:1}.yw-cta-box{padding:28px 20px}}.yw-faq-section{border-top:3px solid var(–ink);margin-top:2em;counter-reset:faqcount}
.yw-faq-item{counter-increment:faqcount;border-bottom:1px solid var(–rule);}
.yw-faq-item summary{display:flex;align-items:center;gap:.75em;padding:.85em 0;cursor:pointer;font-family:”Outfit”,sans-serif;font-weight:700;font-size:.95rem;color:var(–ink);line-height:1.35;user-select:none;list-style:none;}
.yw-faq-item summary::-webkit-details-marker{display:none}
.yw-faq-item summary::before{content:counter(faqcount);min-width:24px;height:24px;background:var(–primary);color:#fff;font-size:.75rem;font-weight:800;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;}
.yw-faq-item summary::after{content:”+”;margin-left:auto;font-size:1.2rem;font-weight:700;color:var(–primary);flex-shrink:0;transition:transform .2s;line-height:1;}
.yw-faq-item[open] summary::after{transform:rotate(45deg);}
.yw-faq-item[open] summary{color:var(–primary);}
.yw-faq-item[open]{background:var(–primary-soft);padding:0 12px;}
.yw-faq-item[open] summary{padding:.85em 0;}
.yw-faq-item .faq-body{padding:.1em 0 .9em 36px;color:var(–ink-soft);font-size:.88em;line-height:1.6;}
.yw-faq-item .faq-body p{margin:0;}
.yw-faq-item:hover summary{color:var(–primary);}.yw-screenshot-wrap{text-align:center;margin:1.8em 0;}
.yw-screenshot{max-width:320px;width:100%;border-radius:16px;box-shadow:5px 5px 0 var(–ink);display:inline-block;}
.yw-screenshot-caption{font-size:.8em;color:var(–ink-mute);margin-top:.5em;font-style:italic;}
.yw-screenshot-row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin:1.8em 0;}
.yw-screenshot-row .yw-screenshot-wrap{margin:0;}
Yaar Win Referral & Earn 2026: Commission Guide
Earn unlimited commission by inviting friends to Yaar Win — how the referral programme works, how to track earnings, and the Grand Referral Event prizes.
*Affiliate link – sponsored
No Cap
Unlimited referral earnings — no maximum commission.
Real-Time
Commission credited instantly when referred players bet.
Withdrawable
Referral earnings can be withdrawn like regular winnings.
Grand Prize
Top referrers win a Mercedes-Benz worth ₹55 Lakh.
18+ readers only
Updated
Table of Contents
What is the Yaar Win Referral Programme?
The Yaar Win referral programme allows every registered player to earn commission by inviting friends to the platform. When your referred friends register and play, you earn a percentage of their betting activity as commission — credited to your wallet in real time with no upper limit.
This makes the referral programme one of the most attractive passive income opportunities on the platform. Players with large social networks — on WhatsApp, Telegram, Instagram or YouTube — can generate significant ongoing income simply by sharing their referral link.
How the Referral Programme Works
The referral system tracks relationships between accounts:
- Every player has a unique referral link and an invite code
- When a new user registers using your link or enters your code, they are permanently linked to your account as your referral
- Every time your referral places a bet on the platform, you earn commission based on their bet volume
- Commission is credited automatically to your wallet in real time
- There is no limit on how many people you can refer or how much you can earn
How to Refer Friends on Yaar Win
Share your Yaar Win invite poster — permanent commission up to 85% for every friend who registers and plays
- Log into your Yaar Win account
- Go to the Referral section from the dashboard or profile menu
- Copy your unique referral link or your invite code
- Share it via WhatsApp, Telegram, Instagram, YouTube or any platform
- When a friend registers using your link or code, they are recorded as your referral
- Commission from their activity begins crediting to your wallet immediately
Your invite code is permanent and linked to your account. You can share it publicly in social media bios, video descriptions, or group messages for ongoing passive referrals.
Referral Commission Structure
The commission rate and structure are displayed in the Referral section of your account. Key points:
- Commission is calculated as a percentage of each referred player’s bet volume
- The rate may vary by game category — check current rates in the app
- Commission is credited in real time as your referrals play
- Multi-level referral tiers may apply — earning commission from referrals of your referrals
- There is no minimum referral count or threshold to start earning
Yaar Win Grand Referral Event
Yaar Win runs periodic Grand Referral Events where the top referrers on the platform compete for extraordinary prizes. The leaderboard is updated in real time and players can track their rank throughout the event.
| Rank | Prize | Value |
|---|---|---|
| 🏁 1st Place | Mercedes-Benz | ₹55 Lakh |
| 🏂 2nd Place | Luxury Watch | ₹5 Lakh |
| 🏃 3rd Place | iPhone 16 Pro | ₹1.5 Lakh |
| 4th–10th | Treasure Boxes | ₹10,000 each |
| 11th–50th | Treasure Boxes | ₹5,000 each |
Event dates and exact prize structure may vary. Check the official Yaar Win platform for the current event timeline and updated leaderboard.
Tracking Your Referral Earnings
The Referral section of your dashboard provides full visibility into your referral performance:
Your Yaar Win Agency dashboard — track direct subordinates, team registrations and commission earned in real time
- Total referral count: How many players have registered using your link
- Active referrals: Referrals who have placed bets recently
- Total commission earned: Cumulative earnings from all referrals
- Commission today: Earnings from the current day’s referral activity
- Leaderboard rank: Your current position in active referral events
Withdrawing Referral Earnings
Referral commission is credited to your main wallet balance and is withdrawable like regular winnings. There is no separate process for withdrawing referral earnings.
- Go to Wallet → Withdraw
- Enter your withdrawal amount (commission is included in your main balance)
- Confirm and receive funds in your bank account or UPI wallet within minutes
KYC must be completed before withdrawals are enabled. See the KYC Guide for details.
Tips to Maximise Your Referrals
- Share on WhatsApp groups: Gaming-related groups and communities are the most targeted audience for Yaar Win referrals
- Create YouTube content: Review videos and tutorials about Wingo, Aviator and other games reach a wide audience and drive consistent sign-ups
- Use your invite code in social bios: Instagram, Telegram and Twitter bios with your code work passively 24/7
- Explain the welcome bonus: Mentioning the ₹100 welcome bonus when sharing significantly increases conversion from clicks to registrations
- Be transparent: Clearly explain that you earn a commission — this builds trust and does not reduce your referral rate
Frequently Asked Questions
Is there a limit on how many friends I can refer?
No. You can refer an unlimited number of players. There is no cap on referral count or commission earned.
When is referral commission credited?
Commission is credited in real time each time a referred player places a bet. You do not need to wait for a weekly or monthly payout cycle.
Do I earn commission if my referral stops playing?
Commission is only earned when your referred player is actively placing bets. If a referral becomes inactive, you earn no commission from them until they resume activity.
Can I refer someone who already has a Yaar Win account?
No. The referral link only applies to new registrations. An existing account cannot be linked to a referrer after it is already created.
How do I find my referral link?
Log into your account and go to the Referral section. Your unique referral link and invite code are both displayed there.
Start Earning Through Referrals
Register now, get your referral link, and start earning unlimited commission by inviting your yaars.
{“@context”: “https://schema.org”, “@type”: “FAQPage”, “url”: “https://yaarwinclub.net/yaar-win-referral/”, “mainEntity”: [{“@type”: “Question”, “name”: “Table of Contents”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “No. You can refer an unlimited number of players. There is no cap on referral count or commission earned.”}}, {“@type”: “Question”, “name”: “When is referral commission credited?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Commission is credited in real time each time a referred player places a bet. You do not need to wait for a weekly or monthly payout cycle.”}}, {“@type”: “Question”, “name”: “Do I earn commission if my referral stops playing?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Commission is only earned when your referred player is actively placing bets. If a referral becomes inactive, you earn no commission from them until they resume activity.”}}, {“@type”: “Question”, “name”: “Can I refer someone who already has a Yaar Win account?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “No. The referral link only applies to new registrations. An existing account cannot be linked to a referrer after it is already created.”}}, {“@type”: “Question”, “name”: “How do I find my referral link?”, “acceptedAnswer”: {“@type”: “Answer”, “text”: “Log into your account and go to the Referral section. Your unique referral link and invite code are both displayed there.”}}]}
{“@context”: “https://schema.org”, “@type”: “Article”, “headline”: “Yaar Win Referral 2026”, “description”: “”, “url”: “https://yaarwinclub.net/yaar-win-referral/”, “datePublished”: “2026-05-01”, “dateModified”: “2026-05-09”, “author”: {“@type”: “Organization”, “name”: “Yaar Win Club”, “url”: “https://yaarwinclub.net”}, “publisher”: {“@type”: “Organization”, “name”: “Yaar Win Club”, “url”: “https://yaarwinclub.net”, “logo”: {“@type”: “ImageObject”, “url”: “https://yaarwinclub.net/wp-content/uploads/2026/05/yaarwin-logo-text.webp”}}}
