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

# CLMM Security & Audits

This page summarizes security assurances for Swap.io Liquidity (CLMM): audits, live bounty, verified deployment, and code/IDL verification.

### ✅ Audits

* **Raydium Base Audit (Q3 2022, OtterSec)**\
  The underlying CLMM design was audited by OtterSec.\
  📄 [View report](https://github.com/raydium-io/raydium-docs/blob/master/audit/OtterSec%20Q3%202022/Raydium%20concentrated%20liquidity%20\(CLMM\)%20program.pdf)
* **Swap.io Independent Audit (Apr 2025, Zenith Security)**\
  Our modifications to the Raydium fork were reviewed by Zenith Security.\
  📄 [View report](https://github.com/swap-dot-io/swap-io/blob/main/audit/swap-io-clmm/2025-Zenith/Swap.io-CLMM-Zenith-Audit-Report-April-2025.pdf)

> 👏 Findings confirm our changes are **limited in scope** and do **not** introduce significant vulnerabilities.

***

### 🛡️ Bug Bounty

We run a public bounty for responsible disclosure.

* 🔗 [HackenProof: Swap.io Smart Contracts](https://hackenproof.com/programs/swap-dot-io-smart-contracts)

***

### 📦 Program Deployment (On-Chain)

* **Program ID**\
  `SWPammPnp7L9qFgV436u3CSPmcxU6ZQm6ttawzDTRuw`
* **Explorer**\
  🔗 [Solscan account](https://solscan.io/account/SWPammPnp7L9qFgV436u3CSPmcxU6ZQm6ttawzDTRuw)

***

### 🔍 Code & IDL Verification

**Solscan Program Security Page** provides:

* **Source Code Verified** — deployed bytecode matches our open-source repo
* **Commit Reference** — links to the exact audited commit
* **IDL Verified** — interface is published and verified for safe integrations
* **Security Links** — consolidated references for transparency

🔗 [Solscan: Program Security](https://solscan.io/account/SWPammPnp7L9qFgV436u3CSPmcxU6ZQm6ttawzDTRuw#programSecurity)

### 🧾 Transparency Commitments

We publish and maintain:

* Independent (upstream) and **Swap.io** audit reports
* A live **bug bounty** program
* **Verified** on-chain program ID & explorer profile
* **Source & commit** verification + **IDL** for developers

> ✅ Our goal is maximum **verifiability** for users, integrators, and auditors—and to uphold best practices in the Solana ecosystem.


---

# 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.swap.io/liquidity-clmm/clmm-security-and-audits.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.
