# Vaults 101

{% hint style="success" %}
**A vault is:**

1. A non-custodial smart contract
2. Transparent and verifiable
3. Defined by parameters that govern allowable actions by vault curators
   {% endhint %}

### Why Vaults?

#### **Operational Simplification**&#x20;

Users can access diversified yield strategies without managing individual allocations across multiple protocols, chains, and markets. Vaults consolidate the complexity of position management, risk monitoring, and performance tracking, enabling a dedicated curator to oversee the multiple aspects of a vault.

#### **Non-Custodial Architecture**&#x20;

Vault participants retain custody of their assets throughout their interaction with a vault. Users can verify a vault's holdings, curator actions, and withdraw assets at any time.

#### **Strategic Versatility**&#x20;

Vaults serve as flexible infrastructure enabling multiple institutional use cases:

* Supporting institutional stablecoin growth and utility
* Powering fintech and banking earn programs
* Creating productive use cases for tokenized real-world assets
* Enabling payments companies to optimize treasury holdings

As banks, fintechs, and payment providers expand their onchain operations, vaults provide a critical integration layer between traditional financial services and DeFi protocols.

### Core Vault Features

A DeFi vault is fundamentally composed of three elements:

1. **Non-Custodial Smart Contract**: Code deployed onchain that holds user assets and executes defined strategies.
2. **Transparent Operations**: All transactions, holdings, and allocations are publicly verifiable onchain.
3. **Defined Parameters**: Predefined rules that constrain allowable actions by vault curators.

### **Common Vault Strategies**

<table><thead><tr><th width="233.17578125">Strategy</th><th>Example</th></tr></thead><tbody><tr><td><strong>Lending</strong> </td><td>Allocate supplied assets to decentralized lending markets, optimizing for risk-adjusted returns. For example, USDC, ETH, or BTC lending vaults on <a href="/pages/7mQWnyISrjoYRrS9WbN7">Morpho</a> and <a href="/pages/zgvBBrMByl2jpvjGqwc2">Kamino</a>.</td></tr><tr><td><strong>Multi-chain</strong></td><td>Deploy capital across multiple chains and protocols simultaneously, dynamically rebalancing based on market conditions and risk parameters. For example, <a href="/pages/zJwsTgBOu3PiFR3j53pf">Gauntlet USD Alpha on Aera</a> may allocate supply to a blend of Gauntlet USDC Core on Mainnet and Gauntlet USDC Prime on Base.</td></tr></tbody></table>

### Transparency and Verifiability

Every vault action is recorded immutably onchain:

* **Performance**: Historical return data verifiable against onchain transactions
* **Allocations**: Current deployment across protocols and strategies
* **Fee Structure**: Transparent management and performance fee parameters


---

# 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://vaultbook.gauntlet.xyz/introduction/defi-101-vaults-and-curators/vaults-101.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.
