# Setup

This step preps your project for distributions.

### 1A. Project details

* Name, chain(s), logo, contact email/support links.
* (Optional) White-label claim portal settings.

### 1B. Add project token(s)

* Enter token `symbol`, `decimals`, `chain`, `address`.
* Not minted yet? Flag as **pre-mint** and proceed; allocations can be staged.

### 1C. Admin wallet(s)

* Support: EOA, Gnosis Safe (multisig).
* On-chain distributions require funding from this wallet or escrow.

### 1D. Distributor configuration(s)

Define a **configuration** with `strategies[]` (proportion, hook) and a **fallback hook**:

* Immediate ERC‑20 airdrop → 100% `TransferHook`
* Native airdrop (unwrap) → `isWrappedToken=true` + `TransferHook`
* Time penalty → `LinearPenaltyHook` (non-fallback), fallback `TransferHook`
* Full vesting → `CliqueLockHook`
* 70/30 split → 70% `TransferHook`, fallback `CliqueLockHook` (30%)

### 1E. Team & roles

* Roles: **Super Admin**, **Admin**, **Viewer**.
* Enable 2FA; all actions appear in **Audit Log**.

**Next:** **Step 2 — Schedules & Releases**\
**Back to:** [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/quickstart/setup.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.
