# Airdrop

Airdrop 은 Exchange 컨트랙트의 giveReward 함수가 호출될 때 Treasury에 저장된 Airdrop 계약들을 \
확인하여 유동성 공급자에게 토큰을 분배하게 됩니다.

\
**AirdropOperator**

* Airdrop 계획을 수립, 권한을 보유한 Contract

**Treasury**

* Airdrop 에 사용될 자산을 관리하는 Contract


---

# Agent Instructions: 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:

```
GET https://docs.klayswap.com/kr/developer/airdrop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
