# Start & End an Legacy Edition Sale

{% hint style="warning" %}
This only applies to Legacy Editions! If you are using a Core Edition the sale will automatically start when the mint page is published and you will receive your funds directly to your treasury wallet.&#x20;
{% endhint %}

Editions have a concept of a Store which is created when you make your first Edition Mint Page. As part of this store you have many "Sales" which you'll need to start and end.&#x20;

## Start a Sale

<figure><img src="/files/8obXLcv0XVo22a9qFwIV" alt=""><figcaption></figcaption></figure>

On the Mint Page, select the "Gear" icon and then "Mint Details". From this point, you'll be required to input the following information:

* **Mint Price**: The price per mint in SOL.
* **NFTs per Wallet**: The maximum number of NFTs that a single wallet can purchase.
* **Start Date & Time**: By default, this is set a few seconds into the future, but you have the option to designate a specific time.
* **End Date & Time**: Initially, this is set to "After Final Sale", or it continues until you decide to end the sale. However, you can select a particular end time if you prefer. If you do specify an end date, you will not be able to end the sale early.&#x20;

{% hint style="warning" %}
Once these setting are chosen, you are unable to change them unless if you end the sale.&#x20;
{% endhint %}

## End a Sale

<figure><img src="/files/53bK4IXWyL7ADQCjS1i3" alt=""><figcaption></figcaption></figure>

To end a sale, navigate to the Mint Page and choose the "Gear" icon, then "Mint Details". From there, press the "End Sale" button which will:

* Disable the option for individuals to buy your edition.
* Return the Master Edition NFT to you.
* Transfer the funds from the escrow account to your wallet.

{% hint style="warning" %}
If you have entered a End Date for your sale, the "End Sale" button will not be available to click till after the End Date has expired.&#x20;
{% endhint %}


---

# 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.truffle.wtf/truffle-help-center/knowledge-base/start-and-end-an-legacy-edition-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.
