> 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/security-and-transparency.md).

# Security & Transparency

Every contract the protocol deploys is published with its address, and every audit is published in full — including findings that were accepted rather than fixed. This page is the canonical reference and is updated as each item goes live.

<table data-header-hidden data-search="false"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>Component</td><td>Address</td><td>Status</td></tr><tr><td>USDC Vault (hhUSDC)</td><td>[To be published]</td><td>Pre-launch</td></tr><tr><td>HYPE Vault (hhHYPE)</td><td>[To be published]</td><td>Pre-launch</td></tr><tr><td>Strategy Adapters</td><td>[To be published]</td><td>Pre-launch</td></tr><tr><td>Staking Contract</td><td>[To be published]</td><td>Pre-launch</td></tr><tr><td>HIVE Token</td><td>[To be published]</td><td>Pre-launch</td></tr><tr><td>Admin Multisig</td><td>[To be published]</td><td>Pre-launch</td></tr><tr><td>Timelock</td><td>[To be published]</td><td>Pre-launch</td></tr><tr><td>Audit — [Firm]</td><td>[Report]</td><td>Scheduled</td></tr></tbody></table>

**Permissions** — the addresses that can pause the vault, change strategy weights, or upgrade a contract are listed above with their signer set and timelock delay, so anyone can verify what the team can and cannot do with deposited capital.

**Audits** — reports are linked here on completion. An audit reduces risk; it does not eliminate it, and no report should be read as a guarantee that the code is free of defects.

<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/security-and-transparency.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.
