> For the complete documentation index, see [llms.txt](https://docs.clique.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clique.tech/token-distribution/quickstart/setup.md).

# 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)
