# Create Liquidity Pool Solana

**Creating a Liquidity Pool on the Solana Network** for your own token can be complicated. But if you follow our tips, you can do it without problems.

You should know that a **Liquidity Pool** is a set of blocked tokens in an Smart Contract that facilitates operations in a DEX.

{% embed url="<https://smithii.io/en/create-liquidity-pool-solana/>" %}


---

# 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.smithii.io/guides/create-liquidity-pool-solana.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.
