> For the complete documentation index, see [llms.txt](https://docs.vela.exchange/vela-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vela.exchange/vela-knowledge-base/exchange/account-setup/deposit-and-withdraw.md).

# Deposit & Withdraw

### The Vault

The Vela vault contract is entirely backed by the USDC Native stablecoin. The platform infrastructure was built to accept a variety of other stable assets, but is currently only supporting USDC to simplify collateral and liquidity deposits. By funding an exchange wallet, users gain access to USD on the platform, which can be redeemed for the underlying deposit at any time.&#x20;

{% hint style="info" %}
Migration of the vault from USDC.e to Arbitrum Native USDC will begin **the week of April 15th, 2024**. There will be no changes to user balance, VLP value, or requirement for user action. This maneuver is being performed in order to mitigate risk from exposure to bridged assets and to adapt to the overall shift in liquidity to Native USDC post-launch.
{% endhint %}

Trader exchange balances are entirely self-custody, and manual withdraws are possible if any front-end errors occur.<br>

<figure><img src="/files/VZ5RM4g4h0kJb4vzL5vo" alt=""><figcaption><p>Account Deposit/ Withdraw Page</p></figcaption></figure>

#### Withdraw Updates

To further secure the vault, we've implemented a 24-hour withdrawal cooldown. This enhancement is part of our commitment to your security and adherence to the best business practices.

### Fiat On/Off ramps

Vela Exchange has partnered with Transak in order to integrate fiat on and off ramping directly within the application. Users can access liquidity from all aspects of their financial network entirely within the Vela Exchange.

<figure><img src="/files/urO0ZWKsLBKl00pkNfLv" alt="" width="254"><figcaption><p>Purchase crypto with our powerful fiat on ramp</p></figcaption></figure>

Any KYC, limitations and restrictions, and supported purchase or transfer processes are owned fully by Transak and any other partners.


---

# 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://docs.vela.exchange/vela-knowledge-base/exchange/account-setup/deposit-and-withdraw.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.
