# NFTs on the dGEN1

## View your NFTs

* Go to the official gallery app
* Select the "NFT" album
* Press the refresh button on the terminal screen to fetch any missing NFT
* To see all the hidden NFTs, press the eyeball icon
* (Optional) to hide/unide NFTs, long press the NFT and select the "HIDE/UNHIDE" option<br>

## Mint an NFT from the dGEN1

For this guide you'll need:

* A dGEN1 on the latest patch
* A internet connection
* Either:
  * some ETH on Base, or a some
  * balance on your dGEN1 paymaster (More info on [Paymaster Guide](/docs/paymaster-guide.md))
* (Optional) enrolled fingerprint

## Steps

* Open the official camera app
* On the terminal screen, swipe either left or right until the "MINT" mode is visible
* Take a picture
* If you're happy with the preview, confirm by tapping on the terminal screen, otherwise dismiss by pressing the X icon on the top right corner
* Provide a title and description for your NFT
* Confirm by pressing on the terminal screen
* Sing the transaction (More info on [Browsing Onchain](/docs/browsing-onchain.md))
* Your NFT should now be viewable on the Gallery, under the NFT

## FAQ

#### Q: On which networks are NFTs minted?

Currently you can only mint on Base

#### Q: I don't see my NFT even after refreshing several times. What should I do?

Please send us an email at <hi@freedomfactory.io> stating as such. Please provide detailed info and your dGEN1 wallet address so that we can test and find what's happening. You can also reach out to our [Discord Server](https://discord.com/invite/T6fqFzdC)

#### Q: Some NFTs do not display the correct content / no content at all. What should I do?

Please send us an email at <hi@freedomfactory.io> stating as such. Please provide detailed info and your dGEN1 wallet address so that we can test and find what's happening. You can also reach out to our [Discord Server](https://discord.com/invite/T6fqFzdC)


---

# 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.freedomfactory.io/docs/nfts-on-the-dgen1.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.
