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

# Audits & Security

To provide Drip Pools, we have partnered up with [Spool](https://www.spool.fi/), a DeFi middleware that enables us to connect Drip Pools to all blue chip DeFi protocols that generate the yields used to supercharge Drip rewards.

The smart contracts Drip is using to route to third party blue-chip DeFi protocols have been **repeatedly audited** by some of the best auditors in the space, while maintaining a sizeable bug bounty on Immunefi.

Audits of Infrastructure used:\
[Spool](https://docs.spool.fi/technical-reference/audits) \
[Gearbox](https://docs.gearbox.finance/risk-and-security/audits-bug-bounty)\
[Morpho](https://docs.morpho.org/concepts/morpho-optimizers/security/audits/)\
[Curve](https://classic.curve.fi/audits)\
[Aave](https://docs.aave.com/developers/v/2.0/security-and-audits)\
[Compound](https://docs.compound.finance/v2/security/)\
[Yearn](https://docs.yearn.fi/security/)

<figure><img src="/files/0fNfTXa3bwCyDx9pGIB3" alt=""><figcaption><p>Drip is built on heavily audited and battle-tested protocols.</p></figcaption></figure>

`Disclaimer: While we continually strive to improve security for all Drip-related offerings, DeFi and blockchain are experimental concepts and technologies with potentially unforeseen risks that can include total loss of funds and should therefore be treated with care.`


---

# 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://drip.gitbook.io/drip-finance/audits-and-security.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.
