# Liquidity Pools

The SyncSwap Protocol provides comprehensive tracking and indexing for its diverse range of liquidity pools across multiple pool models

#### Intuitive Discovery

Users can seamlessly browse the liquidity pool list on various networks via the SyncSwap DApp interface, or programmatically access detailed pool data and real-time metrics through the **SyncSwap API**

#### The Pool Wizard

A specialized UI tool designed to simplify the LP experience. It allows users to preview available pools for specific token pairs and identifies the optimal pool based on liquidity depth and fee structures

#### **Balanced Provisioning**&#x20;

The Wizard features a balanced proportion toggle, which automatically calculates the required asset ratios, preventing deposit errors and ensuring a smooth onboarding process for liquidity providers


---

# 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.syncswap.xyz/syncswap/protocol-overview/liquidity-pools.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.
