> For the complete documentation index, see [llms.txt](https://docs.loopfi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loopfi.xyz/chinese/extras/security.md).

# Security

{% hint style="danger" %}
Please reach out to **<security@loopfi.xyz>** if you have a security disclosure.
{% endhint %}

## Bug Bounty

There is an ongoing bug bounty for $100.000 on **code4rena**.

* **Bug Bounty:** <https://code4rena.com/bounties/loopfi#top>

## Audits

### **Audit 1 - Watchpug**

Watchpug Security (<https://twitter.com/WatchPug_>) has audited the Points Program and the audit for the entire protocol is currently ongoing. They were selected for their historical success on Code4rena.

* **Points Program:** <https://notes.watchpug.com/p/18f13f46b9eE_mgb>
* **Loop Protocol:**

  Report #01 <https://notes.watchpug.com/p/18ea3089e2esgBHp> \
  Report #02 [https://notes.watchpug.com/p/1909aa8a565HVvGe ](<https://notes.watchpug.com/p/1909aa8a565HVvGe >)\
  Report #03 <https://notes.watchpug.com/p/190becc04cemgrXz> \
  Report #04 <https://notes.watchpug.com/p/190c8fbf44ek5zZ4> \
  Report #05 <https://notes.watchpug.com/p/190dd9d39acrEJAv>

### **Audit 2 - Code4rena**

* **Points Program:**&#x20;
  * <https://code4rena.com/reports/2024-05-loop>
  * <https://code4rena.com/audits/2024-05-loopfi#top>
* **Loop Protocol:**&#x20;
  * <https://code4rena.com/audits/2024-07-loopfi>

## Risks

The Loop Protocol is designed with an emphasis on safety and security, yet, the inherent risks associated with any DeFi smart contracts are present. Our contributors have conducted extensive reviews of the smart contracts and conducted third-party audits to detect potential platform vulnerabilities before launch.

However, the potential of partial or total loss of your funds due to certain risks cannot be disregarded:

* **Smart Contract Vulnerabilities**
* **Depeg Events / Liquidations**
* **3rd Party Protocol Risk (i.e., Pendle)**
* **Bad Debt**
* **Key Management**
* **Reliance on Ethereum**
* **LRT Risk (i.e., Slashing)**

### Economic Risk

Additionally, some sections of the site display information about reward rates, yield rates or other transaction-related rates. These rates include additional tokens that could be earned through Loop and might be presented as "APYs", "APRs", or other similar terms. These are forward-looking projections, which, despite being based on historical data, are subject to many simplifications, assumptions, risks, and uncertainties. These could lead to a substantial variation in the eventual token-denominated 'Rate.' While these rates are not meant to be exact predictions of the actual future Rate of a Pool, they serve as illustrative projections likely to be eventually inaccurate.<br>


---

# 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://docs.loopfi.xyz/chinese/extras/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.
