# Collateral Withdrawals

## LODE’s Withdrawal Process

LODE's withdrawal process incorporates a 12-hour Fraud-Proof Window to ensure secure and reliable transactions, protecting users from potential re-org attacks. Here’s an overview of the steps involved:

## **Withdrawal Procedure**

* **Initiation**: Users initiate a withdrawal by submitting a request, which is immediately acknowledged, activating the Fraud-Proof Window.
* **Fraud-Proof Window**: During this 12-hour window, the system ensures transaction integrity by preventing re-org attacks.
* **Approval and Transfer**: After verification, the system confirms the withdrawal, and funds are securely transferred to the user’s chosen wallet. Users can cancel their request at any time during the Fraud-Proof Window, with the funds reverting to their trading account.
* **Handling Multiple Requests**: If a user submits another withdrawal request while one is already active, the 12-hour window restarts to ensure each request undergoes the required fraud-proofing.

This process balances ease of use with robust security measures, safeguarding user assets while maintaining a straightforward withdrawal experience.

{% hint style="info" %}
Users can transfer collateral between trading sub-accounts at any time without having to undergoe the 12-hour withdrawal window.
{% endhint %}


---

# 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.lode.trade/the-trading-hub/trading-on-the-hub/collateral-withdrawals.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.
