# Withdraw Funds

Withdrawing funds from 0xequity is just as simple as depositing them. Let's walk through the step-by-step process to see how it works.

{% tabs %}
{% tab title="Web App" %}
Go to the account tab, where users can find a 'Send' button.

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

After you click the 'Send' button, a pop-up window will appear where you can choose the currency you want to withdraw. In our example, we'll be withdrawing USDC.

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

After selecting the currency, you'll be asked to enter the address of the account where you want to send the funds and the amount of USDC you wish to withdraw.

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

1. **Address:** The address user who wants to send cryptocurrency
2. **Amount:** The amount the user wants to send to a specific address
3. **Available Balance:** Available balance in the sender's wallet.

When you click 'Withdraw,' a modal will appear summarizing your transaction. Review the details carefully, then click 'Confirm' to proceed with the withdrawal.

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

1. **Network**: The blockchain network from which the user is sending cryptocurrency.
2. Recipient: The address of recipient.
3. Amount : The amount of USDC user is sending.

After confirming the transaction a pop-up will appear asking us to sign the transaction using our passkeys.

If this is your first time using the 0xequity platform, you'll need to sign twice: once to create your account in the smart contract and again to confirm the withdrawal transaction.

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

After signing the transaction, your withdrawal will be complete. Within a few seconds, user should see the funds in your designated wallet.

<figure><img src="/files/1Xl52dYFbSD5y8XEmh5P" alt=""><figcaption></figcaption></figure>

Upon clicking on "View Transaction" button user can view the details of their transaction on Arbiscan.
{% endtab %}

{% tab title="Mobile Browser" %}
Go to the account tab, where users can find a 'Send' button.

<figure><img src="/files/4hEdWVY6yzI1TiDYvgvr" alt="" width="188"><figcaption></figcaption></figure>

Upon clicking the receive button, users will routed to a page allowing them to choose the currency they want to withdraw. In our example, we'll be withdrawing USDC.

<figure><img src="/files/4X6dpdMWj3uxsx9gQwzF" alt="" width="188"><figcaption></figcaption></figure>

After selecting the currency, you'll be asked to enter the address of the account where you want to send the funds and the amount of USDC you wish to withdraw.

<figure><img src="/files/uqF3hdrywDjbArAqDhSm" alt="" width="188"><figcaption></figcaption></figure>

1. **Address:** The address user who wants to send cryptocurrency
2. **Amount:** The amount the user wants to send to a specific address
3. **Available Balance:** Available balance in the sender's wallet.

When you click 'Withdraw,' a modal will appear summarizing your transaction. Review the details carefully, then click 'Confirm' to proceed with the withdrawal.

<figure><img src="/files/uYBPJF7qzUwvHNlhbxft" alt="" width="188"><figcaption></figcaption></figure>

1. **Network**: The blockchain network from which the user is sending cryptocurrency.
2. Recipient: The address of recipient.
3. Amount : The amount of USDC user is sending.

After confirming the transaction 0xequity will ask us to sign the transaction using our passkeys.

If this is your first time using the 0xequity platform, you'll need to sign twice: once to create your account in the smart contract and again to confirm the withdrawal transaction.

After signing the transaction, your withdrawal will be complete. Within a few seconds, you should see the funds in your designated wallet.

<figure><img src="/files/clYRN20n57pIqE9e2RCr" alt="" width="188"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://docs.0xequity.com/how-can-i/withdraw-funds.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.
