# Token Sale Types

### **Choosing the Right Sale Type**

\
Fjord supports three flexible sale formats: **Fixed Price**, **Liquidity Bootstrapping Pools (LBPs)**, and **Tiered Sales**. Each format serves a different strategic purpose depending on your project’s maturity, fundraising goals, and community engagement strategy.

Here’s a quick overview to help you decide which is the best fit:

* [**Fixed Price Sale**](/fjord-foundry-docs/for-sale-creators/token-sale-types/fixed-price-sale.md)\
  A straightforward sale model where all tokens are sold at one set price. Ideal for simple launches with clear outcomes.&#x20;
* [**LBP (Liquidity Bootstrapping Pool)**](/fjord-foundry-docs/for-sale-creators/token-sale-types/liquidity-bootstrapping-pools-lbps.md)\
  A dynamic pricing model where token price adjusts based on demand over time. Best suited for price discovery and broad distribution with no upfront liquidity required.
* [**Tiered Sale**](/fjord-foundry-docs/for-sale-creators/token-sale-types/tiered-sales.md)\
  Tokens are sold across multiple price tiers, allowing you to reward early supporters and structure supply across different buyer segments.


---

# 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/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.
