> For the complete documentation index, see [llms.txt](https://docs.prosper-fi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prosper-fi.com/app-overview/security.md).

# Security

Prosper's dApp smart contract suite has been audited by SlowMist. The reports are available here on SlowMist's GitHub:

* [Staking](https://github.com/slowmist/Knowledge-Base/blob/master/open-report-V2/smart-contract/Prosper%20Staking%20Pool%20-%20SlowMist%20Audit%20Report.pdf) (v1)
* [Staking](https://github.com/slowmist/Knowledge-Base/blob/master/open-report-V2/smart-contract/Prosper%20Staking%20Pool%20Phase2%20-%20SlowMist%20Audit%20Report.pdf) (v2)
* [Bridge](https://github.com/slowmist/Knowledge-Base/blob/master/open-report-V2/smart-contract/Prosper%20Bridge%20-%20SlowMist%20Audit%20Report.pdf) (old token)

Prosper's upgraded token contract has been audited by SlowMist and Zellic. The reports are available here:

* [SlowMist](https://github.com/slowmist/Knowledge-Base/blob/master/open-report-V2/smart-contract/Prosper%20Upgraded%20Token%20-%20SlowMist%20Audit%20Report.pdf)
* [Zellic](https://github.com/Zellic/publications/blob/master/Prosper%20Omnichain%20Fungible%20Token%20-%20Zellic%20Audit%20Report.pdf)

Features in the future will also be audited by trusted audit partners.


---

# 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://docs.prosper-fi.com/app-overview/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.
