> For the complete documentation index, see [llms.txt](https://docs.vennie.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vennie.io/getting-started/vennie-tools/airdrop/create-airdrop.md).

# Create Airdrop

{% hint style="info" %}
**먼저 다음의 항목을 확인해주세요.**

* 에어드랍 생성자는 종료일에 분배 내역을 확인하고 컨펌(Tx)을 완료해야 사용자가 클레임을 할 수 있습니다.
* 에어드랍 조건에 따라 보상 대상자가 없을 수 있으며, 해당 경우 Vennie 핵심 참여자에 분배하거나 에어드랍 컨트랙트에 락업할 수 있습니다.&#x20;
  {% endhint %}

1. [Vennie Tools ](https://tools.vennie.io/)사이트로 이동한 후 지갑 연결을 완료합니다.&#x20;

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

2. '**Airdrop**' 메뉴에서 '**에어드랍 생성**'을 클릭합니다.

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

3\. **참여  가능 그룹 선택** 화면에서 특정 그룹을 선택하여  에어드랍을 진행할 수 있습니다.&#x20;

&#x20;

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

* 해당 에어드랍에 참여할 수 있는 그룹을 제한적으로 설정할 수 있습니다.&#x20;
* 단일 그룹 또는 여러 그룹을 And, Or 조건으로 더 정밀하게 설정할 수 있습니다. 여러 그룹 선택 시, \
  최대 3개 까지 선택할 수 있습니다.&#x20;

4\. **추가 미션 선택** 화면에서 추가로 미션을 설정할 수 있습니다. 참여 가능 그룹 조건과 미션을 모두 설정한 경우, 모든 조건을 만족해야 에어드랍을 받을 수 있습니다.&#x20;

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

<mark style="color:purple;">**텔레그램 방 입장 미션**</mark>

* 특정 텔레그램 채팅방 입장을 완료한 사용자를 집계하여 에어드랍 할 수 있습니다.&#x20;

<br>

<br>

5\. **보상 분배 방식 설정** 화면에서 분배할 토큰 주소, 에어드랍 할 총 수량, 분배방식을 선택한 후 '**다음단계로**'를 클릭하여 이동합니다.

<figure><img src="/files/6vaH9zSseQSJQpGcvH5M" alt=""><figcaption></figcaption></figure>

6. **에어드랍 정보 설정** 화면에서 에어드랍명, 에어드랍설명, 로고 이미지, 이벤트  기간을 설정, '**생성하기'**&#xB97C; 클릭하여 트랜잭션을 진행합니다. 트랜잭션이 성공하면 에어드랍 목록에 생성한 에어드랍을 확인할 수 있습니다.

<figure><img src="/files/8olgSAugylPmQ8UHCbEt" alt=""><figcaption></figcaption></figure>

7. 생성한 에어드랍은 **미니앱\_에어드랍 탭**에서 확인할 수 있습니다.&#x20;

<figure><img src="/files/nEjkLPfQM4Sv8AWe3lq1" alt="" width="192"><figcaption></figcaption></figure>

<br>


---

# 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.vennie.io/getting-started/vennie-tools/airdrop/create-airdrop.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.
