# GAMMA

- [GAMMA v2 - Hybrid CLMM](https://docs.goosefx.io/goosefx-amm/clmm.md): GAMMA v2 blends CPAMM & CLMM for capital efficient routing resulting in better yields
- [Risk & Arbitrage Protections](https://docs.goosefx.io/goosefx-amm/clmm/risk-and-arbitrage-protections.md): Under-the-hood improvements focused on performance, pricing accuracy, and protection from toxic flow.
- [GAMMA - CPAMM](https://docs.goosefx.io/goosefx-amm/gamma.md): Goose Automated Market Making Algorithm v1
- [Learn about AMMs](https://docs.goosefx.io/goosefx-amm/gamma/learn-about-amms.md)
- [Dynamic Fees](https://docs.goosefx.io/goosefx-amm/gamma/dynamic-fee.md): GAMMA Dynamic Fees Explained
- [Fusion](https://docs.goosefx.io/goosefx-amm/gamma/fusion.md): GAMMA Fusion - Optimizing Unused Capital in Liquidity Pools
- [Boosted Rewards](https://docs.goosefx.io/goosefx-amm/gamma/boostedrewards.md): GAMMA Boosted Rewards - Permissionless additional yield on any pool!
- [Program Instructions](https://docs.goosefx.io/goosefx-amm/gamma/program-instructions.md): Interacting with GAMMA pools and handling fee collection
- [FAQs](https://docs.goosefx.io/goosefx-amm/gamma/faqs.md)
- [Risks](https://docs.goosefx.io/goosefx-amm/gamma/risks.md): GAMMA Risks Overview
- [GAMMA Audit](https://docs.goosefx.io/goosefx-amm/gamma/audit.md): GAMMA Audited by Offside Labs
- [How-to Guides](https://docs.goosefx.io/goosefx-amm/gamma/how-to-guides.md)
- [GAMMA for LPs](https://docs.goosefx.io/goosefx-amm/gamma-for-lps.md)
- [How to Provide Liquidity](https://docs.goosefx.io/goosefx-amm/gamma-for-lps/how-to-provide-liquidity.md): Deposit Liquidity on GAMMA
- [How to Add Liquidity](https://docs.goosefx.io/goosefx-amm/gamma-for-lps/how-to-add-liquidity.md): Adding Liquidity to Existing Positions on GAMMA
- [How to Migrate Liquidity](https://docs.goosefx.io/goosefx-amm/gamma-for-lps/how-to-migrate-liquidity.md)
- [How to Withdraw Liquidity](https://docs.goosefx.io/goosefx-amm/gamma-for-lps/how-to-withdraw-liquidity.md): Withdrawing Liquidity from existing Positions on GAMMA
- [How to Claim yield](https://docs.goosefx.io/goosefx-amm/gamma-for-lps/how-to-claim-yield.md)
- [FAQs - for LPs](https://docs.goosefx.io/goosefx-amm/gamma-for-lps/faqs-for-lps.md)
- [FAQs - for Migration](https://docs.goosefx.io/goosefx-amm/gamma-for-lps/faqs-for-migration.md)
- [GAMMA for Pool Creators](https://docs.goosefx.io/goosefx-amm/gamma-for-pool-creators.md)
- [How to Create a New Pool](https://docs.goosefx.io/goosefx-amm/gamma-for-pool-creators/how-to-create-a-new-pool.md)
- [FAQs for Pool Creators](https://docs.goosefx.io/goosefx-amm/gamma-for-pool-creators/faqs-for-pool-creators.md)
- [GAMMA Partner Program](https://docs.goosefx.io/goosefx-amm/gamma-partner-program.md): Earn with GAMMA
- [Developer Docs](https://docs.goosefx.io/goosefx-amm/developer-docs.md)


---

# 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.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.
