# Vaults

As each vaults represents one of the 3 pools, the same taxes that apply to LP locks apply to vaults. Also, vaults are bound by the same rules and penalties that apply to regular **$TWICE** purchasers. Thus, an equal 15% buy fee will be enforced on vault creations, with each vault's selling fees matching the corresponding pool's. \
For instance, the assets locked in the A vault will be sent to a tier C LP (the one that's locked for 7 days), and therefore be met with a 25% tax fee on sells, and so on. Here's how it goes :&#x20;

\
Vault A : 50% locked in the 7 days LP, 50% in a 8% APR miner, 15% buy fee, 25% sell fee  (min 0.02 ETH, max 0.2 ETH)\
Vault B : 50% locked in the 14 days LP, 50% in a 10% APR miner, 15% buy fee, 17.5% sell fee (min (min 0.06 ETH, max 0.2 ETH)  \
Vault C : 50% locked in the 14 days LP, 50% in a 12% miner, 15% buy fee, 7.5% sell fee (min 0.14 ETH, max 1 ETH)

<figure><img src="/files/gkVaB9Bjj4pgLzBy36YR" alt=""><figcaption></figcaption></figure>

*<mark style="color:red;">**KEEP IN MIND THAT RANDOMLY TRIGGERED ON-CHAIN EVENTS WILL POSSIBLY ALTER THESE SETS OF RULES AND VALUES AND REMEMBER TO DESIGN YOUR STRATEGY ACCORDINGLY.**</mark>*


---

# Agent Instructions: 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://twiceprotocol.gitbook.io/twiceprotocol/tokenomics/vaults.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.
