> 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/fixed-price-sale-faq.md).

# Fixed Price Sale FAQ

#### What is a Fixed Price Sale?

A Fixed Price Sale allows you to purchase tokens at a set price, which remains constant throughout the sale. This format offers a simple and transparent way to acquire tokens without price fluctuations.

[Learn more about Fixed Price Sales →](/fjord-foundry-docs/for-sale-participants/token-sale-types/fixed-price-sale.md)

***

#### Are there wallet limits for Fixed Price Sales?

Yes, sometimes. Projects can set per-wallet limits to prevent a small number of buyers from dominating the sale. These limits are displayed on the sale page if they apply.

***

#### Are there minimum or maximum raise amounts?

Yes. The maximum raise is determined by the number of tokens for sale multiplied by the fixed price.\
Some projects may also set a minimum raise — if that amount isn't met, participant funds may be refunded.

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

***

#### Can I purchase in multiple transactions?

Yes, you can make multiple purchases, provided:

* The sale is still open
* You haven’t hit the per-wallet limit
* The total raise cap hasn’t been reached

***

#### Can I participate at any time during the sale window?

Yes. You can participate at any time until the sale ends or the raise cap is reached — whichever comes first.

***

#### Can I participate from any chain or token?

Yes, as long as the sale is on an EVM chain. Fjord supports cross-chain swaps, so you can use tokens from other chains to buy in (e.g., using USDC on Polygon to participate in an Arbitrum sale).

[More on Cross-Chain Participation →](/fjord-foundry-docs/for-sale-participants/fjord-features/cross-chain-sales.md)

***

#### Are anti-bot protections in place?

Yes. Fixed Price Sales include several built-in protections such as:

* Disabling contract-based purchases
* Blocking known bot behaviors

\
These measures aim to make participation fairer, though no system is 100% bot-proof.

***

#### Are sales ever token gated?

Yes. A project may choose to token gate access to a sale (e.g. requiring FJO staking or ownership of a specific NFT). If the sale is gated, the conditions will be clearly shown on the sale page.

[More on Whitelisted Sales →](/fjord-foundry-docs/for-sale-participants/fjord-features/whitelisting.md)

***

#### Can sales be cancelled or paused once they’ve started?

No, not fully. Projects can pause the sale or hide it from public view, but they cannot cancel it entirely once it has begun. Sales can be cancelled before they start.


---

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