# FAQs for Pool Creators

**What types of pools can I create on GAMMA?**

You can create two types of pools

* **Primary:** For blue-chip assets like SOL-USDC or any LST-USDC pairs.
* **Hyper:** For other token pairs, including meme tokens.

**What is the pool creation fee on GAMMA?**

* The fee to create a pool on GAMMA is 0.04 SOL. This fee is used to pay rent for creating accounts onchain.

**How is the initial price of a pool determined?**

* The initial price is based on the ratio of tokens you deposit for initial liquidity. If the token is already trading, GAMMA will automatically use the current market price.

**Can I change the pool settings after creation?**

* No, once the pool is created, the settings such as fee tier and initial price cannot be changed. Make sure to review all settings carefully before finalizing.

**What happens if I don’t provide enough liquidity during pool creation?**

* If you don’t provide sufficient liquidity, your pool may not function effectively, and trades could suffer from high slippage or poor execution. Ensure you deposit an adequate amount of both tokens when creating the pool.

**Can I close or delete a pool after creating it?**

* Once a pool is created, it remains on-chain. You can withdraw your liquidity, but the pool itself cannot be deleted. However, without liquidity, the pool will effectively be inactive.


---

# 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.goosefx.io/goosefx-amm/gamma-for-pool-creators/faqs-for-pool-creators.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.
