Why a Burn Bot?
Solana supports token burns, but it does not provide a single standard for reporting supply changes. This bot bridges that gap.
The underlying problem on Solana
- Supply changes are not standardized across tools.
- Burns can happen in different ways (programs, wallets, closes).
- Communities often rely on screenshots or manual claims.
How the Burn Bot solves it
- Reads on-chain data and detects burn activity.
- Calculates total supply, burned amount, and deltas.
- Publishes results in Telegram and on a web page.
High-level workflow
- Project config is stored (mint, burn wallet, RPC).
- The bot monitors burn-related activity.
- Supply metrics are recalculated.
- Results are published for the community.
Who this is for
- Project teams who want transparent burn reporting.
- Communities that want independent verification.
- Analysts who need consistent on-chain numbers.