> For the complete documentation index, see [llms.txt](https://docs.sailingprotocol.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sailingprotocol.org/dex-trading-and-lps.md).

# DEX Trading & LP's

###

### Trading Pairs and Market Making Bots

Each **trading pair**—such as **AAPL/USDC** or **TSLA/DAI**—is managed by **market-making bots** that ensure stock token prices align with **real Wall Street market values**. These bots dynamically adjust liquidity to maintain accurate prices and provide smooth trading.

**Key Benefits of Market Making Bots:**

* **Accurate Pricing:** All trades reflect the real market value, without oracles.
* **Minimized Slippage:** Bots manage buy/sell orders to maintain liquidity balance.
* **24/7 Availability:** Ensures smooth operations, even during high volatility periods.

### Liquidity Pools (LPs): The Best of Both Worlds

Our liquidity pools are designed to offer **the stability of traditional finance with the flexibility of crypto markets**. Since **stock tokens are more stable** than most cryptocurrencies, pairing them with **stablecoins (like USDC or DAI)** ensures a **reliable APY** and **rentability for liquidity providers (LPs)**. This structure makes it highly attractive for users to contribute liquidity and earn consistent returns.

* **Earn Stable APY:** LPs benefit from steady, predictable returns due to the pairing of stock tokens with stablecoins.
* **Coming Soon:** In the near future, **our dApp will introduce tools** to allow users to create and manage their own liquidity pools, further enhancing market participation.


---

# 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.sailingprotocol.org/dex-trading-and-lps.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.
