# Vaults

Vaults are simple strategies available to users in a single click. They aim at diversifying the assets the user wants to deposit in the protocol. They are designed to be as easy to apprehend as possible to allow the lesser educated defi investor to still earn significant rewards.&#x20;

Thus, vaults are pretty straightforward: they are a diversified solution that splits the deposited assets into even shares and deposits them in all of the protocol's products.  \
Therefore, when a user deposits $100 in a Vault, the Smart Contract automatically uses half the money to create an LP, swapping 25% of the deposited amount for USDC for the pair. It also sends the other half of the original deposit to a miner.\
\
Remember that Vaults are associated with LPs (and thus miners as well), as there are 3 vaults and 3 matching LPs with matching APRs and locking times.

*<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/the-protocol/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.
