> 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/linear-progressive-tax/examples.md).

# Examples

***Example 1:***\
Person X **buys or sells** 1,000,000 VACU tokens (0.1% of the circulating supply). Since this transaction size falls between 0.005% and 0.5% of the circulating supply, X's transaction would incur a tax rate somewhere between 3% and 30%. The exact rate would depend on where 0.1% falls within that range.

***Example 2:***\
Person Y wants to **buy** 50,000,000 VACU tokens (5% of the circulating supply). Because this transaction size exceeds 0.5% of the circulating supply, it would be subject to the maximum tax rate of 30%. So out of the 50,000,000 tokens Y is purchasing, 15,000,000 (30%) would be taken as tax and the remaining 35,000,000 would be credited to Y's wallet.

***Example 3:***\
Person Y wants to **sell** 50,000,000 VACU tokens (5% of the circulating supply). Because this transaction size exceeds 0.5% of the circulating supply, it would be subject to the maximum tax rate of 30%. So out of the 50,000,000 tokens Y is selling, 15,000,000 (30%) would be taken as tax and the remaining 35,000,000 would be swapped to ETH.

***Example 4:***\
In the first 20 minutes after launch, the tax rates are multiplied by 3x. So if Person Z tries to **buy or sell** 500,000 VACU tokens (0.05% of supply) in that initial hour, instead of a 3% tax, they would face a 9% tax (3% base rate x 3.0 multiplier).

***Example 5:***

If Person W attempts to **buy** 50,000,000 VACU tokens (5% of the circulating supply) during the first hour of trading after launch, they would face the maximum tax rate of 90% (30% base rate x 3.0 multiplier). Out of the 50,000,000 tokens W is trying to purchase, 45,000,000 (90%) would be taken as tax, and only 5,000,000 would end up in W's wallet. The TX would likely fail way before that as you'd need to set slippage to 90%, with Uniswap only supporting a max slippage of 50%.

***Example 6:***

If Person W attempts to **sell** 50,000,000 VACU tokens (5% of the circulating supply) during the first hour of trading after launch, they would face the maximum tax rate of 90% (30% base rate x 3.0 multiplier). Out of the 50,000,000 tokens W is trying to sell, 45,000,000 (90%) would be taken as tax, and only 5,000,000 would be swapped to ETH. The TX would likely fail way before that as you'd need to set slippage to 90%, with Uniswap only supporting a max slippage of 50%.

Example **5** and 6 illustrate the strongly prohibitive nature of the tax structure in those 20 minutes, which is designed to prevent large buy-ins that can destabilize the token's price, especially from so called Snipers. The multiplier will reset to 1x after the first 20 minutes to avoid overly punishing users once the initial launch phase is complete.


---

# 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/linear-progressive-tax/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.
