# NFT Explorer

GhostMarket acts as a true NFT explorer for all of the integrated blockchains, allowing you to browse, track and discover all NFT collections currently existing on these blockchains.\
\
We currently handle the curation and addition of collections to the site (a collection is a group of one or more smart contracts tied together) manually, so if you need to have your own collection added, simply reach out to us and we will add it!

{% hint style="info" %}
"Self-Service" collection addition is coming soon!!&#x20;
{% endhint %}

### Blockchain explorers provide verifiable insight into your NFTs.

Every time an NFT is minted or transferred, a transaction occurs on the associated blockchain.\
\
GhostMarket supported blockchains generally provide a public interface to view transactions and verify the provenance and history of each NFT. This public interface is referred to as an explorer.\
\
Each NFT profile has a link to its associated blockchain transaction.

#### For example:

The NFT example below was minted on Neo and its profile includes a link to verify the associated blockchain transactions on Neo's public blockchain explorer called dora.

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

The NFT profile features a **Details** tab. Clicking the **contract** link will take you to **dora**, where you can see associated transactions with this particular NFT and the contract on which it was created: <https://dora.coz.io/contract/neo3/mainnet/0xcd10d9f697230b04d9ebb8594a1ffe18fa95d9ad>\
&#x20;


---

# 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.ghostmarket.io/user-guides/platform-features-and-tools/nft-explorer.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.
