> For the complete documentation index, see [llms.txt](https://about.umami.finance/umami-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.umami.finance/umami-finance/gm-vaults.md).

# GM Vaults

- [Overview](https://about.umami.finance/umami-finance/gm-vaults/overview.md): Short overview of Umami GM Vaults
- [Double-Dip Campaign](https://about.umami.finance/umami-finance/gm-vaults/double-dip-campaign.md): Double your rewards. Vest your $SEED. Grow your $Bonsai.
- [GMX v2: Revolutionizing Liquidity with GM Vaults](https://about.umami.finance/umami-finance/gm-vaults/gmx-v2-revolutionizing-liquidity-with-gm-vaults.md): A significant evolutionary step of GMX platform
- [Yield Sources](https://about.umami.finance/umami-finance/gm-vaults/yield-sources.md): GMI (GM Index) Explanation and Correlated Markets
- [Internal Netting in GM Vaults](https://about.umami.finance/umami-finance/gm-vaults/internal-netting-in-gm-vaults.md): Balancing Asset Delta
- [Composability and Scalability](https://about.umami.finance/umami-finance/gm-vaults/composability-and-scalability.md): Building Blocks for the Future of DeFi
- [Asset Buffer & Withdraws](https://about.umami.finance/umami-finance/gm-vaults/asset-buffer-and-withdraws.md): Understand GM Vaults Withdrawal Process
- [GM Fee Structure](https://about.umami.finance/umami-finance/gm-vaults/gm-fee-structure.md)
- [Security](https://about.umami.finance/umami-finance/gm-vaults/security.md): Impeccable security
- [Vault Tokens & Contract Addresses](https://about.umami.finance/umami-finance/gm-vaults/vault-tokens-and-contract-addresses.md): Repository of Contract for Umami's GM Vaults
- [Across Bridge Integration](https://about.umami.finance/umami-finance/gm-vaults/across-bridge-integration.md): Seamless bridging and high-yield deposits with 95% fee rebates


---

# 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, and the optional `goal` query parameter:

```
GET https://about.umami.finance/umami-finance/gm-vaults.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
