# Import NFTs

### Supported NFT standards

Currently, SubWallet supports the following token standards for NFT (also known as *non-fungible tokens*):

* ***ERC-721***: Most widely used token standard, used on most EVM-compatible networks
* ***ERC-1155***: Supported on the RARI Chain network
* ***PSP-34***: Supported on the Aleph Zero & Aleph Zero testnet network

### Add NFTs to your account

**Step 1**: On the SubWallet homepage, select the "**NFTs**" tab right next to the "**Tokens**" tab.

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

**Step 2**: Click "**Import collectible**" at the bottom of the screen to start adding NFTs.

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

**Step 3**: A popup will appear on the right side.&#x20;

Enter the NFT details. You will need to specify the network on which you have the NFT and the NFT contract address.&#x20;

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

{% hint style="info" %}
SubWallet will automatically perform an on-chain search to fill in details such as NFT type and NFT collection name.
{% endhint %}

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

Once done, click "**Import**".

**Step 4**: The popup will close. Your newly imported NFT (in this case, *PayRue NFT*) should be visible there.

<figure><img src="/files/NxNXlcd8Y1m2khXHyKFL" alt=""><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.subwallet.app/main/web-dashboard-user-guide/asset-and-address-management/customize-your-assets/import-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.
