> For the complete documentation index, see [llms.txt](https://docs.dexpad.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexpad.io/faqs/create-your-presale-lock/how-to-start-a-presale.md).

# How to Start a Presale?

***If you want to start a presale make sure you know and understand your sourcecode (Only if you are not using DexPad Standard Token Minter).***

**Here is a Checklist for what to do before starting:**

1. I understand the Functions of my Contract.
2. I did disable all special transfer functions in my contract (Specially if its Liquidity generator token like SafeMoon).
3. I disabled all fees or anything similar while I do my presale (Specially if its Liquidity generator token like SafeMoon).
4. If I limit the Max Tokens per Wallet or Max Transaction Amount I did set this to 100% of my supply.
5. **I didn't renounce ownership of my contract.**
6. I am aware of what Liquidity is.
7. **I didn't add Tokens to the DEX already (THIS IS MUST, Otherwise Presale Will Fail).**

**Video Tutorials are here:**

in Turkish:

{% embed url="<https://youtu.be/qf0JK9GSd4Y?t=241>" %}

English Video coming soon. \*\*\*\*


---

# 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:

```
GET https://docs.dexpad.io/faqs/create-your-presale-lock/how-to-start-a-presale.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.
