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

# Min and Max Raise

When participating in a token sale on Fjord, you’ll often see a **minimum raise amount** and a **maximum raise amount** specified. These values help define the scope of the sale and provide important protections for both participants and project creators.<br>

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

### **Minimum Raise Amount**

The **minimum raise amount** is the least amount of funds the project needs to consider the sale successful. If the sale does not meet this target by the end of the sale period, all participant contributions are **refunded**. This mechanism ensures that if the project does not raise enough to proceed as planned, contributors are not left with tokens from an underfunded project.

**Benefits for Participants:**

* **Risk Mitigation**: If the sale doesn’t reach the minimum goal, you’ll automatically get your contribution back.
* **Confidence**: You can participate knowing that the project won’t move forward unless it meets its financial needs.

### **Maximum Raise Amount**

The **maximum raise amount** is the cap on how much the project is willing to accept. Once this amount is reached, the sale will automatically **end**, preventing any further contributions. This limit is designed to keep the project from becoming overfunded, ensuring a balanced token distribution.

**Benefits for Participants:**

* **Transparency**: You’ll know upfront that the project isn’t trying to raise unlimited funds, which helps prevent overvaluation.
* **Fairness**: If the maximum raise is hit quickly, it reflects strong demand, giving the project a good starting point without creating inflationary pressure on the tokens.

### Where to view the Min and Max Raise Info

If a creator has set a minimum and maximum raise amount, this info is provided in the 'sale info' tab outlined below.&#x20;

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

**What Happens if the Min or Max is Reached?**

* **If the Minimum Raise isn’t Met**: All contributions are refunded, meaning your funds are returned and the sale is considered unsuccessful.
* **If the Maximum Raise is Hit**: The sale ends immediately, and no further contributions are accepted. The project is considered fully funded, and participants will receive their token allocations.


---

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