> For the complete documentation index, see [llms.txt](https://vaultbook.gauntlet.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vaultbook.gauntlet.xyz/vaults/drift-vaults/drift-vaults-overview/user-flow.md).

# User Flow

**1. Accessing Gauntlet Vaults**

• Navigate to the vaults page (<https://app.drift.trade/vaults>), where you’ll see a list of vaults showing APY, Age, TVL, and more.

*Protip: filter on 'Gauntlet' as manager to only see vaults curated by Gauntlet*

<figure><img src="/files/vaHPvl3d7qHAfjUfPDGm" alt=""><figcaption></figcaption></figure>

• Select a vault by clicking “View Vault” for details on performance, capacity, and strategy.

<figure><img src="/files/HHgUyVRiQOwpGjof6FgT" alt=""><figcaption></figcaption></figure>

**2. Depositing Funds**

• On the vault’s page, enter the amount you wish to deposit.

• Click “Confirm Deposit,” then approve the transaction in your connected wallet. Once confirmed, your share balance will be updated.

• Deposited funds typically have a redemption lock period (e.g., 3 days) before withdrawal is possible.

Note: because of slippage incurred while entering the strategy, your vault will initially show a negative return immediately following deposit; this is expected.

<figure><img src="/files/vfgE0fpeUtrpVCn0oMHZ" alt=""><figcaption></figcaption></figure>

**3. Tracking Performance**

• Vault Performance Tab: shows APY (7D/30D/90D), TVL, and metrics like Max Daily Drawdown. Track total earnings and ROI in real-time.

• Your Performance Tab: displays Current Balance, Total Earnings (All-Time), and ROI, along with a chart showing earnings, fees, and high-water marks over time.

• Overview Tab: Summarizes the vault’s strategy, risk profile, and relevant disclosures.

<figure><img src="/files/f3dLQCYyrLBme6LQEBut" alt=""><figcaption></figcaption></figure>

**4. Withdrawing Funds**

• Click “Withdraw” on the vault’s page and specify the amount (up to your vault balance).

• Withdrawals enter a redemption queue (e.g., 3 days). After this period, finalize the withdrawal to receive funds in your wallet. Any unclaimed amounts will be held in USDC.

• Note that share value changes (due to negative PnL or JLP premium) as well as performance fees collected may cause the final withdrawal amount to be lower than the initial request. Funds in the queue will not accrue further profits.

<figure><img src="/files/DOOdw7K192uvhm58OUGc" alt=""><figcaption></figcaption></figure>

**5. Managing Your Vault Position**

• Deposit More: You can add more funds anytime, subject to the vault’s capacity. Note that because the vault collects performance fees whenever a user interacts with the vault, new deposits may trigger a fee if the current vault balance is above the high watermark.

• Compound Earnings: Gains are typically reinvested automatically.

• Monitor Regularly: Check performance, funding rates, and protocol updates to ensure the strategy aligns with your risk tolerance.


---

# 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://vaultbook.gauntlet.xyz/vaults/drift-vaults/drift-vaults-overview/user-flow.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.
