# Manage and invest in vaults

&#x20;On Stazys, vaults are baskets of strategies allowing you to deploy, invest, withdraw and share your strategies permissionlessly on Solana with a single click.&#x20;

***

### Creating Your vault&#x20;

In the Yield Studio section, click on the ***New*** button then select ***Vault***, you get a menu where you can manage your new vault.

### Customizeable Options :

* **Name & Description** : Chose a Enter a clear name and description for your vault. This helps others understand what your vault does.
* **Strategies** : Add one or more of your saved strategies to the vault. Click **"Add Strategy"** and select from your drafts. You can add up to 5 strategies per vault.
* **Allocations** : Play with the sliding bar to assign a percentage to each strategy; these will naturally totals 100%. This determines how much of the vault's funds go to each strategy. Dynamic and conditional choice will be added later for more fine-tuning.
* **Visibility & Caps** : Chose whether your vault is **Private** (only you can see it) or **Public** (others can discover and invest). Optionally set caps: a maximum total vault size or a maximum per-user deposit limit.

Once all set, deploy and [invest](/stazys-docs/stragies-and-vaults/tokenization.md) or view detailed [analytics](/stazys-docs/getting-started/dive-into-the-yield-ecosystem.md) in the Studio Hub menu.

***

### Or invest into other's ideas

Naviguate to the Vaults tab to see different vaults :

* [Stazys Native Vaults](/stazys-docs/getting-started/stazys-native-vaults.md) : Vaults operated by the Team, delivering diversified safe yield with public clear allocations and performance history, and earning a share of fees generated by the entire protocol.
* **Creator's Vaults** : Vaults managed by content creators that earned this role based on their content around Solana Yield ecosystem and strong community.
* User's Vaults : Any vaults made public by other users.

While allocations and vault histories are always public, the details of strategies are not. Tokens used in strategies are always PDA-controlled by the Stazys on-chain program ([details](/stazys-docs/stragies-and-vaults/technical-details.md)), which ensures your tokens cannot be stolen and that they follow predefined routes.

{% hint style="warning" %}
Invest only in vaults you trust, or create your own.
{% endhint %}


---

# 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://stazys.gitbook.io/stazys-docs/getting-started/manage-and-invest-in-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.
