> For the complete documentation index, see [llms.txt](https://docs.daobase.ai/daobase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daobase.ai/daobase/kr/tutorials-and-guides/dao-1.md).

# DAO 배지 민트하는 방법

**1.배지 페이지(<https://daobase.ai/mintdaobadge?inviteId=1QZFZP)에> 접속하여 지갑 연결을 완료하세요.**

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

**2.초대 코드를 입력하고 인증을 완료하세요.**

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

**3.아래로 스크롤하여 ‘Mint Badge’ 모듈에서 기본 정보를 입력하세요.**

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

**4.‘Mint your Badge’ 버튼을 클릭하여 지갑에서 권한을 승인하고 확인하세요.**

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

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

**5.배지 민팅이 완료됩니다.**

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


---

# 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.daobase.ai/daobase/kr/tutorials-and-guides/dao-1.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.
