The underlying problem on Solana
Can Solana burn tokens?
Yes. Technically Solana supports burning tokens. The issue is not the burn itself,
but the lack of a unified, standardized way to track how burns change supply across tools,
dashboards, and exchanges.
What is missing compared to other chains?
On Ethereum, many tokens follow standards (like ERC-20) that expose a clear
totalSupply() and well-defined burn events. Most analytics tools and
explorers can automatically react to these events and update the visible supply.
On Solana there is no single, universal standard:
- Tokens live in token accounts, not inside one contract.
- Projects can burn in different ways (programs, PDAs, dead wallets, etc.).
- There is no global, chain-wide “token burned” event that all tools can rely on.
Why is this a problem for communities and investors?
Without a dedicated solution:
- It is hard to verify how many tokens have actually been destroyed.
- Different dashboards may show different supply numbers.
- Manual calculations are error-prone and time-consuming.
- Trust suffers because anyone can claim “we burned X%” without a clear proof.
Why not just trust the team’s announcement?
Relying only on screenshots or manual announcements creates a single point of failure:
the team’s honesty and competence. A dedicated burn tracking service removes this
dependency and lets everyone check the same, independently calculated numbers.
How the Burn Bot solves it
What exactly does the bot do?
In simple terms, the bot continuously reads on-chain data for a given project,
recognizes burn-related activity, and converts it into transparent metrics:
- Total supply and burned amount.
- Circulating supply after burns.
- Burn history (who burned what, and when).
Why is Telegram integrated?
For many Solana and Pump.fun projects, Telegram is the primary communication channel.
By integrating there:
- Mods and admins can query burn data with simple commands.
- Announcements can automatically include updated supply figures.
- The community gets real-time feedback without leaving the chat.
What is the role of the burn web page?
The web page acts as a public, visual “single source of truth”:
- Shows key project stats and current supply.
- Displays recent burn activity and progress.
- Can be shared in social posts, documentation, and listings.
Who is this tool for?
Typical users are:
- Solana / Pump.fun project teams who want serious transparency.
- Communities that need an independent burn tracker.
- Analysts or investors who prefer verifiable on-chain numbers over screenshots.
What are the benefits and limitations?
✔ Automated tracking
✔ On-chain based
✔ Project-agnostic
⚠ Dependent on correct setup
⚠ Only for supported token types
The system can only be as accurate as the underlying project configuration
(e.g. which wallets are burn targets, how tokens are distributed). Once that is
defined correctly, the bot handles the repetitive work automatically.