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

# Vault Mechanism

The vault is built on the ERC-4626 standard, so the shares it issues are natively composable — recognized and callable by other protocols without any custom integration.

At its core, it’s a share-price model: yield shows up as the exchange rate climbing, not the token balance growing. The flow from user's perspective can be broken into three steps:

#### **Deposit**

depositing an asset mints a fixed number of hhTokens — hhUSDC for the USDC vault, for example. Each one represents a proportional share of the whole pool rather than a claim on a fixed amount.

#### **Holding**

the hhToken count never changes, but the value behind it does. Capital is deployed across strategies that generate ongoing yield, so each hhToken becomes redeemable for more of the underlying asset over time.

#### **Redemption**

hhTokens can be redeemed at any time for shares × current exchange rate, with no separate claim step. All yield accrued between deposit and redemption is already priced into that rate.

<br>


---

# 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://docs.hyperhive.finance/hyperhive-vaults/vault-mechanism.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.
