# Finalizing a Sale

During a sale, buyers commit to purchase tokens. Neither side of the sale receives either sale proceeds or sale tokens until the sale has concluded and is deemed a success. A sale can be finalized when either the sale window has elapsed or the maximum fundraise goal has been reached.

There are two possible outcomes for a concluded sale:

1. The sale was a success, either because the maximum fundraise goal was met, or because the sale window closed and there was no minimum goal
2. The sale failed because there was a minimum fundraise goal set and it was not reached

<div data-with-frame="true"><figure><img src="/files/JptoG9YwCH8TR0yWRzv3" alt="" width="308"><figcaption></figcaption></figure></div>

In either case, a concluded sale should be “settled” by the seller. You can accomplish this by visiting the Token Sales page, selecting the actions button for the sale that concluded, and selecting either “claim funds” or “reclaim tokens”, depending on the outcome. You can also visit the View Details page and settle from there.

<div data-with-frame="true"><figure><img src="/files/3UnbXg9sreCnTOrktPGd" alt=""><figcaption></figcaption></figure></div>

\
Here’s what happens when you settle, depending on the outcome of a sale:

* If the sale succeeded, all sale proceeds are sent to the project treasury along with any unsold tokens
* If the sale failed, all sale tokens are returned to the project treasury and all proceeds are forfeit, to be returned to the buyers

Buyers are responsible for their own settlement and will need to use your sale page to either claim the tokens they committed to or to reclaim the funds that they committed to the sale.

<br>


---

# Agent Instructions: 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://docs.decentdao.org/app/user-guide/token-sales/finalizing-a-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.
