> For the complete documentation index, see [llms.txt](https://eggverse.gitbook.io/eggverse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eggverse.gitbook.io/eggverse/launchpad/undefined-2.md).

# 컬렉션 민팅하기

#### 1) 개별민팅

컬렉션을 선택하여 상세페이지로 들어간 후, ITEM 중민팅을 원하는 NFT를 골라주세요.

<div align="left"><figure><img src="/files/3u5dR6LcceA2U0xJlK55" alt=""><figcaption></figcaption></figure></div>

#### 2) NFT 수량을 선택한 후 민팅버튼을 클릭합니다.

<div align="left"><figure><img src="/files/AClgpwzNZUKvCe5zEk3j" alt=""><figcaption></figcaption></figure></div>

#### 3) Minting 버튼을 클릭하면 지갑연결 버튼이 뜨고, 컬렉션 민팅이 완료됩니다.

{% hint style="info" %}
일정기간동안  지갑 수수료는 에그버스에 부과되고 사용자의 수수료는 면제됩니다.
{% endhint %}


---

# 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://eggverse.gitbook.io/eggverse/launchpad/undefined-2.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.
