# Where can I find NFT transaction records?

Navigating Etherscan&#x20;

Etherscan is a useful tool for exploring the Ethereum blockchain. You can search your wallet address to see your token balance or enter a transaction hash to verify transaction history. It's an easy way to verify a transaction's completion.

If you are using the MetaMask wallet, select the three dots at the top right of the extension, and select "**View on Etherscan**" to go view your token balance and transaction history on Etherscan.

Transactions such as NFT sales, referrals, and royalty payments are viewable under the "**Internal Txns**" tab on an Etherscan account page.

Please keep in mind the transaction records will have Mintverse 2% fee and project royalties (if any) automatically deducted. Crypto wallets like MetaMask will not display internal transactions. Alternatively, if you sold an NFT through an auction, you may need to add WETH as a token in your MetaMask or crypto wallet to view it there.


---

# 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://mintverse.gitbook.io/mintverse-help-centre/beginners-guide/where-can-i-find-nft-transaction-records.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.
