# How to send or receive NFTs

## How to send NFT? <a href="#id-ug-sendnft-howtosendnft" id="id-ug-sendnft-howtosendnft"></a>

Ninji Wallet allows users to store, send, and receive non-fungible tokens (NFTs)

**Step 1:** On the home screen, click the **NFTs tab**

**Step 2:** Click on an NFT to be navigated to the NFT detail page, then click **Send** to make the transaction

{% hint style="info" %}
**Note**:

* Before making transactions on any blockchain, you need to prepare the father token of that blockchain to pay gas fees.
* Read more about gas fee here:[ https://coin98.net/what-is-gas-fee](https://coin98.net/what-is-gas-fee)
  {% endhint %}

<div><figure><img src="/files/o5TBkuI9e5gnayRx2HiJ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/qmt2KRFSGV1M7Kt7Kr3o" alt=""><figcaption></figcaption></figure></div>

**Step 4**: Enter the wallet address then click **Review**.

{% hint style="info" %}
There are 3 ways to input the recipient address:

* Enter the recipient's address
* Click the contact icon to select the wallet available in the Fin Extension Wallet
* Click the Paste button to paste the address that you have copied into the clipboard
  {% endhint %}

<figure><img src="/files/jzd3M6IOjsOskRhXUYr6" alt="" width="375"><figcaption></figcaption></figure>

**Step 4**: On the popup, kindly recheck the information of your transaction, then click **Confirm** to confirm the transaction

After the transaction has been finalized, you will be redirected to a transaction details page, and the recipient will get a message that they have received the NFT.

<figure><img src="/files/fc6xeWl3bWrmTKGteD3N" alt="" width="375"><figcaption></figcaption></figure>

## How to receive NFTs

**Step 1**: On the home screen, please select the Injective wallet address for receiving NFTs in the Wallet section

{% hint style="info" %}
Please refer to [this guide](https://docs.ninji.xyz/user-guide/basic/extension/how-to-add-a-new-hot-wallet) if you would like to switch to another wallet address in this section.
{% endhint %}

**Step 2**: Click the **Copy** icon to get the receiving NFT wallet address

<figure><img src="/files/50EbnMQG4DkdkcRbrqse" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.ninji.xyz/user-guide/basic/extension/how-to-send-or-receive-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.
