# Audits

The crypto ecosystem is notorious for regular smart contract exploits. Not a week goes by without <https://www.rekt.news/> announcing a new exploit. Feeder Finance carefully keeps track of such events. We intentionally avoid features such as oracles and flash loans for our products. They are well-known for being responsible for most exploits. To ensure the highest security standard, we let our contracts get audited by the best auditors the ecosystem has to offer:

| Purpose                                           | Auditor    | Finished | Source                                                                                                                      |
| ------------------------------------------------- | ---------- | -------- | --------------------------------------------------------------------------------------------------------------------------- |
| FeedToken; FeedFarm; FeedTimelock; FeedTimelockV2 | Certik     | Yes      | [Link](/security-and-contracts/audits/certik-security-audit.md#certik-security-audit-june-2021)                             |
| FeedVaults                                        | PeckShield | Yes      | [Link](https://github.com/peckshield/publications/blob/master/audit_reports/PeckShield-Audit-Report-Feeder-v1.0.pdf)        |
| Feeder Lending                                    | PeckShield | Yes      | [Link](https://github.com/peckshield/publications/blob/master/audit_reports/PeckShield-Audit-Report-FeederLending-v1.0.pdf) |


---

# 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.feeder.finance/security-and-contracts/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.
