# How To List

A step-by-step guide about how to start listing IERC20 ticks in the market.

### 1. Browse the Market

Go to <https://app.ierc20.com/market/ethi> and browse the market. First, you need to connect to your wallet and switch to the Ethereum mainnet.&#x20;

### 2. Select the tick and click on "Quick List"

**All IERC-20 Inscriptions** are now allowed to trade on the market. Select the tick you want to list, and you will see all orders in the **"Listed"** section.&#x20;

You can see the tick amount, tick price, and Total price of each order on the card. Check the current market price and click the **"Quick List"** button to list your order.

<figure><img src="/files/kNtEOChAowIsl46OlBtD" alt=""><figcaption><p>Orders in the market</p></figcaption></figure>

{% hint style="info" %}
An address can have maximum one unfilled order in the market. Before listing a new order, please make sure that there are no uncancelled and unfilled orders.
{% endhint %}

### 3. List a new order

Enter the Amount and Price of ticks you want to sell (currency is ETH).

The **"Auto"** button will help you automatically fill the total price of the order with the floor price of the current market.&#x20;

You also need to set the listing duration, default is 7 days. After expiration, the order will be automatically removed from the market.

<figure><img src="/files/QhhQBftELNK1so5kfcYw" alt=""><figcaption><p>Token Listing</p></figcaption></figure>

Click **"Confirm"** and sign the transaction in your wallet. Transactions may take a few seconds to confirm. And there is no gas fee for listing.

### 4. Check Your List

After the transaction is confirmed, you can view your listings in the **"My List"** section.&#x20;

<figure><img src="/files/5IigfRFecWgU7GBMVA3h" alt=""><figcaption><p>My List</p></figcaption></figure>

Find your order in the "Listed", you can also cancel the listing here.

<figure><img src="/files/4arnrMe9sJcIKnD0z9pF" alt=""><figcaption><p>Unlist</p></figcaption></figure>


---

# 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.ierc20.com/users-guide/market/how-to-list.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.
