Skip to content
All articles
June 7, 2026

How the Daily Buyback & Burn Works

A technical walkthrough of TurboLoop's daily buyback contract — how it pulls TURBO off the market, sends it to the dead address, and quietly shrinks circulating supply every day.

How the Daily Buyback & Burn Works

How the Daily Buyback & Burn Works

Most token projects talk about "deflationary mechanics" the way airlines talk about legroom. The marketing copy promises one thing; the on-chain reality says another. TURBO takes a different route. There is a smart contract, it runs every day, it spends real revenue on the open market, and the tokens it acquires are sent to an address nobody controls. Once they land there, they are gone — not vested, not staked, not "locked." Burned.

This post is for readers who want to know exactly how that works: where the funding comes from, what the contract actually executes, and why the math points in only one direction over time.

The mechanism in one sentence

A dedicated buyback contract — funded by 10% of admin fees from the main TurboLoop protocol — executes a daily market buy of TURBO through the USDT/TURBO PancakeSwap pair, then forwards every token it receives to the burn address.

That is the whole loop. The rest of this article unpacks each step and points you to the on-chain addresses you can verify yourself.

Where the funding comes from

The main TurboLoop protocol generates admin fees from its core operations. A fixed share of those fees — 10% — is earmarked specifically for buybacks. This earmarked portion is not discretionary spend, not a marketing budget, not a treasury allocation that someone can redirect on a Tuesday because sentiment shifted. It flows into the buyback system as a function of protocol activity.

The relationship is direct: the more the main protocol is used, the more revenue accrues, the more capital the daily buyback has to work with. If you want the full picture of how protocol revenue gets carved up before it ever reaches a buyback wallet, the revenue flywheel breakdown walks through every split.

A note on what is not in this flow: the 1% buy and 2% sell trade tax on the TURBO token is a separate, unrelated mechanism that goes to admin. The buyback discussed in this article is funded entirely by the 10% share of admin fees from the main protocol. The two systems do not feed each other.

The buyback contract

The contract address is:

0xd8735b03e0b18f1e0598c211cee9558c6247b6b9

You can inspect it directly on BscScan: view the contract. Two things matter about this contract beyond its existence.

First, ownership is permanently renounced. There is no admin key, no upgrade path, no pause function tucked behind a multisig. Whatever the contract does today is what it will do tomorrow, next quarter, and in 2031. No team member — including the team that deployed it — can change the rules. The security deep dive covers what renounced ownership means in practice and what it rules out.

Second, execution is automated. There is no "click here to trigger today's buyback" function that a human has to remember to call. The contract executes on its own daily cadence, every day, without intervention. If the team disappeared tomorrow, the buyback would keep running.

The pair contract

When the buyback executes, it doesn't route through five hops or use an opaque aggregator. It hits a single, well-known liquidity pool: the USDT/TURBO pair on PancakeSwap.

Pair contract: 0x5bede66bb27184001960e769efab95304f0e1759

This matters for two reasons. One, it is verifiable — anyone can pull the swap events from this pair and see the buyback contract's activity directly, including the size and timing of each buy. Two, the buy pressure shows up exactly where it counts, in the same pool that price discovery happens. There is no off-exchange OTC purchase, no private quote, no synthetic accounting. The contract walks the order book like everyone else.

What gets burned

After the swap, the contract holds a quantity of TURBO. It does not hold those tokens, stake them, redistribute them, or use them as collateral. It transfers them to the dead address — a wallet that has no private key and never will. Tokens sent there are mathematically unrecoverable. They sit on-chain as a permanent record, visible forever, owned by no one.

This is the part of the mechanism that does the actual work. A market buy alone is just trading; the burn is what removes supply.

The flow, end to end

Here is the entire path a unit of admin fee revenue takes before it ends up as a permanently destroyed TURBO token:

  • Step 1 — The main TurboLoop protocol earns admin fees from its core operations.
  • Step 2 — 10% of those fees are earmarked for buyback funding, separate from any other allocation.
  • Step 3 — On its daily schedule, the buyback contract at 0xd8735b03e0b18f1e0598c211cee9558c6247b6b9 executes automatically — no human trigger, no admin signature.
  • Step 4 — The contract performs a market buy of TURBO through the USDT/TURBO PancakeSwap pair at 0x5bede66bb27184001960e769efab95304f0e1759.
  • Step 5 — Every TURBO token acquired is transferred to the dead address. Burned. Gone.

That sequence is the entire mechanism. It happens once a day, every day, regardless of what anyone thinks about it.

Why this creates deflationary pressure

TURBO has a fixed total supply of 1,000,000 tokens — minted once, no inflation function, no future mint authority. Total supply cannot go up.

What can change is circulating supply, and the burn pushes that number in only one direction. Every day, some quantity of TURBO leaves circulation permanently. The size of that quantity varies with protocol revenue and market price, but the sign of the change does not. It is always negative.

This is a different shape of token economics from most "deflationary" tokens, which often rely on transaction-based burns that taper as activity shifts. The TurboLoop buyback is tied to protocol revenue, not to token transfer volume — which means the burn rate is a function of how useful the underlying product is, not how speculative the token is.

How to verify everything in this post

You do not have to take any of this on faith. Three sanity checks anyone can run:

  1. Check the buyback contract: open 0xd8735b03e0b18f1e0598c211cee9558c6247b6b9 on BscScan. Confirm ownership is renounced. Confirm the code is verified.
  2. Check the pair contract: open 0x5bede66bb27184001960e769efab95304f0e1759 on BscScan. Filter for swaps initiated by the buyback contract. The daily cadence and the buy direction are observable.
  3. Check the dead address: TURBO transferred to the standard burn address is visible in the token's transfer history. Sum the inflows over any window and you get the cumulative burn.

The full token overview lives on the /token page if you want the broader supply context, and the security posture — including what renounced ownership rules in and out — is documented at /security. Specific questions like "what happens if the buyback contract has no funds one day" or "can the burn address be changed" are answered in the FAQ.

The takeaway

The buyback is not a narrative. It is a contract — running on a schedule, funded by real protocol revenue, executing through a public liquidity pool, and sending its output to an address that nobody controls. The supply mechanics do exactly what the mechanism says they do, and the addresses above let anyone confirm it independently. That is what "deflationary" is supposed to mean.

Found this useful?
Pass it along.