> For the complete documentation index, see [llms.txt](https://securedapp.gitbook.io/securedapp-launchpad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://securedapp.gitbook.io/securedapp-launchpad/secure-token-sale-launch.md).

# Secure Token Sale Launch

1. Create a Token for Sale using link: /token
2. Copy the Token Address and go to link: /sale , paste your token address and Continue

<figure><img src="/files/iJ35VJ6aZxmItrGOrIEj" alt="" width="375"><figcaption></figcaption></figure>

3. Fill out all the Token Sale Parameters carefully, checkout the next page for their description in details.

<figure><img src="/files/aruKTPGa42vuuoceWwHa" alt="" width="188"><figcaption></figcaption></figure>

4. After continue, confirm all the sale details like price, timing etc.

<figure><img src="/files/o88Te8u3R2hiFYjaWRns" alt="" width="188"><figcaption></figcaption></figure>

5. Click on Create Sale and confirm the transaction on chain.
6. Check your new sale address in your dashboard.
7. To reflect your sale on SecureDApp DeFi Launchpad, submit the details mention on finalize token section and mail to securedapp's team.


---

# 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, and the optional `goal` query parameter:

```
GET https://securedapp.gitbook.io/securedapp-launchpad/secure-token-sale-launch.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
