# Withdraw

With WeBera, you can withdraw both your deposited amount and yield rewards anytime you want.

1. Token Selection:
   * Similar to the deposit process, start by selecting the token you wish to withdraw.
   * Refer back to the user guide about [Deposits](/resource/user-guide/deposit.md) to view the contract addresses.
2. Amount Entry:
   * Enter the amount you want to withdraw.
   * Quick selection options for withdrawal percentages are available, based on your Available balance.
3. Remaining Balance Display:
   * There's a section that shows the remaining amount after withdrawal.
   * Example: If you have 80 $USDC in the Vault and initiate a withdrawal of 40 $USDC, the "***Total value after withdraw***" line will show 40 $USDC remaining.

<figure><img src="/files/B3oW3GSqGCYWZuIbRRNA" alt="" width="370"><figcaption><p>You will have approximately 40 $USDC remaining if you withdraw 40 $USDC while having 80 $USDC in the vault.</p></figcaption></figure>

* Alternatively, you can quickly select 40 $USDC by choosing the 50% option.

4. Confirmation:

* Finally, click on Withdraw and sign to complete the transaction.


---

# 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.webera.finance/resource/user-guide/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.
