# Common Issues and Fixes

{% hint style="danger" %}
The following are the 7 commandments of DxSale that you must adhere to, to avoid issues and to have a smooth launch

* I understand the functions of my contract.
* I disabled all special transfer functions in my contract.
* I disabled all fees or anything similar while I do my presale.
* I have set Max Transaction Per Wallet to 100% of my supply.
* I did NOT renounce ownership of my contract.
* I am aware of what Liquidity is.
* I did NOT add Tokens to the DEX already.
  {% endhint %}

## Creating presale

This is the basic chart that you should follow while creating presale to understand what the possible issues might be during creating a presale.

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

### Timer Pop Up Error

You might see the following type of screenshots where timer pop up as shown:

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

Please set your start timer a minimum of 10 minutes from now.

{% hint style="info" %}
The timer is based on user time zone
{% 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.dxsale.network/how-to-use-dxsale/dxsale/common-issues-and-fixes.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.
