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

# Security

At **Pool**, security is our top priority. We understand that users trust us with their funds, and we take this responsibility seriously.

That’s why we partnered with **Borg Security** and leading independent auditor **0xSpearmint** to conduct a full security audit of our smart contracts.

***

### Audit Partner

* **Audit Company:** [Borg Security](https://www.borgsecurity.io/)
* **Lead Auditor:** [@0xSpearmint](https://x.com/0xSpearmint)
  * Top rankings on multiple leading security platforms:
    * 🥇 **#1 at Sherlock (Yearn yBOLD, Wormhole, Pump Fun)**
    * 🥇 **#1 at Cantina (Pump Fun, Infinity Pools, Goat Tech)**
    * 🥇 **#1 at Code4rena (Pump Science)**
    * Consistently ranked in the **top 15 auditors globally**

***

### Audit Scope

* Solana mixer contracts for **Anonymize Mode**
* Note management and relayer mechanics

The audit was designed to cover **critical logic, economic security, and edge cases**, ensuring Pool is protected against both technical and economic attacks.

***

### Results

* No **critical vulnerabilities** found.
* Several **low-severity issues** were identified and **fixed immediately**.
* Audit confirmed **robust architecture** and **safe-to-deploy contracts**.

***

### 🧾 Audit Report

{% file src="/files/zIbubwOrjZw9SWXXO0Ku" %}

***

### 🔐 Our Commitment

Security is never “finished.” We will continue to:

* Partner with **top audit firms**.
* Run **ongoing code reviews** before every major release.
* Expand to **contests** / **bug bounties** in future stages.

With Pool, you can be confident that **your funds are safe and protected by some of the best auditors in the industry.**


---

# 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.poolswap.io/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.
