> For the complete documentation index, see [llms.txt](https://docs.sega.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sega.so/getting-started/creating-a-pool/sega-pool-creation-and-ecosystem-faq.md).

# SEGA Pool Creation & Ecosystem FAQ

To help you better understand the process of creating a liquidity pool on SEGA, here are some common questions and answers:

<details>

<summary>Can I Lock My LP Tokens?</summary>

SEGA doesn’t currently offer a built-in feature to lock Liquidity Provider (LP) tokens. If you want to permanently secure your liquidity in a pool, you can burn your LP tokens or the associated token account. Be aware: these actions are irreversible, and you won’t be able to recover the deposited liquidity. SEGA cannot be held liable for any losses resulting from burning LP tokens

</details>

<details>

<summary>How Are AMM Token Vaults Credited When New Pools Are Created?</summary>

When a new pool is created, a small fraction of the initial liquidity( $$10^{\text{lpdecimals}}$$) is credited to the asset vaults, so that the initialized pool liquidity is:

$$liquidity\_{\text{init}} = liquidity - 10^{\text{lpdecimals}}$$\
\
This mechanism preserves pool integrity and supports seamless operation on SonicSVM.

</details>

<details>

<summary>Why Can’t I See My Pool?</summary>

It may take a few minutes for your newly created pool to appear on SEGA’s interface. If you set up the pool with a timer, check its status on the swap page: entering the base and quote tokens will show a countdown instead of the swap button. Share this timer with your community to build excitement!&#x20;

*<mark style="color:red;">**Pro tip: Quickly filter for your pools by selecting “Show Created” at the top of the list.**</mark>*

</details>

<details>

<summary><strong>“Pool Already Created” Error</strong></summary>

This message means a pool for your token pair already exists on SEGA. No need to create a new one—just add liquidity to the existing pool to join the action.

</details>

<details>

<summary>“Token Verify Error” or “Freeze Authority Enabled”</summary>

This error signals that your token’s freeze authority is active. You can disable it through code or use a no-code SPL manager like Squads to resolve it.

</details>

<details>

<summary><strong>Other Issues or Unanswered Questions?</strong></summary>

If you hit a snag or your query isn’t covered here, connect with SEGA’s support on [Discord](https://discord.com/invite/sk8mGwb4A4) or [X](https://x.com/Sega_so). Our team is available 24/7 to assist!

</details>


---

# 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.sega.so/getting-started/creating-a-pool/sega-pool-creation-and-ecosystem-faq.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.
