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

# Integrations

Our vaults are designed to interface with other DeFi protocols, enabling Managers to implement their investment strategies effectively.&#x20;

These supported protocols, referred to as Integrations, currently include prominent platforms like:

* Aave
* Camelot V2
* Camelot V3
* GMX V1
* Uniswap

as part of our Beta launch. Our selection criteria for these protocols hinge on their anticipated utility and their reputable standing within the DeFi community. It's important to note that our evaluation of their reputation is subjective, based on public statements from the protocols themselves and feedback from their users.

To bolster our platform's resilience against potential breaches in integrated protocols, our architecture has been fortified with advanced Solidity features. This strategic enhancement allows for immediate and effective responses to any security issues that may arise with integrated protocols. Our Solidity architecture is designed not only to mitigate risks but also to ensure the continuity and reliability of our services, thereby safeguarding our users' investments. This additional layer of security demonstrates our commitment to providing a secure and reliable DeFi platform.

Given these considerations, we urge users to be cognizant of the risks associated with software bugs in third-party protocols, including both blockchains and layer 2 solutions, which could potentially lead to financial losses. We explicitly state that we make no claims regarding the security of third-party software and will not be held accountable for any losses incurred through the use of such software. We strongly encourage users to conduct their own thorough due diligence, such as reviewing security audits of the blockchains, layer 2 solutions, and any third-party protocols they plan to interact with, to further ensure the safety of their investments.


---

# 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://vaultus-finance.gitbook.io/docs/integrations.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.
