# FAQs - for LPs

Make sure to checkout the overall FAQs first 👇

{% content-ref url="/pages/ep9ejMsLl2oh1jIauZp3" %}
[FAQs](/archived/faqs.md)
{% endcontent-ref %}

**What are the fees for depositing, withdrawing, claiming, and creating a pool?**\
Deposit: None\
Withdraw: None\
Claim: None\
Pool Creation: 0.04 SOL

**How often can I claim my LP rewards?**\
Whenever there is any pending yield that was earned from your LP position, you can claim.&#x20;

#### **Do I receive LP tokens?** <a href="#what-are-lp-tokens" id="what-are-lp-tokens"></a>

No, GAMMA stores the LP positions linked to the wallet address used for deposits or pool creation, hence no LP token is provided.

#### **Can I withdraw my liquidity anytime?** <a href="#can-i-withdraw-my-liquidity-anytime" id="can-i-withdraw-my-liquidity-anytime"></a>

Yes, you can redeem liquidity tokens for a proportional share of the pool at any time. Unless you migrated from other AMMs. Migrated LP positions are locked for ~~36 hours.~~

LP positions on boosted reward pools can be locked for the first ~~36 hours~~ to earn boosted rewards.

#### **How are projected earnings and APY calculated?** <a href="#how-are-projected-earnings-and-apy-calculated" id="how-are-projected-earnings-and-apy-calculated"></a>

APY from fees is calculated by total fees collected by the pool in the last 24 hours and extrapolating that to a 365 day year then dividing by the total liquidity in the pool.


---

# 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-lps/faqs-for-lps.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.
