# Audit Report

## Security Audit Report — Solana LP Handler

### Overview

DeGate's Solana LP Handler has been independently audited by **Adevar Labs**, a boutique blockchain security firm with over 100 audits completed and a track record securing protocols across Solana, Ethereum, and beyond.

The audit covered the full `programs/*` codebase of the Solana LP Handler — a wrapper around Raydium CLMM liquidity management flows that powers DeGate's Turbo Range product on Solana.

***

### What Was Audited

The Solana LP Handler supports:

* Position creation and liquidity management (increase/decrease)
* Token swaps into the required deposit ratio (zap flows)
* Reward and fee collection
* Protocol-specific security controls for integrator fee routing and operational safety

**Auditor:** Adevar Labs **Report Date:** March 20, 2026 **Repository:** [github.com/degatedev/solana\_lp\_handler](https://github.com/degatedev/solana_lp_handler) **After-Fix Commit:** `c09ed65b8b1ed572c0d743d69a15064134cc8fc1`

***

### Auditor's Assessment

> *"The Degate team has demonstrated a strong understanding of Raydium CLMM primitives and the preliminary audit adopted a security-first mindset. The Degate team promptly resolved all High and Medium severity issues and demonstrated a strong understanding of the security implications."*
>
> — Adevar Labs, March 2026

***

### Full Report

The complete audit report including all findings, proof-of-concept exploits, code snippets, and developer responses is publicly available:

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

***

*Audited by Adevar Labs · March 2026*

{% hint style="info" %}
For submission of bug bounty reports, please contact us at <bounty@degate.com>&#x20;
{% endhint %}


---

# Agent Instructions: 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.degate.com/your-wallet/audit-report.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.
