# How to deposit SUI coins into your wallet

### Here's how you can top up SUI to your wallet using MoonPay

{% stepper %}
{% step %}
**Go to the MoonPay Page**

* Visit the MoonPay SUI purchase page in your browser.
* [MoonPay](https://www.moonpay.com/buy/sui)
  {% endstep %}

{% step %}
**Enter the Purchase Amount**

* Type the amount you want to spend (in USD, EUR, etc.), and MoonPay will show you how much SUI you'll receive.

<figure><img src="/files/f9mkfs00F1slhCEribfx" alt="" width="262"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Sign Up**

* Sign up with your email or Google account.

<figure><img src="/files/soMugynQJhI4njdERgLd" alt="" width="286"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Verify Your Identity**

* MoonPay requires identity verification to comply with anti-money laundering regulations. Just follow the on-screen steps to complete it.

<figure><img src="/files/IGnqhJdIOk5I7OQxsAeM" alt="" width="286"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Choose a Payment Method and Pay**

* Select how you'd like to pay (card, Apple Pay, Google Pay, etc.) and complete the payment.

<figure><img src="/files/qXecaJ0uXug06TsiHl94" alt="" width="286"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Confirm Your Deposit**

* Once your payment is approved, your SUI will typically arrive in your wallet within **a few minutes**. Check your wallet balance to confirm the transaction is complete.
  {% endstep %}
  {% endstepper %}

### Here’s how you can buy SUI coins from an exchange and transfer them to your Pebble Wallet.

{% stepper %}
{% step %}
**Visit an** **external cryptocurrency exchange** to buy SUI coins. Some of the major exchanges include:

* [Binance](https://www.binance.com/en)
* [Coinbase](https://www.coinbase.com/)
  {% endstep %}

{% step %}
**Transfer the purchased SUI coins** from your external exchange wallet to your Pebble Wallet.

* Enter the recipient's wallet address as either Pebble's custom wallet address, '**wallet name\@pebble**', or a string address starting with 0x.
* Make sure the **SUI network** is correctly selected before proceeding with the transfer.
  {% endstep %}

{% step %}
Once the transfer is complete, **check your Pebble Wallet** to confirm that the SUI coins have been successfully deposited.

<figure><img src="/files/qXTZ1mfFTQmdN7sZX4m1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
You can view SUI coin transfer history on the **Transaction History** page. Additionally, you can click the Tx ID to view details on Sui Explorer.

<figure><img src="/files/jeSZyemMe4vbM2yroZqo" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://suuuiplash.gitbook.io/docs/trade-asset/how-to-deposit-sui-coins-into-your-wallet.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.
