> 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/fjord-features/min-and-max-raise.md).

# Min and Max Raise

Setting Minimum and Maximum Raise Amounts

When creating a token sale on Fjord, one of the critical steps is defining the **minimum** and **maximum raise amounts**. These values help ensure your sale aligns with the financial goals of your project, while providing clear expectations for participants.

### **Minimum Raise Amount**

The **minimum raise amount** is the smallest amount of funding your project needs for the sale to be considered successful. If the sale doesn’t meet this amount, contributions will be automatically refunded, and the sale will not proceed.

**Why Set a Minimum Raise?**

* **Project Viability**: Ensure your project is funded sufficiently to move forward as planned.
* **Participant Trust**: Gives your participants confidence that you aren’t proceeding with a project that’s underfunded.

### **Maximum Raise Amount**

The **maximum raise amount** is the upper limit for the funds you want to collect. Once this limit is reached, the sale will automatically close, preventing any additional contributions.

**Why Set a Maximum Raise?**

* **Fund Management**: Prevents overfunding, ensuring your project raises only what it needs.
* **Token Distribution**: Helps you control the number of tokens distributed and maintains a fair balance between demand and supply.

### How to Set Min and Max Raise Amounts

You can set both the **minimum** and **maximum raise amounts** during **Stage Two** of the sale creation process. This stage gives you the flexibility to ensure your funding targets align with your project’s needs.

<figure><img src="/files/Wc8GKy23mdqFW9wYL5gW" alt=""><figcaption></figcaption></figure>

By clearly defining your raise amounts, you provide transparency and structure to your sale, helping to manage expectations for both you and your participants.\ <br>


---

# 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-creators/fjord-features/min-and-max-raise.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.
