惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
博客园_首页
爱范儿
爱范儿
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
Y
Y Combinator Blog
量子位
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Blog of Author Tim Ferriss
月光博客
月光博客
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Telegram Stars Economics for Bot Developers: What Your St...
starsearn · 2026-06-15 · via DEV Community

starsearn

Your Telegram bot is live. Users are sending Stars. You check your creator dashboard and see 847 Stars sitting there.

The question that follows is always the same: what does that actually mean in real money?

The answer is more complicated than Telegram's UI suggests — and if you're building a bot or mini app that monetizes with Stars, you need to understand the gap before you publish your pricing.


The Fundamental Problem: Stars Have Two Different Values

Telegram Stars are not a fixed currency. There are at least two distinct values that matter:

Context Who pays it What it represents
Buyer price Your user in the Telegram app What they pay to acquire Stars (includes app store markup)
Creator withdrawal value You, the developer What you actually receive after Telegram's share, TON conversion, and exchange fees

These two numbers are not the same. And neither is displayed prominently in Telegram's UI.


The Actual Math (June 2026 estimates)

These are estimates based on current Telegram rates and TON price. Use them as a framework, not as billing logic.

Stars amount Buyer pays (est.) Creator receives (est.) Difference
100 Stars ~$1.99 ~$0.87–$0.92 ~55% goes to platform/fees
500 Stars ~$9.99 ~$4.35–$4.60 same ratio
1,000 Stars ~$19.99 ~$8.70–$9.20 same ratio
5,000 Stars ~$99.99 ~$43.50–$46.00 same ratio

Key insight for developers: when you tell a user "send me 100 Stars," you are not receiving $1.99. You are receiving closer to $0.87–$0.92, after Telegram's cut and the TON→USD conversion path.

If you're pricing a feature at 100 Stars, plan your unit economics around the creator value — not the buyer price.


Why the Withdrawal Path Matters

Stars don't convert directly to USD or EUR. The flow is:

Stars earned
  → eligible for withdrawal (minimum threshold + waiting period)
  → TON (at Telegram's conversion rate)
  → TON wallet or exchange
  → sell TON for USDT/USD/EUR
  → fiat to bank (KYC may apply)

Each step has friction:

  • Waiting period before Stars are eligible for withdrawal
  • Minimum amount before you can withdraw
  • TON price volatility between earning and selling
  • Exchange fees when converting TON to fiat
  • KYC at the fiat off-ramp if you haven't set it up

For small amounts this is fine. For a subscription-based bot with recurring Star payments, you want to model this before you set your pricing.


Fragment: The Cheaper Buying Option

Your users can buy Stars cheaper than the in-app price using Fragment, Telegram's official TON marketplace.

Fragment removes the mobile app-store markup. Users need TON and a compatible wallet, which adds setup time — but for regular buyers or larger amounts, the savings are meaningful.

What this means for your bot: a user who buys Stars through Fragment pays less per Star than a user buying through the Telegram app. Your revenue per Star doesn't change — but your users' cost does. Knowing this exists is useful if users ask why Stars are expensive.


Before You Set Your Bot's Pricing

Before you decide "I'll charge 500 Stars for this feature," run the numbers through the StarsEarn Telegram Stars Calculator.

It shows:

  • Estimated buyer cost for any amount
  • Estimated creator withdrawal value
  • TON and USD estimates

This takes 30 seconds and gives you a real baseline for your unit economics.


FAQ for Developers

Q: Can I withdraw Stars immediately after a user sends them?
Not immediately. Stars go through an eligibility period before you can withdraw. Check the current Telegram/Fragment rules before planning cash flow.

Q: Do Stars expire?
Earned Stars don't expire, but check current Telegram terms before building long-term assumptions on this.

Q: Can I use Stars as an in-app currency inside my mini app?
Yes — this is a core use case. Stars can be used for in-app purchases within Telegram mini apps via the Telegram Payments API.

Q: Is there a way to test the Stars payment flow in development?
Telegram's Bot API supports test mode for payments. Check the official Telegram Bot API docs for sendInvoice and the Stars payment flow.

Q: What's the minimum withdrawal amount?
Telegram and Fragment set minimums that can change. Check the current docs before planning your cash-out schedule.


Resources


Rates and rules in this article are estimates as of June 2026. Always verify current rates in Telegram, Fragment, and your exchange before making business decisions.