> 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/confirm-airdrop.md).

# Confirm Airdrop

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

* 에어드랍 종료일이 지나야 분배 컨펌(Tx)을 진행할 수 있습니다.
  {% endhint %}

1. 에어드랍이 종료되면 목록에 '**분배 대기**' 상태를 확인할 수 있습니다.

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

2. 상세 페이지로 이동하면 에어드랍 대상자를 확인할 수 있습니다. '**분배하기**'를 클릭하여 트랜잭션을 \
   진행합니다. 트랜잭션이 성공하면 '**분배 완료**'로 변경됩니다.

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

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

3. 분배완료된 에어드랍은 '**종료**'로 변경되며, 사용자가 클레임할 수 있습니다.

<figure><img src="/files/AIPLnYA3rJs4JzStLaKF" 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.vennie.io/getting-started/vennie-tools/airdrop/confirm-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.
