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