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

# Liquidity

<figure><img src="/files/457Gq3OCzY1Rbfa7UDM0" alt=""><figcaption></figcaption></figure>

This guide provides step-by-step instructions on how to create a liquidity pool on the Honorswap platform. Honorswap liquidity pools allow users to swap Honor coin with various other tokens and earn rewards by providing liquidity.

### Step 1: Prepare Your MetaMask Account

Install the [MetaMask](https://metamask.io/) extension on your browser and create a wallet or import an existing one.

### Step 2: Provide the Tokens

1. Visit the Honorswap website: <https://www.honorswap.com/>
2. Click on the "Liquidity" tab on the homepage.
3. Click the "Add Liquidity" button to navigate to the liquidity adding page.

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

### Step 3: Adding Liquidity

1. Select the Honor token in the "From" section.

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

2. Choose another matching token in the "To" section (e.g., BUSD).

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

3. Enter the amount you want to add for both tokens.

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

3. View the automatically calculated liquidity pool ratio.

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

4. Confirm the transaction by clicking the "Supply" button

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

###

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

### Step 4: Transaction Confirmation

1. The MetaMask window will automatically pop up with transaction details.
2. Review the transaction fees and click the "Confirm" button to approve the transaction.

<figure><img src="/files/PNwLLwxLGemxUA01lnBj" alt="" width="235"><figcaption></figcaption></figure>

###

<figure><img src="/files/TRF8CIbGtT9Zs5LhljLd" alt="" width="240"><figcaption></figcaption></figure>

### Step 5: Start Earning Liquidity Rewards

1. Once the transaction is confirmed, navigate to the "Rewards" or "Farming" section on the Honorswap platform to learn how rewards are distributed for liquidity providers.

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

This guide illustrates how to participate in Honorswap liquidity pools. By carefully following each step, you can join the liquidity pools for your Honor coin and earn rewards.


---

# 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.honorswap.com/products/trade/liquidity.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.
