# Sale Basics

We need to setup some basic details about your sale, before we can proceed. Please fill out the fields below to start the process.

## Token Name

## Token Symbol

## Price

* Price per token you'd like to set.

## Token Decimals

* Set the number of decimals for your token.

## Owner

* This wallet will own the sale contract and can make any onchain edits once the sale is deployed.

## Payment Recipient

* This wallet will be able to sweep the tokens from the sale contract during or once the raise round is over.

## Fair Queue

* Reduce gas wars and chain congestion by placing each user in a randomized queue. Once a user’s queue time elapses, he or she will be able to participate if the sale cap has not been reached.  Each user will be delayed by the max queue time at most.
* If setting a Fair Queue time, a window of 5 - 10 minutes is recommended as this is the average time it takes users to complete a purchase.

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

* Once all edits are complete, select Continue for the next step.


---

# 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://tokensoft.gitbook.io/tokensoft/events/setting-up-a-raise-event/sale-basics.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.
