> For the complete documentation index, see [llms.txt](https://docs.clickoptions.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clickoptions.ai/trade/account-and-funding.md).

# Account and Funding

### Account Funding

After completing initial registration, which requires **email verification** and **2FA activation**, each client can fund their account.

* **Supported Currencies**: At launch, only **USDT** deposits will be accepted. Additional cryptocurrencies will be added later, selectable from a drop-down menu.
* **Deposit Limits**:
  * Minimum deposit: **10 USDT**
  * Maximum (without verification): **10,000 USDT (cumulative per user)**
* **Withdrawal Limits**:
  * Minimum withdrawal: **10 USDT**
  * Withdrawals are available **only to verified customers**.

#### Fees

* **Deposits**: No fees are charged by us.
* **Withdrawals**: No fees are charged by us (for the early birds).

#### Verification Thresholds

* If a client deposits **more than 10,000 USDT cumulatively**, full verification is required. This includes:

  * Proof of identity
  * Proof of address
  * Source of funds
  * Proof of wealth

  #### Restricted Jurisdictions & Rejected Verification

  * Users who cannot be verified or who are identified as being from a [**restricted country**](https://www.clickoptions.ai/legal/jurisdictions) will receive a notification.
  * We will inform them that their funds will be returned due to verification issues or jurisdictional restrictions.
  * If the deposit was made from a CEX hot wallet and the user wants the funds returned to a different address on the **same exchange**, they must provide proof from that exchange confirming the new address belongs to them.
  * If the user does not respond within the 7-day window, we will proceed with returning the funds to the original sending address.


---

# 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.clickoptions.ai/trade/account-and-funding.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.
