# Clique Distributions

Clique Distributions lets you run configurable token drops across batches (Merkle roots), with signer-controlled partial releases, per-batch fees, native/erc-20 delivery, and composable **hooks** (modules) such as direct transfer, time-based penalties, or linear vesting streams.

***

### What you can do

* Upload & track allocations for investors, team, advisors, and community
* Choose **Airdrop (direct transfer)** or **Claim (escrow pull)** per batch
* Mix strategies per batch via **hooks** and a **fallback** remainder
* Enforce **windows**, **fees**, and **release gates**
* White-label claim portal; granular roles & audit log

{% hint style="info" %}
Quickstart Jump straight to **Quickstart → Step 1** to get your first distribution live.&#x20;
{% endhint %}

**Admins**: see **How to Fund Allocations**\
**Engineers**: start at **Developer → Overview**

***

### Key concepts

* **Batch / Root**: Merkle root committing to `(handler, totalAllocation, ...)`.
* **Handler**: Opaque identity; with fixed recipients, `handler == keccak256(recipient)`.
* **Released**: Signer-attested cumulative cap; claim enforces `amount ≤ released - previouslyClaimed`.
* **Strategy**: Ordered hooks by proportion plus a fallback hook.
* **Hook**: Modular executor that consumes an allocated portion (`consumed`) via `hookTransfer`.
* **Fees**: First-claim-only per `(root, handler)`: `None | Fixed | SingleTier{rate,min,max}`.

**Next:** [Quickstart](/token-distribution/quickstart.md)


---

# 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.clique.tech/token-distribution/clique-distributions.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.
