> For the complete documentation index, see [llms.txt](https://cryptobull-exchange.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptobull-exchange.gitbook.io/whitepaper/trading-basics-on-cryptobull/deposit-process.md).

# Deposit Process

#### Deposit Process

At CryptoBull, we’ve made the deposit process fast, flexible, and secure. Regardless of if you’re funding your account with crypto or fiat. \
Our system is built for speed and reliability, ensuring your funds are available when you need them most.

***

**Crypto Deposits**

Depositing crypto into your CryptoBull wallet is simple and near-instant.

**Step-by-Step:**

1. **Select Asset:** Choose the token you want to deposit from your CryptoBull wallet dashboard.
2. **Generate Address:** A unique deposit address is created for each asset. QR code and address formats are both available.
3. **Send Funds:** Transfer the selected crypto from your personal wallet or another exchange.
4. **Confirmation Window:** Deposits require **network confirmations**, which vary by asset (e.g., \~1-2 for SOL, \~12 for ETH, \~1 for USDT on Tron).
5. **Automatic Credit:** Once confirmed, funds are automatically credited to your account and ready to trade. (Depending on chain expect seconds > minutes for completion)

* **Deposit Fees:** CryptoBull does **not charge deposit fees** on crypto transactions. \
  Only standard blockchain network fees apply.

***

**Fiat Deposits**

We support multiple fiat channels for onboarding funds securely and compliantly.

**Available Methods:**

* **Bank Transfer (SEPA, ACH):** Ideal for large or low-fee deposits. Processing time: 1–3 business days.
* **Credit/Debit Card:** For instant deposits, available in most regions with minimal KYC friction.
* **Third-Party Providers:** We've integrated with trusted payment processors to expand regional access and increase on-ramp flexibility.

**KYC Requirement:** All fiat deposit methods require verified KYC Level-1 status to ensure compliance with AML policies.

***

**Security Protocols**

* Every deposit, whether crypto or fiat, is monitored by our **real-time fraud detection system** to ensure the integrity of your account and the platform.
* **Smart alerts** notify users when deposits are credited or flagged for additional review.
* **Segregated deposit addresses** protect user balances and simplify auditing.

***

**Notes**

* Deposits made to the **wrong network or token address** may not be recoverable. \
  Always double-check before sending.
* CryptoBull offers **on-chain verification tools** to confirm deposit status in real-time.
* Our team is working to expand **instant fiat channels and one-click top-ups** via $CBULL in upcoming updates.


---

# 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://cryptobull-exchange.gitbook.io/whitepaper/trading-basics-on-cryptobull/deposit-process.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.
