> For the complete documentation index, see [llms.txt](https://docs.carbon.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carbon.inc/trading/security-and-withdrawals.md).

# Security & Withdrawals

**Carbon is committed to secure and transparent withdrawals. Here's how the process works and the safeguards in place to protect your funds.**

**Users can enable Instant Withdrawals, however please note that your requested amount might be too much for an instant withdrawal. If instant withdrawal isn't possible, although it most likely is, withdrawals will work as follows:**

***

### <mark style="color:$info;">Withdrawal Process</mark>

* **Request Initiation**\
  Submit a withdrawal via the Manage Account page. The request is acknowledged instantly, and security checks begin.
* **12-Hour Fraud-Proof Window**\
  A 12-hour verification period begins once a request is made. This protects against double-spending or malicious behavior by allowing time for validation.
* **Multiple Requests**\
  If another withdrawal is submitted during an active window, the timer resets, the 12 hours start over.
* **Cancel Anytime**\
  You can cancel your withdrawal request anytime during the 12-hour window. Your funds are immediately reallocated back to your trading account.
* **Approval & Release**\
  After the fraud-proof window ends and the request is verified, funds are released securely to your destination address.
* **Future Upgrades**\
  Carbon plans to integrate third-party verification services to make this process instant while keeping it safe and trustless.

## <mark style="color:$info;">Security Measures</mark>

* Two-Factor Authentication (2FA)\
  Enable 2FA to secure your account. This adds a second layer of protection and reduces the risk of unauthorized access.
* End-to-End Encryption\
  All sensitive data is encrypted during transmission, ensuring your information stays protected at every step.
* Smart Contract Audits\
  Carbon’s infrastructure will undergo routine audits to identify and fix potential vulnerabilities, keeping your assets secure and the system reliable.

**Your funds stay protected. Your withdrawals stay trustless.**

<br>


---

# 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.carbon.inc/trading/security-and-withdrawals.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.
