> For the complete documentation index, see [llms.txt](https://docs.rdex.finance/welcome-to-rdex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rdex.finance/welcome-to-rdex/rdex-the-amm-dex-for-rtokens/rdex-v2.md).

# rDEX V2

With [rDEX V2](https://test-app.rdex.finance/stafihub/swap)(testnet), [StaFiHub](https://www.stafihub.io/) users can trade the rTokens issued on StaFiHub against the base token, like rATOM against ATOM, and not the rATOM against FIS token on StaFi Chain. We think that this new feature will greatly improve the capital efficiency of liquidity providers and create a friendly arbitrage mechanism to help peg the rToken trading price with the real on-chain exchange rate. For now, rDEX V2 testnet supports 2 trading pairs: rATOM/ATOM and rIRIS/IRIS.

rDEX is very important for StaFi protocol’s staking derivative eco as the decentralized trading platform for all the rTokens. rDEX V2 has the following new features:

**1.Trading rTokens against base tokens:** Compared with [rDEX V1](https://app.rdex.finance/liquidity), rDEX V2 supports trading between rTokens issued on StaFiHub and the base token.

**2.Continuous Liquidity:** rDEX is an automated market maker DEX to provide continuous liquidity for rTokens by utilizing Thorchain’s CLP market maker model.

**3.Lower Slippage:** rDEX ensures low slippage for small and medium-sized transactions by using the fee model based on slippage.

**4.Asymmetrical Deposit:** Unlike the majority of cryptocurrency liquidity pools, rDEX users can provide liquidity by depositing one token or two tokens asymmetrically.


---

# 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.rdex.finance/welcome-to-rdex/rdex-the-amm-dex-for-rtokens/rdex-v2.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.
