# How to send tokens and NFTs

### To send tokens from your wallet to another wallet, follow the steps below.

{% stepper %}
{% step %}
**Go to My Page > Inventory and click "Send"** on the token you want to transfer.

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

{% step %}
**Enter the amount of tokens to send and the recipient’s wallet address** (custom wallet address or a string address starting with "0x")

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

{% step %}
**Check the network fee and click Send**. If you don’t have SUI coins, check how to deposit SUI.

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

{% step %}
Enter your **transaction password**.

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

{% step %}
Once the transfer is complete, check your transaction history under **My Page > Activity > Send History**. Click the Tx ID for more details on Sui Explorer.

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

### To send NFTs&#x20;

Go to Inventory, **select the NFTs you want to transfer, and click "Send."**

<figure><img src="/files/dTn04gy3hAkFJ2e3xE5V" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*SBTs cannot be transferred as they are permanently bound to the owner's account.*
{% endhint %}

Once the NFT transfer is complete, you can check your transaction history under **My Page > Activity > Send History**.


---

# 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://docs.pebblestream.io/trade-assets/how-to-send-tokens-and-nfts.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.
