> For the complete documentation index, see [llms.txt](https://docs.revoswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revoswap.com/products-and-features/initial-farm-offering-ifo/the-overflow-sale-method.md).

# The "Overflow" Sale Method

Most, if not all of our IFOs will be run using the "Overflow" sale method.

### **What is the “Overflow” sale method?** <a href="#overflow" id="overflow"></a>

In the “Overflow” method, users can subscribe as much or as little as they want to the IFO, and their final allocation will be based on:

**Scenario 1: If the IFO raises all the targeted amount and more:**

The amount of funds they put in as a percentage of all funds put in by other users at the time the sale ends. Users will receive back any leftover funds when they claim their tokens after the sale.

**Scenario 2: If the IFO does not raise all the targeted amount:**

The sale will proceed as normal, and all funds contributed will be spent.

Basically, the more you put in, the more you will get, and you’ll get back anything that doesn’t get spent.

\
Note that it is **possible to receive no tokens at all** if you only commit a very small amount of tokens compared to the total funds committed by others. You will still be able to reclaim all the $REVO tokens you committed.


---

# 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://docs.revoswap.com/products-and-features/initial-farm-offering-ifo/the-overflow-sale-method.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.
