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

# Turbo Range

Turbo Range is DeGate's liquidity provision (LP) feature. It puts your funds into a concentrated-liquidity pool within a price range you set; when the market trades inside that range, you earn fees. It compresses a normally multi-step LP workflow into a one-click experience, and it is not limited to one asset class: pools cover crypto, tokenized stocks and ETFs, and gold.

## What you can provide liquidity for

As of July 2026, Turbo Range offers 15 products, including Gold, Bitcoin, Ethereum, Tesla, Nvidia, Google, Amazon, Apple, Meta, MicroStrategy, Circle, SpaceX, a Silver ETF, the S\&P 500, and the Nasdaq 100. New pools are added regularly; the live list is in the app at [app.degate.com/turbo-range](https://app.degate.com/turbo-range).

## Where it runs

* **Solana**, via Raydium CLMM integration
* **Base and Ethereum**, via Uniswap V3

DeGate acts as a streamlined front-end terminal for these pools: you access their liquidity inside the DeGate interface, and manage positions on all three chains from one place.

## How you enter a position

* **Single-token entry.** Deposit just USDC and DeGate handles conversion into the pool's required ratio. Dual-asset deposits also work.
* **Cross-chain deposits.** Fund a position with USDC from any supported chain; DeGate routes it, with no manual bridging.
* **No lock-up.** You can close a position at any time; your tokens return to your wallet and earned fees are collected.

## Earnings and risks

APYs vary with asset volatility and market conditions and can reach 100%+ on volatile pairs. Higher APYs generally mean higher volatility, which also means higher impermanent loss risk. Past performance does not guarantee future returns.

Like all concentrated liquidity provision, Turbo Range positions are subject to impermanent loss. If the price moves outside your selected range, the position stops earning fees and shifts entirely into one token. Your funds remain yours: you can wait for the price to return, adjust the range, or close the position.

## Security

The Solana program powering Turbo Range's liquidity management (the Solana LP Handler, a wrapper around Raydium CLMM flows) was independently audited by Adevar Labs in March 2026. See [Audits](/security-and-self-custody/audits.md).

## FAQ

**Why use Turbo Range instead of LPing directly on Raydium or Uniswap?** Four conveniences: cross-chain deposits without bridging, single-token entry, automatic gas handling, and one interface for positions across Solana, Base, and Ethereum. The underlying pools are the same.

**Can I withdraw at any time?** Yes. There is no lock-up period.

**What happens when the price leaves my range?** The position stops earning fees and converts into one token. You can rebalance, wait, or exit; nothing is locked or lost beyond normal market movement.


---

# 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.degate.com/features/turbo-range.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.
