# Checkbook Mechanism

GigaDrop operates through a “checkbook” system, which simplifies token distribution and enhances user experience. This system allows projects to generate and sign tokenized claim checks for future redemption. Each check comprises:

* Recipient Address: The user’s wallet receiving the tokens.
* Token Amount: The specific token amount allocated to the user.
* Unique Claim Contract: A unique, deterministic contract address for each user claim, ensuring secure and controlled token retrieval.
* Salt: A service field for shard optimizations. Calculated deterministically based on recipient
* ClaimId: This field is utilized for flexible customization of Airdrop operations. It is particularly applicable in scenarios where it is necessary to issue multiple checks to the same address, or in cases where user engagement fluctuates during an active Airdrop campaign, necessitating the execution of multiple batches, among other situations.


---

# 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.gigadrop.io/technical-features/checkbook-mechanism.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.
