# Security Audits

## Lending

The audits for the lending protocol are stored in a public Github repository here;

<https://github.com/ambitlabsxyz/hyperdrive-audits><br>

| Date       | Auditor  | Link                           |
| ---------- | -------- | ------------------------------ |
| Feb 2025   | Kiki     | <https://x.com/Kiki_developer> |
| March 2025 | Bailsec  | <https://x.com/bailsecurity>   |
| May 2025   | Obsidian | <https://x.com/ObsidianAudits> |

## HYPED Liquid Staking

The audits for HYPED are stored in a public Github repository here;

<https://github.com/ambitlabsxyz/hyperdrive-audits>

| Date          | Auditor     | Link                           |
| ------------- | ----------- | ------------------------------ |
| Apr 2025 \*\* | Enigma Dark | <https://x.com/EnigmadarkLabs> |
| Aug 2025      | Bailsec     | <https://x.com/bailsecurity>   |
| Aug 2025      | Enigma Dark | <https://x.com/EnigmadarkLabs> |

<sub>\*\* Code was refactored after this review to remove the external WithdrawQueue and support batch redemptions.</sub>&#x20;

## HLP Vault Tokenization

The audits for Vault Tokenization are stored in a public Github repository here;

<https://github.com/ambitlabsxyz/hyperdrive-audits>

| Date                | Auditor | Link                         |
| ------------------- | ------- | ---------------------------- |
| Feb 2025 \*\*       | Bailsec | <https://x.com/bailsecurity> |
| Jul 2025            | Bailsec | <https://x.com/bailsecurity> |
| Jul 2025 (Revision) | Bailsec | <https://x.com/bailsecurity> |

<sub>\*\* Code was refactored after this review to remove the external WithdrawQueue and support batch redemptions.</sub>&#x20;


---

# 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://hyperdrive-2.gitbook.io/hyperdrive/for-developers/security-audits.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.
