> For the complete documentation index, see [llms.txt](https://docs.flashstake.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashstake.io/time-based-tokens-tbts/burning-tbts-flashburn.md).

# Burning TBTs (FlashBurn)

When a user burns their [TBT tokens](/time-based-tokens-tbts.md), they can withdraw yield from a [Yield Pool](/time-vault-strategies-tvs/time-vault-pools.md#example-1-yield-pool). Some [TVS](/time-vault-strategies-tvs.md) also have a [Boost Pool](/time-vault-strategies-tvs/time-vault-pools.md#example-3-boost-pool) that provides extra yield on top of the Yield Pool yield.

{% hint style="info" %}
The information provided in this article pertains exclusively to strategies developed by the Flashstake DAO. The process of burning TBTs may vary for strategies developed by external parties.
{% endhint %}

The assets received upon burning TBTs are proportional to the user’s relative ownership of the total TBT supply for that specific strategy and the size of the yield pool. For example, if a user holds 45% of the total TBT supply for a given strategy, they could choose to burn all of those TBTs and redeem 45% of the value within that strategy’s yield pool.

### Burning Math Example

For demonstration purposes, consider a scenario where the AAVE strategy has 400,000 USDC in its associated yield pool and 10,000 TBTs in existence. If you decide to Flashstake 30,000 USDC for 365 days, approximately 30,000 TBTs will be minted, making the total number of TBTs for this AAVE USDC strategy to now be 40,000. Your 30,000 TBTs represent 75% ownership of the yield pool, so if you burn all of your TBTs you can redeem approximately 300,000 USDC.

{% hint style="info" %}
The numbers presented in this example are for illustrative purposes only and should not be treated as actual values or guarantees. Additionally, it is important to note that the TBT minting formula varies depending on the strategy in question. Strategies developed by the Flashstake DAO utilize the formula specified in the TBTs section of the documentation.
{% endhint %}

To burn TBTs, a user can call the “[burnFToken](/smart-contracts/time-vault-strategy/methods.md#burn-tbd)” function in the associated strategy. Alternatively, this process can also be accomplished in a single transaction using the Flashstake feature which executes a mint and burn in the same transaction.

### Calculating Burn APR

Yield is typically calculated as a percentage of the employed capital and can be represented as Annual Percentage Rate (APR) or Annual Percentage Yield (APY). The formula for calculating the upfront APR is as follows:

$$
APR\_{upfront} = \frac{Return\_{upfront} \* 31,536,000}{Deposit \* StakeDuration\_{(seconds)}}
$$


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flashstake.io/time-based-tokens-tbts/burning-tbts-flashburn.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
