> For the complete documentation index, see [llms.txt](https://help.fjordfoundry.com/fjord-foundry-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fjordfoundry.com/fjord-foundry-docs/for-sale-participants/general-faq/tiered-sale-faq.md).

# Tiered Sale FAQ

#### What is a Tiered Sale?

A Tiered Sale splits the token sale into different price tiers. Each tier offers tokens at a set price and quantity. Once one tier sells out, the next becomes available—usually at a higher price.

[Learn more about Tiered Sales →](/fjord-foundry-docs/for-sale-participants/token-sale-types/tiered-sales.md)

***

#### Why do projects use tiers?

Tiers help reward early participants with lower prices while giving the project more control over demand and distribution. They also create structured buying windows instead of a first-come-first-served rush.

***

#### How do I know what tier I'm eligible for?

Some sales are open to everyone. Others may restrict specific tiers to certain wallet groups—like whitelisted wallets, early community members, or token holders.\
Any eligibility requirements are listed directly on the sale page.

***

#### Can I buy from multiple tiers?

Yes, if you qualify for multiple tiers and the sale hasn’t reached its overall cap. You can participate in more than one tier as long as wallet and allocation limits allow.

***

#### What happens when a tier sells out?

Once a tier sells out, it becomes inactive and the next available tier opens. If no further tiers remain, the sale is effectively closed.

***

#### Do tier prices change during the sale?

No. Each tier has a fixed price that does not change. The next tier may be more expensive, but prices are set in advance and visible on the sale page.

***

#### Are there wallet limits for each tier?

Yes. Projects can set max allocations per wallet for each tier independently. These limits are shown next to each tier in the sale interface.

***

#### Are tiered sales refundable?

No, tokens purchased in a tier are final unless the sale fails to reach its minimum raise (if one is set). Always review the sale terms before buying.

[More on Raise Limits →](/fjord-foundry-docs/for-sale-participants/fjord-features/min-and-max-raise.md)

***

#### When can I claim my tokens?

Tokens are claimable after the sale ends, not immediately after your purchase. If there's a claim delay or vesting, it will be clearly shown on the sale page.

[More on Token Claims →](/fjord-foundry-docs/for-sale-participants/fjord-features/token-claiming.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.fjordfoundry.com/fjord-foundry-docs/for-sale-participants/general-faq/tiered-sale-faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
