> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/perpetuals/deposit-withdraw-perps.md).

# Deposit/Withdraw Perps

## Deposit funds

Moving funds into perpetuals is easy.

{% stepper %}
{% step %}

### Open the "Manage Funds" Module

Click on your balance in the top right of Boba.

<figure><img src="/files/EyRZb49yor7NxVloD33b" alt="" width="262"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select "Convert" and open Convert Window

<figure><img src="/files/CNxVSwdqUuQZ9oZ3Rhze" alt="" width="331"><figcaption></figcaption></figure>

You can choose the chain you'd like to bridge from here.

<figure><img src="/files/NVuvHxasr42kVynvc3Cb" alt="" width="325"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Input Amount and Confirm

Instant quote can be viewed here.

<figure><img src="/files/wQFv75ONjv5WDakcvJTi" alt="" width="329"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

## Withdraw Funds

Withdrawing funds from perpetuals is simple too.

{% stepper %}
{% step %}

### Open the "Manage Funds" Module

Click on your balance in the top right of Boba.

<figure><img src="/files/EyRZb49yor7NxVloD33b" alt="" width="262"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select "Withdraw"

You can withdraw to any external wallet.\
\
NOTE: This withdraw will transfer the USDC on HyperCore many wallets do not support balances on HyperCore you can log into hyperliquid with the wallet and balance will show.&#x20;

<figure><img src="/files/ldNC3JdVwZlJr0Elh3VG" alt="" width="333"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### &#x20;Select Method

Select Method you would like to withdraw to you can either paste an address or connect a wallet to Boba for withdraw.

<figure><img src="/files/zfJA4KUqnP8oHLma9NFT" alt="" width="326"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Input Amount&#x20;

Input desired withdraw amount and confirm.

<figure><img src="/files/wTjKvhdg1OaZgwbqaXLe" alt="" width="326"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***


---

# 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.boba.xyz/perpetuals/deposit-withdraw-perps.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.
