> For the complete documentation index, see [llms.txt](https://docs.mobyscreener.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobyscreener.com/moby/profile/deposit.md).

# Deposit

**Crypto Address**

The fastest way to fund your wallet. Select your network — **SOL, BASE, BNB, or RH (Robinhood Chain)** — and you'll see your unique wallet address and QR code for that chain.

Copy the address or scan the QR from any wallet or exchange to send funds. Funds appear once the transaction confirms on-chain.

{% hint style="info" %}
**Important:** Always send the correct asset on the correct network. Sending the wrong asset or using the wrong network will result in loss of funds.

* **Solana** — SOL and SPL tokens only
* **Base** — USDC only
* **BNB Chain** — USDC only
* **Robinhood Chain** — USDG only

If you accidentally sent the wrong asset or used the wrong network, contact our team immediately via **Live Support** in Settings. While recovery cannot be guaranteed, our team will do their best to assist.
{% endhint %}

<figure><img src="/files/29ZXbBnVk3av7nmsNPfo" alt="" width="148"><figcaption></figcaption></figure>

***

**Apple Pay**

Buy crypto instantly using Apple Pay on Solana, Base, and BNB Chain. Select your chain, choose your amount, and complete the purchase — funds land in your wallet in seconds.

***

**Debit or Credit Card**

Buy crypto using a Visa or Mastercard on Solana, Base, and BNB Chain. Takes 3–5 minutes. Select your chain and amount, enter your card details, and complete checkout — powered by MoonPay.

<figure><img src="/files/IJb8cORCAeaZBxx20JSZ" alt="" width="148"><figcaption></figcaption></figure>

***

**Import Wallet**

Bring any existing wallet into Moby by importing it with your private key or seed phrase. Supports all four chains — Solana, Robinhood Chain, Base, and BNB Chain. Once imported, your wallet and its funds are accessible directly in the app and you can start trading immediately. Head to **Profile → Deposit → Import Wallet** to get started.

You can import your existing solana wallet to the app by following these steps:

1. Go to Profile > Deposit

2. Tap **Import**

3. Enter the otp you received on your mail

4. Enter the wallet name and Private key or Seed Phrase

5. Tap **Import wallet**

Your wallet will be imported successfully to the app. You can import any number of wallets

{% hint style="info" %}
Third-party charges may apply when depositing via Apple Pay or debit/credit card. Depositing via Crypto Address is recommended for the lowest cost.
{% 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://docs.mobyscreener.com/moby/profile/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.
