> For the complete documentation index, see [llms.txt](https://foregate.gitbook.io/foregate-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foregate.gitbook.io/foregate-docs/getting-started/quickstart/how-to-deposit.md).

# How to deposit?

> ## <mark style="color:blue;">**Direct Deposit**</mark>

#### 1. Login to your [<mark style="color:orange;">ForeGate account</mark>](https://www.foregate.com/market/events) and link your wallet.

#### 2. Click the deposit button in the upper right corner.

<div align="left" data-with-frame="true"><figure><img src="/files/AZxZ17a75Cwh8iP6v20H" alt="" width="375"><figcaption></figcaption></figure></div>

***

#### 3. Select the appropriate chains and tokens. You can deposit using USDT on the Solana (SOL) network. Simply select your preferred token from the “Supported tokens” options on the Deposit page. Then copy the address or scan the QR code to deposit your target amount through your personal wallet or exchange wallet.

<div align="left" data-with-frame="true"><figure><img src="/files/mKXTTdlSRFxu3W1Ytxn5" alt="" width="375"><figcaption></figcaption></figure></div>

***

#### 4. Usually wait a few minutes. After your deposit is completed, please click on your profile icon at the top right → **Overview**, and you will be able to see your available balance. You may also access it directly via the link below:

👉 Go to Overview{<https://www.foregate.com/portfolio>}

<div align="left" data-with-frame="true"><figure><img src="/files/qWQ4y5nRi2rvC0Y42piC" alt="" width="375"><figcaption></figcaption></figure></div>

***

> ## <mark style="color:blue;">**Cross-Chain Deposit**</mark>

**Operation Process (Using Cross-Chain Deposit as an Example)**

{% columns %}
{% column width="58.333333333333336%" %}

<div data-with-frame="true"><figure><img src="/files/w1aObuIpfjKzv6Gnx8GJ" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="41.666666666666664%" %}

<div data-with-frame="true"><figure><img src="/files/AfBKSlihUljS9xprsCd5" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

When users initiate a deposit on ForeGate H5 or the Web interface, the following guidance is displayed:

**1. Select Deposit Asset:**\
A dropdown list shows the supported source chains (Tron, BSC, Ethereum, TON) and their corresponding recommended assets (USDT and major native tokens of each chain, such as BNB, ETH, TRX, etc.).

**2. Enter Amount:**\
The system calls the backend in real time for a quote and displays the following:

* **Estimated Receipt:** The amount of Solana USDT you will receive.
* **Total Fees:** Includes cross-chain bridge fees, on-chain gas fees, and platform service fees.
* **Exchange Rate:** Conversion rate from the source asset to target USDT.

**3. Obtain Deposit Address:**\
The system generates a one-time, time-limited escrow address (managed by an MPC wallet).\
You transfer the selected asset from your wallet or exchange to this address.

**4. Deposit Confirmation:**\
The backend system automatically completes the process: Receive → On-chain Swap (if needed) → Cross-chain Conversion → Credit Solana USDT to your account.\
You can view the processing progress in real time (Awaiting Deposit → Swapping → Cross-chaining → Completed).


---

# 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://foregate.gitbook.io/foregate-docs/getting-started/quickstart/how-to-deposit.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.
