> For the complete documentation index, see [llms.txt](https://docs.tensor.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tensor.trade/trade/troubleshooting/verify-an-nft-mint.md).

# Verify an NFT Mint

If you're worried about an NFT listed on Tensor and would like to verify the mint before purchasing it, follow the below steps:

**1. Open the NFT modal.**&#x20;

This can be done by clicking on the DETAILS button in card view, or by clicking on the image itself in row view.

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

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

**2. Find the NFT mint. Click on it.**

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

**3. Copy the full token address.**

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

**4. Go to Moonrank's page for the relevant collection, such as** [**this one for DeGods**](https://moonrank.app/collection/degods)**.**

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

**5. Enter the tokenId into their search bar.**&#x20;

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

{% hint style="success" %}
If the NFT is found, you've got the correct mint!
{% endhint %}

{% hint style="warning" %}
At Tensor we do our best to maintain clean & correct collection mint lists. However, sometimes collections remove/add mints, or generally have weird and complicated mint lists, leading to errors.

Ultimately it is **your responsibility as the buyer** to verify that any NFTs you're buying is correct.&#x20;

Tensor doesn't refund any purchases done through its platform - not because we're "bad guys", but because it would set a very dangerous precedent and open the platform to abuse.
{% 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.tensor.trade/trade/troubleshooting/verify-an-nft-mint.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.
