> For the complete documentation index, see [llms.txt](https://docs.ierc20.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ierc20.com/users-guide/market/how-to-buy.md).

# How To Buy

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

### 1. Browse the Market

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

<figure><img src="/files/QQcDYOeaZ8FfSuyT0Fvn" alt=""><figcaption><p>Tick Market</p></figcaption></figure>

### 2. Select the tick and view the "Listed" section

**All IERC-20 Inscriptions** are now allowed to trade on the market. Select the tick you want to buy, 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. The List is sorted in ascending order by Tick Price. Refresh to view new market orders.

<figure><img src="/files/0Rd9YjuN7BsziU7BiooQ" alt=""><figcaption><p>Listed</p></figcaption></figure>

The status of all listed orders will be automatically updated, including:

1. **Sold Out**: The order has been sold, click on the address to view the transaction details;&#x20;
2. **Canceled**: The seller canceled the listing;&#x20;
3. **Expired**: The seller’s listing has expired;&#x20;
4. **Pending**: The order is being purchased, including all addresses involved;

<figure><img src="/files/JgXj6Qm76ZBnXNYjeLFg" alt=""><figcaption><p>The status of orders</p></figcaption></figure>

Before buying, you can also switch to the **"Orders"** section to view the latest transaction history and order prices.

<figure><img src="/files/YBEkQT8RrOIdKaaDvuex" alt=""><figcaption><p>Purchase History</p></figcaption></figure>

### 3.  Click "Buy" and confirm the transaction

After confirming the order information, click on the **"Confirm"** button and confirm the transaction in your wallet. Transactions may take a few seconds to confirm, and later you will be able to view the new balances. &#x20;

<figure><img src="/files/9nNQADxzNzOPrt1VjM0s" alt=""><figcaption><p>Purchase</p></figcaption></figure>

If the balance is incorrect, please refresh the page and wait, or contact the community administrator on [Discord](https://discord.gg/wXxAKTUH).


---

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