# Asset Buffer & Withdraws

**Asset Buffer** \
Umami's GM Vaults are designed to limit the impact of price changes in the non-deposit assets that are part of GMI. The vaults manage Delta by automatically reducing extra exposure through hedging. Regular rebalancing to effectively hedge plays a critical role in this process. Given that rebalancing can be complex and relatively costly, the strategy employs an Asset Buffer to bypass constant rebalancing. \
\
This entails reserving a small portion of the deposited assets, not using them to mint GM tokens but instead setting them aside.&#x20;

Asset Buffer of ETH backed market: [0x0Ca62954b46AfEe430D645dA493C6C783448C4eD](https://arbiscan.io/address/0x0ca62954b46afee430d645da493c6c783448c4ed)

Asset Buffer of BTC backed market: [0x1E914730B4Cd343aE14530F0BBF6b350d83B833d](https://arbiscan.io/address/0x1e914730b4cd343ae14530f0bbf6b350d83b833d)\
\
**Withdraws** \
Please note that currently, the vaults do not automatically rebalance when this buffer is used up. So, if you want to withdraw a large amount of assets (more than the buffer amount), you'll have to wait for a rebalance to refill the buffer. We will be implementing a withdrawal queue where users can request their withdraw to be available on the next rebalance to better optimize this experience. \
\
Note: GMX has circuit breakers on their GM markets that prevent withdraws while open interest has exceeded TVL, The Vaults source their yield from the GMI which is an index of GM markets and currently the index works as a single unit, meaning if one pool has tripped a circuit breaker the full Vault is unable to rebalance. This will soon be a non-issue with an upcoming upgrade to the Vaults. \
\
**Alternative Liquidity Options** \
Your deposit will be represented by an ERC-4626 token, enabling composability with various external DeFi protocols. This gives you alternative ways to access liquidity without needing to use the standard withdrawal function on Umami's user interface. For example, you can participate in Uniswap LPs if the community creates one or soon leverage your position through borrowing or looping on money market protocols.


---

# 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://about.umami.finance/umami-finance/gm-vaults/asset-buffer-and-withdraws.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.
