# What are Vaults

A vault on Hyperliquid is an onchain pooled account where users can deposit funds and get exposure to a trading or market-making strategy. Vaults are a native feature of Hyperliquid’s HyperCore system, and they can be run by an individual trader or an automated strategy.

### **When you deposit into a vault**

* Your funds are pooled with other depositors
* The vault executes a strategy (for example, trading or market making)
* You share in the vault’s profit and loss (PnL) based on your share of the vault
* You also take on the strategy risk (vaults can lose money)

Vaults are a flexible primitive that can support advanced strategies, including high-throughput market making and liquidation-related strategies — not just simple token rebalancing.

### **How profit sharing works**

For standard (user-run) vaults, depositors receive the vault’s performance pro rata, and the vault leader receives a 10% profit share of gains. This profit share does not apply to protocol vaults (like HLP).

### **Important risk note**

Depositing into a vault is not passive savings. You are exposed to the underlying strategy’s outcomes, and past performance does not guarantee future returns. Hyperliquid explicitly warns that vaults are risky and should be evaluated carefully before depositing.

<br>


---

# 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://docs.tryliquid.xyz/vaults/what-are-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.
