# Audit

Solend has been audited by [Kudelski](https://kudelskisecurity.com/). View the report [here](https://github.com/solendprotocol/solana-program-library/tree/master/token-lending/audit).

We have also used Soteria's scanner [here](https://www.soteria.dev/software), and cleared all vulnerabilities.

The Solend smart contracts are fully [open source](https://github.com/solendprotocol/solana-program-library) and have been since before the mainnet launch.

We built Solend using spl-token-lending as a starting point, which has been repeatedly audited/battle tested and used by many other teams in the space. We also intend to go through another round of audits if we make any major changes.&#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://docs.save.finance/protocol/audit.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.
