# Deposit and Withdraw

At Quant.Fun, our goal is to simplify onchain vault investing.&#x20;

This guide explains our deposit and withdrawal processes.

## Deposit Assets

* Each vault accepts only one deposit asset, typically USDC.
* All gains and losses are in terms of the deposit asset. When you withdraw from a vault, you will receive back your due amount in that deposit asset.

## Using Coinbase Onramp

* Use the "Fund Wallet" option once you've logged in via Privy.
* Follow the steps onscreen; you may be prompted by Coinbase to verify your account with them.

<div data-full-width="false"><figure><img src="/files/O8cbTS5jfAXF0nIk7uyT" alt=""><figcaption></figcaption></figure></div>

## Withdrawal Process

* When withdrawing from a vault, start by submitting a withdrawal request via our deposit/withdraw interface.

<p align="center">Submitting Withdrawal Request (Left) -- In Process Withdrawal Request (Right)</p>

{% columns %}
{% column %}

<figure><img src="/files/6Ea5rAqXow0vXpnWWyDp" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/SNOB3hZl3MEHqMuAh6Dw" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
Some vaults will have a redemption delay of up to 5 days; return later to complete your withdrawal.
{% endhint %}


---

# 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://quant-fun.gitbook.io/quant.fun-docs/tutorial/deposit-and-withdraw.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.
