> For the complete documentation index, see [llms.txt](https://deltafi.gitbook.io/deltafi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deltafi.gitbook.io/deltafi-docs/hyperliquid/sector-vaults.md).

# Sector Vaults

Equal Weighted Vaults

> DELTAFI Layer1 Equal Weighted Vault

```
Address: https://app.hyperliquid.xyz/vaults/0x9c855c1184747e391ecf84a784416daf865e24b6\
Constituents: NEAR, ADA, SOL, TRX, BTC, BNB, ETH, BCH, AVAX, TON
Rebalancing period: Monthly
```

> DELTAFI DeFi Equal Weighted Vault

```
Address: https://app.hyperliquid.xyz/vaults/0x1c828f21f162cf5a649bbfc22f8da6f7db7514cd
Constituents: MKR, JUP, INJ, PYTH, RUNE, AAVE, LINK, LDO, UNI
Rebalancing period: Monthly
```

> DELTAFI AI Equal Weighted Vault

```
Address: https://app.hyperliquid.xyz/vaults/0xf736acc53c600e51b0b5347e2ccf100ce2a5da7b
Constituents: WLD, NEAR, TAO, FET, RNDR
Rebalancing period: Monthly
```

> DELTAFI Meme Equal Weighted Vault

```
Address: https://app.hyperliquid.xyz/vaults/0x79f0a689ccf0aea0268ce44705fc3ec015af0a27
Constituents: BONK, SHIB, FLOKI, PEPE, DOGE, WIF, BOME, MEME
Rebalancing period: Monthly
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://deltafi.gitbook.io/deltafi-docs/hyperliquid/sector-vaults.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
