# Minting an NFT

If you have experience using the Ethereum blockchain,  minting on the Charged Particles DApp should feel comfortable and easy to understand. For those who might be new to the process, we recommend following the links below to learn a bit more before continuing. <br>

[The OpenSea NFT Bible](https://opensea.io/blog/guides/non-fungible-tokens/)\
[The Greatest NFT Film Ever Made ](https://youtu.be/cY9lM73ie0Q)\
[The Bull Case for NFTs](https://www.youtube.com/watch?v=qSH7vJ8ZJy8)\
\
[Download Metamask - Browser Wallet ](https://metamask.io/)

## Getting Started

{% embed url="<https://www.youtube.com/watch?v=Frr4Bw8UpXk>" %}
See below for text-based instructions
{% endembed %}

Enter the Charged Particles DApp by clicking [HERE](< https://app.charged.fi>)

Steps:

* Click Login and Login with your Web3 wallet provider of choice (e.g. MetaMask)
* After logging in, you can click “Mint Particle”

![](https://miro.medium.com/max/2520/0*Qj3AC2t8oFKHJjIE)

You should [see the above screen](https://app.charged.fi/go/mint).

* Choose File — Right now we recommend smaller files, <10mb. And recommend jpg, png, or gif. We’ll be adding additional support later.

![](https://miro.medium.com/max/2520/0*G4nUfhd3VWZJmXyQ)

Next steps:

* Choose your NFT’s Name, Description and [additional properties](https://docs.charged.fi/other/faqs#what-are-properties-of-the-nft-im-minting) (optional).
* Enable (or not) [creator royalties — enabling a % of interest or % of resale value going back to the artist](https://docs.charged.fi/other/faqs#how-do-creator-royalties-work)
* MINT and create your NFT

You’ll have to confirm a few actions in MetaMask to finish this step.

Charged Particles doesn’t charge any fees, but you will be responsible for Gas fees.<br>


---

# 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.charged.fi/charged-particles-protocol/using-charged-particles/minting-an-nft.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.
