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

# Introduction

<figure><img src="/files/ziEgxelQL1rYC8KSkyWi" alt=""><figcaption></figcaption></figure>

[ParitySwap](https://parityswap.io/) is a decentralized exchange (DEX) built on Robinhood Chain, an Arbitrum-based Layer 2 network for tokenized real-world assets. It lets anyone swap tokens and earn fees by providing liquidity — including for tokenized equities and ETFs traded on-chain, alongside crypto-native assets.

Parity runs both **V2-style pools** (a simple constant-product model, liquidity spread across all prices) and **V3-style pools** (concentrated liquidity, where providers choose the price range they cover). Swappers get the best available price across both automatically; liquidity providers choose the model that fits how hands-on they want to be.

### The idea behind the name

*Parity* means equal value on both sides — and it runs through everything the protocol does:

* **Balance.** Every pool holds two assets in equilibrium; trading and arbitrage keep them fairly priced.
* **Fairness.** Everyone trades against the same curve. There are no privileged market makers and no insider order flow — the fees a pool earns flow back to the people who supplied its liquidity, not to a middleman.
* **The peg.** A tokenized real-world asset should trade at parity with the real thing. Parity is designed to make that relationship visible and to keep it tight.

### What you can do here

* **Swap** any listed token for another in a few clicks, with a transparent quote and honest routing.
* **Provide liquidity** to a V2 or V3 pool and earn a share of trading fees.
* **Trade tokenized real-world assets** — on-chain representations of equities and ETFs — with the same tooling you'd use for any token.


---

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