# Directory

Each vault entry includes a short strategy summary, risk rating, fees, TVL / AUM, and historical performance where available.

***

### Vaults (Overview)

Use a concise table or cards to list all vaults. Suggested columns:

* Vault name
* Strategy summary (1–2 lines)
* Risk rating / volatility
* Fees (performance fee, management fee, etc.)
* TVL / AUM
* Link to vault details

#### Example (table)

| Vault           |                      Strategy summary | Risk rating |                              Fees |   TVL / AUM | Details                 |
| --------------- | ------------------------------------: | ----------: | --------------------------------: | ----------: | ----------------------- |
| Example Vault 1 | Yield farming + auto-compound (short) |      Medium | 10% performance / 0.5% management | $12,345,678 | /vaults/example-vault-1 |
| Example Vault 2 |               Options selling (short) |        High |   20% performance / 1% management |  $3,210,000 | /vaults/example-vault-2 |

(Replace example links with real vault URLs.)

### Per-Vault Template

For each vault, include the following sections in the vault detail page.

#### Vault name

One-line name and primary token(s) tracked.

#### Strategy summary

1–2 lines describing:

* What the vault does (e.g., auto-compound yield, delta-neutral LP, options selling)
* Primary mechanisms (rebalancing, harvesting, external strategies)

#### Risk rating / volatility

* Categorical rating (e.g., Low / Medium / High)
* Short rationale (markets, leverage, counterparty risk)

#### Fees

* Performance fee: X%
* Management fee: X% (if any)
* Deposit / withdrawal fees (if any)
* Fee recipient / treasury (who receives fees)

#### TVL / AUM

* Current TVL (denominated in USD and primary token)
* Peak TVL (optional)
* Last updated timestamp

#### Historical performance

* Cumulative and annualized returns (if available)
* Performance chart (embed or image)
* Notes on methodology (net of fees? gross returns?)

<details>

<summary>Example historical performance section</summary>

* 1 month: +2.3%
* 3 months: +6.8%
* YTD: +12.1%
* Since inception (annualized): +18.5%

Include a small chart image or an embedded chart where possible.

</details>

#### Other metadata (optional but recommended)

* Launch date
* Strategy team / author
* Smart contract addresses (with links)
* Audit status and links
* Supported chains / networks

***

## Presentation Recommendations

{% hint style="info" %}

* Keep the strategy summary to 1–2 lines for scannability.
* Show TVL with a timestamp to avoid stale data.
* Make fees and risk clearly visible at the top of each vault card or row.
  {% endhint %}

### Example Vault Detail

#### Example Vault 1

* Strategy: Auto-compound stablecoin yield farming; harvests rewards daily and compounds.
* Risk rating: Medium — uses non-permissioned AMMs and farm contracts.
* Fees:
  * Performance fee: 10%
  * Management fee: 0.5% per year
* TVL / AUM:
  * Current TVL: $12,345,678 (as of 2025-01-01 00:00 UTC)
* Historical performance:
  * 1M: +2.3% | 3M: +6.8% | YTD: +12.1%
  * (Chart embedded or linked)

Smart contract addresses, audits, and team info should follow below the main sections.


---

# 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://zeit-1.gitbook.io/zeit/vaults/directory.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.
