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

# Security

## Audit Reports

### May 2024 Release

| Auditor    | Report link                                                                                                                   |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------- |
| ThreeSigma | [`2024-05-22 ThreeSigma Report`](https://github.com/maple-labs/syrup-router/blob/main/audits/ThreeSigma-MapleSyrupRouter.pdf) |

### August 2024 Release

| Auditor     | Report Link                                                                                                                           |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Three Sigma | [`2024-08-23 - Three Sigma Report`](https://github.com/maple-labs/syrup-utils/blob/main/audits/ThreeSigma-Maple-Finance-Aug-2024.pdf) |
| 0xMacro     | [`2024-08-14 - 0xMacro Report`](https://github.com/maple-labs/syrup-utils/blob/main/audits/0xMacro-Maple-Finance-Aug-2024.pdf)        |

## Maple's Security Model

The Syrup Protocol is a layer built on top of Maple Finance, leveraging the same underlying smart contract infrastructure that has facilitated over $4.6B in loans to institutional borrowers. The Maple Finance protocol has undergone 7+ audits, all of which can be found [here](https://maplefinance.gitbook.io/maple/technical-resources/security/security). These audits have been completed by top-tier firms like Spearbit/Cantina, Three Sigma, and 0xMacro. Additionally, the Syrup Protocol’s main contract, the Syrup Router, has undergone an audit by Three Sigma, which is linked above.


---

# 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:

```
GET https://syrup.gitbook.io/syrup/technical-resources/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.
