> 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-bulk-buy.md).

# How To Bulk Buy

A step-by-step guide about how to bulk trade IERC20 ticks using the shopping cart in the market.

### 1. Browse the Market&#x20;

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 Inscription and click the "Add button"

**All IERC-20 Inscriptions** can now create up to 10 multi-item bundles to buy in one transaction on the market. Select the items you want to buy, click the **+** button, and it will appear in the **"Cart"** at the top right of your screen.

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

###

### 3. Bulk buy the items in your "Cart"&#x20;

Click the **"Cart"** button at the top right of your screen. You will see the item details and quantity of the desired items in bulk.&#x20;

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

{% hint style="info" %}
Please note that items cannot be reserved if you do not finish the full transaction process, and they may become "out of stock" while you are placing your order.
{% endhint %}

###

### 4. View your transaction history

You may also view your transaction history.

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

### &#x20;


---

# 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-bulk-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.
