# NFTs

{% hint style="warning" %}
NFTs and blockchain transactions are not yet available on WalliD wallet.\
:eyes:[**Stay tuned**](https://discord.gg/3vnsN7zVpT) **to be the first trying them out!**
{% endhint %}

The browser extension supports different standards of NFTs from the multiple networks available and allows you to <mark style="color:purple;">**`import`**</mark>, <mark style="color:purple;">**`view metadata`**</mark> and to <mark style="color:purple;">**`send tokens`**</mark> to a different address.

### Import tokens

To import a token that you already own in the address associated to your wallet, go to the Fungible Tokens section in the home page of your extension and click on <mark style="color:purple;">**`Import NFT.`**</mark>Provide the token info requested to add that token to your wallet.

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

### View metadata

To check NFTs metadata click the <mark style="color:purple;">**`...`**</mark> button on the right side of the page toopen the option menu. Select the option <mark style="color:purple;">**`check on-chain`**</mark> to access the correspondent smart contract on its network block explorer or select the option <mark style="color:purple;">**`check on Opensea`**</mark> to the marketplace webpage displaying your NFT.

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

### Send NFTs

To send NFTs to another address click the <mark style="color:purple;">**`...`**</mark> button on the right side of the page to open the option menu. Select the option <mark style="color:purple;">**`Send token`**</mark> to open the window below. Provide the address of the recipient and if the standard supports tokens IDs with multiple units `(eg ERC-155)` provide the amount of tokens you wish to send as well

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

#### How to manage network fees

:eyes: **Coming soon!** :eyes:


---

# 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.wallid.io/wallid-wallet/browser-extension/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.
