> For the complete documentation index, see [llms.txt](https://docs.oisy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oisy.com/using-oisy-wallet/how-tos/nfts.md).

# Managing Collectibles in Your Wallet

{% hint style="info" %}
Before sending an ICP Collectible to your OISY wallet, open Manage Collections and check that the collection is enabled. \
\
Scroll to the bottom of this page for more info on this.
{% endhint %}

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

#### Viewing collectibles in Your Wallet

OISY Wallet allows you to view and manage collectibles directly within the browser interface. To find your collectibles:<br>

1. Navigate to the main wallet interface.
2. Click on ‘Collectibles’ to switch views.
3. Your visible collectibles will appear here. Hidden collectibles will not appear unless manually enabled (see below).

💡 *OISY Wallet hides* collectibles *media by default to prevent issuers from tracking your views. You stay in control of when, how, and whether* collectible *content is shown.*

***

#### Making a Hidden Collectible Visible

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

To view a hidden collectible and decide how it’s displayed in your wallet:

1. Navigate to the Collectibles page and locate the hidden collectible entry.
2. Click ‘Review’ to inspect the collectible and choose your preference.
3. If you’d like to permanently see the collectible's image or animation, click ‘Enable Media.’
4. If you want to keep it listed without loading the content, select ‘Keep Media Disabled.’
5. If the collectible appears to be unsolicited or spam, press ‘Spam’ to hide it from your wallet.

<br>

🔒 *Media is only loaded if you explicitly choose to enable it. This protects your privacy from NFT issuers that use image requests to track views.*

***

#### &#x20;Marking a Collectible as Not Spam

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

If a legitimate collectible was mistakenly flagged as spam:

1. Navigate to the Hidden section and click ‘Review.’
2. Press ‘Not Spam’ to remove the spam classification.
3. To make the collectible fully visible, click ‘Enable Media’ if desired.<br>

⚠️ *Spam-marked* collectibles *remain hidden from your wallet view unless manually restored.*

***

#### Viewing Hidden or Spam-Flagged Collectibles

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

To access collectibles that are hidden or previously marked as spam:

1. Click ‘Manage Collections’ at the bottom of your wallet interface.
2. Scroll to the collectibles section where you can toggle collections on or off.
3. Toggle the desired collection to make them appear in your wallet interface.
4. If the collectible appears but media is still hidden, you’ll need to go through the ‘Review’ flow and select ‘Enable Media’.

<br>

📌 *Toggling visibility does not automatically load the media—you stay in control of exposure at every step.*

***

#### Importing a Collectible That Isn’t Showing

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

If you don’t see a specific collectible in your wallet:

1. Open the ‘Manage collections’ menu.
2. Click ’+ Import Collection.’
3. Select the correct token chain and address.
4. If the collectible is live and properly indexed, it will appear for import.
5. Once added, go to the collectible and click ‘Enable Media’ to make it visible in your wallet.

🔍 *Be sure to double-check the contract address and chain for accuracy before importing.*

***

#### Importing an ICP Collectible&#x20;

OISY supports ICP collectibles that follow the EXT standard, including collections from platforms such as Entrepot, Tonic, and DGDG.

To ensure your NFTs display correctly, there are a couple of important steps to follow.<br>

**Before Sending an ICP Collectible**

Before sending an ICP collectible to your OISY wallet, open Manage Collections and check that the collection is enabled.

This helps prevent collectibles from appearing hidden or unrecognised after transfer.

If you don’t see your collection listed, let us know in Discord and we can add support for it.

\
**After Sending an ICP NFT**

Once your collectible has been sent to your wallet:

* Go to the Collectibles page
* Click the Reload button

OISY will rescan your wallet and enable the NFT so it appears correctly in your collection.<br>

{% hint style="info" %}
Please note that you should NEVER interact with a spam collectible by sending it or burning it anywhere.  It is best to mark it as spam and ignore it as interacting with it even by viewing the image can present a risk
{% endhint %}


---

# 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.oisy.com/using-oisy-wallet/how-tos/nfts.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.
