# Token Sale Types

### **Understanding Fjord Sale Types**

Fjord currently supports three types of token sales: **Fixed Price**, **Liquidity Bootstrapping Pools (LBPs)**, and **Tiered Sales**. Each type works a little differently in terms of pricing, allocation, and when you can claim your tokens.

Here’s a quick summary of what to expect with each:

* [**Fixed Price Sale**](/fjord-foundry-docs/for-sale-participants/token-sale-types/fixed-price-sale.md)\
  Tokens are sold at a fixed, known price. You know exactly how much you're paying, and how many tokens you'll receive.
* [**LBP (Liquidity Bootstrapping Pool)**](/fjord-foundry-docs/for-sale-participants/token-sale-types/liquidity-bootstrapping-pools-lbps.md)\
  The token price starts high and decreases over time based on demand. You choose when to buy in—earlier isn’t always cheaper.
* [**Tiered Sale**](/fjord-foundry-docs/for-sale-participants/token-sale-types/tiered-sales.md)\
  Tokens are offered in stages at different prices. Earlier tiers are usually cheaper, so buying early can offer better value.


---

# 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-participants/token-sale-types.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.
