> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/metapro-one/send-tokens-and-collectibles/send-collectibles-nft.md).

# Send Collectibles (NFT)

In order to send collectibles, you will need to follow a few steps.

**Step 1**

Select **Send** icon&#x20;

<figure><img src="/files/OAFJN7xY12qUyPMFJgn1" alt="" width="247"><figcaption></figcaption></figure>

**Step 2**

Select **Collectibles**

<figure><img src="/files/vqQ9sfygFvFXLTd1J0ED" alt="" width="248"><figcaption></figcaption></figure>

**Step 3**

Select Collectables that you would like to send

<figure><img src="/files/aItJZpnfMnoToUzgCHrD" alt="" width="249"><figcaption></figcaption></figure>

**Step 4**

Fill out all necessary fields and click **Send**

* send to address (you can paste it or scan QR code)
* amount (your balance is visible)

{% hint style="info" %}
The gas price in GWEI for this transaction is also displayed and can be adjusted by clicking the arrow.

Please make sure you have some $ on this Blockchain to cover [network fee](https://docs.metaproprotocol.com/general-information/blockchain-network-fee)
{% endhint %}

<figure><img src="/files/FEy4N1LpPjsrr5heNgq0" alt="" width="249"><figcaption></figcaption></figure>

**Step 5**

Check everything, and if all the details are correct, click **Confirm**

<figure><img src="/files/W6il3jgjoLqzKn36rtVC" alt="" width="247"><figcaption></figcaption></figure>

**Step 6**

Confirm with 6-digit code or Face ID

<figure><img src="/files/vuFoZK124MGPGMmgxlm5" alt="" width="249"><figcaption></figcaption></figure>

**Step 7**

Congratulations! You have just sent your Collectible to another wallet.


---

# 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.metaproprotocol.com/metapro-one/send-tokens-and-collectibles/send-collectibles-nft.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.
