# How to Create a Tiered Sale

### Testing

We recommend all creators test their sale setup on **Sepolia** before launching on mainnet. Below are helpful links to get started:

* **Get Sepolia ETH:** [Alchemy Sepolia Faucet](https://www.alchemy.com/faucets/ethereum-sepolia)
* **Test Token Contract (for minting tokens):** [View on Sepolia Etherscan](https://sepolia.etherscan.io/address/0x73F4E02efBffCADC9C2Af25213faD30Cb67Dc55c#writeContract)

***

### Create a Fixed Price Sale

Ready to launch a tiered sale?\
Start here: [Create Tiered Price Sale](https://app.fjordfoundry.com/token-sales/create/tiered/branding)

### **Step 1: Creation & Branding**

\
Select your target blockchain network (e.g., Polygon) and ensure your wallet is connected to the chosen network.&#x20;

* Enter the project contract address
* Project name (up to 20 characters)
* Round type (Seed, Private, or Public).
* Short description of project approx 240 charcaters
* Logo and banner images

<figure><img src="/files/iX6XNgt7BmtlNagcKZmn" alt=""><figcaption></figcaption></figure>

### **Step 2: Sales Structure**

* **Collateral Token**: Choose the token you’ll receive in exchange (e.g., USDC).
* **Set Duration**: Define the start and end times for the sale.
* **Token Claim Delay**: Toggle if participants can claim tokens immediately or after a delay. This claim delay sets in at the sale end date or if the sale ends early due to a sell out.&#x20;

<figure><img src="/files/nv3a0m37sJHgJB4V8FgX" alt=""><figcaption></figcaption></figure>

### **Step 3: Tier Configuration**

Add and configure tiers:

* Specify the amount for sale and price per token for each tier.
* Set minimum and maximum allocation per user for each tier.

Enable and define a soft cap if needed.

* *Note: If the soft cap is not reached, all contributions will be returned to buyers.*

<figure><img src="/files/2nqP6pXZeFcj9wv7JpRZ" alt=""><figcaption></figcaption></figure>

### **Step 4: Project Info**

**Description**: Write a detailed description of the token sale, using Markdown for formatting if needed.

**Links**: Provide all mandatory links (e.g., project website, Twitter) and optional links (e.g., Discord, Telegram).

**Geo-blocked Countries**: Specify any regions or countries where the sale will be restricted.

**Rights**: This simply makes a note of your ability to Pause, Unpause, or Cancel the sale before it starts.

**Investment Round Info**: Add details of any prior investment rounds, including:

* Amounts raised.
* Valuation.
* Vesting terms.

**Anti-Snipe**: Optionally enable Anti-Snipe to prevent bots from participating in the sale.

**Custom Whitelist**: Optionally upload a Custom Whitelist (CSV format) to make participant access exclusive.&#x20;

<figure><img src="/files/XmKzOjdwprjSwIdwDig8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/loi3oFEmXPQ0FMmy62Ym" alt=""><figcaption></figcaption></figure>

### **Step 5: Review**

* Verify all sale details, including token allocation, tiers, pricing, and descriptions.
* Preview the project card to ensure it appears correctly to participants.

<figure><img src="/files/fRpYLGw6kZuW2PYfkYXx" alt=""><figcaption></figcaption></figure>

### **Step 6: Confirm**

* Agree to the terms and conditions to proceed.
* Approve the project token in your wallet.
* Schedule the token sale to finalize and activate it.

<figure><img src="/files/SyzImlHWr1i1bPAUcJ5J" alt=""><figcaption></figcaption></figure>


---

# 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://help.fjordfoundry.com/fjord-foundry-docs/for-sale-creators/how-to-create-a-sale/how-to-create-a-tiered-sale.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.
