# Using Gamma

<details>

<summary>I'm confused how to use Gamma. Where can I get some help?</summary>

We have extensive guides to walk users through [Providing Liquidity](/gamma/lp-vaults/guides/providing-liquidity.md).

</details>

<details>

<summary>Are there deposit caps or withdrawal caps?</summary>

Gamma has no deposit or withdrawal caps.

</details>

<details>

<summary>Does Gamma have management fees?</summary>

Yes. Gamma charges between 14-20% of earned fees per vault.&#x20;

</details>

<details>

<summary>Does Gamma use dual-sided deposits, single-sided deposits, or both?</summary>

Gamma uses dual-sided deposits and single-sided deposits.

</details>

<details>

<summary>Do L2 vaults have any advantages or disadvantages over L1 vaults?</summary>

L2 strategies can implement frequent swapping and range adjustment without incurring excessive gas costs. This allows a much wider variety of strategies to be implemented. \
They are also cheaper for the user to approve, deposit, and withdraw.&#x20;

</details>

<details>

<summary>How is Gamma non-custodial?</summary>

Gamma Automated is non-custodial because Gamma does not control a user's funds. Depositing into a vault allows users to participate but does not restrict users from withdrawing from the vault. Likewise, users still retain control of their LP tokens when they participate in an incentives program by staking their LP tokens.&#x20;

</details>

<details>

<summary>How can I identify rebalances and compounding events on chain?</summary>

On the appropriate block explorers, under the vault contract, switch to the "events" tab. You'll see rebalances (Rebalance) and compounding (ZeroBurn) events.&#x20;

[Using Block Explorers](/gamma/lp-vaults/troubleshooting-help/research.md)

![](/files/IkBwmMd2bspNqWVxbhWe)

</details>

<details>

<summary>Do I need to rebalance and rearrange my assets?</summary>

No. Gamma does these things for you.&#x20;

</details>


---

# 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.gamma.xyz/gamma/lp-vaults/faq/using_gamma.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.
