> 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-creators/token-sale-types/fixed-price-sale.md).

# Fixed Price Sale

A Fixed Price Sale offers a simple and transparent method for token distribution. This structure provides clarity for both project teams and participants by ensuring that all tokens are sold at a predetermined, consistent price. It’s an ideal format for projects that want a predictable fundraising process without the volatility of dynamic pricing.

***

### How does a Fixed Price Sale Work

In a Fixed Price Sale, you define a set price per token and decide how many tokens will be available for sale. Here's how it works:

1. **Set the Token Price**\
   You choose a fixed price for your token that will remain the same throughout the entire sale.
2. **Determine Token Quantity**\
   You specify the number of tokens to be sold. This defines the maximum amount participants can collectively purchase.
3. **Define Your Fundraising Goal**\
   Your raise target is automatically calculated based on price × supply.\
   \&#xNAN;*Example: Selling 10,000 tokens at $10 each = $100,000 fundraising goal.*
4. **Run the Sale**\
   Participants can purchase tokens at the fixed price until the total allocation is sold out or the sale period ends.

***

### Why Choose a Fixed Price Sale?

#### ✅ Simplicity and Predictability

Every buyer pays the same price. This avoids price fluctuations and keeps the sale fair and easy to understand.

#### ✅ Easy to Set Up

With no need for bonding curves or dynamic pricing algorithms, fixed price sales are quick to configure and launch.

#### ✅ Clear Fundraising Targets

Because the token price and supply are predetermined, your fundraising goal is transparent from the start—making communication with your community and investors easier.


---

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

```
GET https://help.fjordfoundry.com/fjord-foundry-docs/for-sale-creators/token-sale-types/fixed-price-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.
