# Withdrawal

Aqua Protocol facilitates user-friendly collateral withdrawals, ensuring that users can maintain a safe Collateral Ratio (CR) or opt for full withdrawals upon complete debt repayment.

### Withdrawal Process:

#### 1. **Repaying AquaUSD Debt**:

* **Partial Withdrawal**: To partially withdraw collateral, [repay](/mechanisms/repayment.md) an amount of your AquaUSD debt that aligns with the collateral you wish to withdraw.
* **Full Withdrawal**: For a full withdrawal, [repay](/mechanisms/repayment.md) the entire AquaUSD debt.

#### 2. **Checking Maximum Withdrawal Amount**:

* **Maintaining CR Above 200%**: Aqua Protocol displays the maximum amount you can withdraw while keeping the CR above 200%, available in your account information.
* **Full Withdrawal Option**: In cases of full debt repayment, users can opt for a full withdrawal of their collateral.

#### 3. **Initiating and Processing Withdrawal**:

* After deciding on the withdrawal amount and completing the necessary debt repayment, you can initiate the withdrawal process. Aqua Protocol then releases the specified amount of collateral.

### Key Considerations:

* **Ensuring CR Stability**: Particularly for partial withdrawals, it’s crucial to ensure that the remaining CR remains above the 200% threshold to mitigate risks.
* **Understanding Fees and Conditions**: Be cognizant of any applicable fees or conditions related to debt repayment and the withdrawal process.

In conclusion, Aqua Protocol offers a streamlined and secure process for withdrawing collateral, with options for both partial and full withdrawals. The platform provides essential information to help users maintain a healthy CR or retrieve all their collateral following full debt [repayment](/mechanisms/repayment.md).


---

# 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.aquaprotocol.xyz/mechanisms/withdrawal.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.
