> For the complete documentation index, see [llms.txt](https://vacufi.gitbook.io/vacufi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vacufi.gitbook.io/vacufi/tokenomics/negative-entropy/examples.md).

# Examples

***Example 1:***&#x20;

Suppose the circulating token supply is 1,000,000 tokens. During a 22-25 hour epoch, the total trading volume (excluding wallet-to-wallet transfers and buybacks) amounts to 8,000 tokens. Since 8,000 is less than 1% of the circulating supply (10,000 tokens), the contract triggers a buyback at the end of the epoch. It uses 42% of the available ETH balance to purchase tokens from the market, effectively reducing the circulating supply. The volume counter is then reset, and a new 24-hour epoch begins.

***Example 2:***&#x20;

Consider a scenario where the circulating token supply remains at 1,000,000 tokens. Over a 22-25 hour epoch, the total trading volume reaches 15,000 tokens (excluding wallet-to-wallet transfers and buybacks). As the volume exceeds the 1% threshold (10,000 tokens), the contract does not execute a buyback when the epoch concludes. Instead, it resets the volume counter to zero and starts a new 22-25 hour epoch to continue monitoring the trading activity.


---

# 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:

```
GET https://vacufi.gitbook.io/vacufi/tokenomics/negative-entropy/examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
