# Security

Strategies on Troves audited and marked with shield icon beside the strategy name as shown below. If a icon is now shown, its like an early stage vault without a audit. We would recommend having limited exposure to such vaults.&#x20;

<figure><img src="/files/n3ttjBFVbV0ueqSRNxv8" alt=""><figcaption></figcaption></figure>

## Audit reports

### Ekubo Vault

Audited by CSC, under the STRKFarm (previous name of Troves)

* [Audit link](https://assets.troves.fi/strkfarm/audit_report_vesu_and_ekubo_strats.pdf)
* [Github](https://github.com/trovesfi/troves-contracts/tree/main/src/strategies/cl_vault)

### Starknet Vault Kit

Starknet vault kit is an open source vault developed by Starknet community (primarily, Forge yield team) as a generic vault solution for any type of strategy. Troves uses this vault for most of the newer strategies.&#x20;

**Hyper LST Vaults**

* [Audit link - Sherlock](https://github.com/sherlock-protocol/sherlock-reports/blob/main/audits/2025_09_23_Final_Vesu_Starknet_Vault_Kit_Collaborative_Audit_Report.pdf)
* [Github](https://github.com/trovesfi/starknet_vault_kit/commit/0ccbf4ce0f3131fdced947b7c7b4406fea110481)

**Evergreen vaults**

* [Audit link](https://github.com/zenith-security/reports/blob/main/reports/Forge%20-%20Zenith%20Audit%20Report.pdf) - Zellic
* [Github](https://github.com/trovesfi/starknet_vault_kit/tree/mainnet)


---

# 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.troves.fi/p/security.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.
