# How to Provide Liquidity?

$TLP is the liquidity provider token on Trado Exchange. Purchasing TLP is equivalent to providing liquidity to the platform, while selling TLP means withdrawing liquidity.

### **Purchasing** $TLP

1. Click on "**Token**" to enter the "**Pool**" interface. On the right side, click "Buy $TLP". After entering the USDX amount, you can instantly see the corresponding amount of $TLP.

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

2. After clicking "Buy", the system will prompt a wallet popup for agreement signature.
3. The user's payment request will be executed at the next epoch opening.
4. After execution, click "Claim" to receive the $TLP you purchased.

<figure><img src="/files/8lBbVJsPzl3bGa3q8gAc" alt=""><figcaption></figcaption></figure>

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

### **Selling** $TLP

1. Users can click "**Sell TLP**" on the right side of the "**Tokens**"- "**Pool"** interface. After entering the amount of $TLP to sell, you can instantly see the corresponding USDX balance.
2. After clicking "**Sell**", the system will prompt a wallet popup for agreement signature.
3. The user's payment request will be executed at the next epoch opening.
4. After execution, click "Claim" to receive the USDX obtained from selling your $TLP.

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

Note: When users interact with $TLP, their assets do not directly interact with the liquidity pool but require waiting until the current epoch ends to truly complete the purchase or sale.

#### Risk Warning

**Counterparty Risk:** The $TLP pool serves as counterparties to traders, and trader profits will affect the value of the $TLP pool.

**Token Risk:** Tokens transferred across chains may depend on the security of the cross-chain bridge, and fixed-value tokens may carry disconnection risks.


---

# 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-perp.trado.one/perpetual/getting-started/how-to-provide-liquidity.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.
