Trinity
Burn

Deflation by design

1% of every trade is permanently burned. Supply can only ever decrease — the token mints its full supply once at deployment and exposes no mint path, only ERC20Burnable.

Initial supply
1,000,000TRI
Current supply
942,318TRI
Total burned
57,682TRI
Burn rate
5.77%
of initial supply

Supply reduction

live
burned5.77%
Pending burn (TRI)214.6
Pending burn (ETH→TRI)0.31
Burned so far57,682 TRI

How burning works

processBurn
  1. 1 On buys, the fee is skimmed in TRI — the burn share is held ready to burn.
  2. 2 On sells, the fee arrives as ETH; the burn share is converted TRI-ward first (slippage-bounded).
  3. 3 processBurn calls token.burn, reducing totalSupply on-chain.
  4. safe No arbitrary supply changes: mint is impossible; only holders/protocol can burn.