# 물량 수령일

#### 물량 수령 단계는 프로젝트사가 진행할 Drops의 토큰 물량을 Ozys측에 전달하는 단계입니다.

#### 유의사항

* 토큰을 전달하기 전 오지스가 각 재단한테 수취주소를 전달하면 재단은 해당 주소로 토큰 전달합니다.
* 토큰 전송 시 KLAYswap과 Meshswap에서 활용할 드랍스 총물량, 이벤트 진행 물량, 상위풀 인센티브, 자체풀 인센티브 물량을 Bridge Tax(0.1%)를 고려하여 한 번에 Ozys에 전달합니다.

ex) 총 에어드랍을 원하는 수량이 토큰 1,000개이고 Bridge Tax(0.1%)로 토큰 1개를 사용해야 한다면 Ozys에 총 토큰 1,001개를 보내주셔야 드랍스에서 1,000개의 토큰을 분배할 수 있습니다.

#### 진행 절차

* Ozys가 각 재단에게 물량을 전달받을 주소를 전달합니다.
* 재단이 Bridge Tax를 고려한 수량을 해당 주소로 전송합니다.


---

# 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/dropsguide/timeline/guide1/receipt.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.
