# Hook Token Launch

When you're launching on Soliquid, a new token with initial hook LP pool will be set up.

1. Create new token
2. Add a **Hook** program by either:
   * Deploy a new hook (upload your compiled program or use our templates), or
   * Select an existing verified hook from the marketplace
3. Deposit your token pair (usually SOL or USDC)
4. Launch and trade


---

# 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://soliquid.gitbook.io/soliquid-docs/documentation/hook-launchpad/hook-token-launch.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.
