> For the complete documentation index, see [llms.txt](https://support.moonshot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.moonshot.com/get-started/deposit/cross-chain-crypto-deposits.md).

# Cross-chain crypto deposits

You can now deposit crypto from other networks directly into Moonshot with no manual bridging or swapping required. Send coins like ETH, BTC, USDT, and more. Moonshot automatically converts them into cash (USDC) or SOL.

#### What is a cross-chain deposit? <a href="#what-is-it" id="what-is-it"></a>

With cross-chain deposits, you can send coins from networks like Ethereum, BNB Chain, and others directly to your Moonshot wallet. The conversion happens automatically behind the scenes, so your funds arrive ready to trade.

#### What you receive

When your deposit arrives, Moonshot converts it to one of the following. You choose which during the deposit flow.

**💵 Cash (USDC)**

* Your deposit is converted to USDC, a stablecoin fully backed by cash equivalents.

**◎ Solana (SOL)**

* Your deposit is converted to SOL, the native coin of the Solana network.

#### Fees

Fees depend on what's needed to get your deposit into your wallet.\
\
If you're sending a coin that's already on Solana — like USDT, USDC, or SOL — there's no bridging involved, just a swap. The fee is \~0.1%.\
\
If your deposit needs to be bridged from another network — like sending ETH from Ethereum or BNB from BNB Smart Chain — the fee is \~0.25%.\
\
A few examples:<br>

* **USDT on Solana → USDC:** \~0.1% fee (swap only)
* **ETH on Ethereum → USDC:** \~0.25% fee (bridge + swap)
* **USDC on Solana → USDC:** no fee

{% hint style="warning" %}
Depositing an amount below the minimum cannot be recovered until you transfer an amount that exceeds the minimum. Then, your total deposits will be credited to your wallet.
{% endhint %}

### &#x20;How to make a cross-chain deposit

{% stepper %}
{% step %}

#### **Go to Holdings → Deposit**

Select `Crypto` from the Payment Methods drop-down.
{% endstep %}

{% step %}

#### **Choose what to convert it to**

Select `Cash (USDC)` or `Solana (SOL)`. Your deposit will be converted to whichever you choose.
{% endstep %}

{% step %}

#### **Choose the coin you want to send**

Select which coin and network you're sending from.
{% endstep %}

{% step %}

#### **Copy your deposit address or scan the QR**

{% endstep %}

{% step %}

#### **Send from your external wallet**

{% endstep %}

{% step %}

#### **Wait for confirmation**

{% endstep %}
{% endstepper %}

{% hint style="danger" %}
**Send on the correct network.** Each deposit address is specific to a coin and its network. For example, your USDC deposit address shown as "on Solana" only accepts USDC sent over the Solana network. Sending the wrong coin or using the wrong network may result in permanent loss of funds. Always double-check before sending.
{% endhint %}


---

# 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://support.moonshot.com/get-started/deposit/cross-chain-crypto-deposits.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.
