# Liquidity Pool

**Liquidity Pool** adalah smart contract yang mengunci token penggunanya untuk memastikan likuiditas token di DeFi Exchange. Pengguna yang menggunakan smart contract ini disebut Liquidity Provider (LP). Cara kerjanya, Liquidity Pool menyediakan smart contract yang terdiri dari dua token untuk membentuk pasangan perdagangan. Misalnya LDX dan USDT, disini kita asumsikan harga 1 LDX adalah 10 USDT. Liquidity Provider (LP) menyediakan jumlah yang sama dari dua token, yaitu 1 LDX dan 10 USDT, untuk membuat/menambahkan ke liquidity pool.


---

# 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.litedex.io/indonesia/panduan-produk/exchange/liquidity-pool.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.
