# Quick Start

This page summarizes all the essentials you will need to know to get started with Charged Particles. Here, is what you need to know to create Nested NFTs, [<mark style="color:red;">mint a particle</mark>](https://docs.charged.fi/other/glossary-of-terms#mint), [<mark style="color:red;">energize a particle</mark>](https://docs.charged.fi/other/glossary-of-terms#energizing), sell, collect, manage NFTs, and interact with our protocol.

## For owners/creators:

As an owner/creator, you can mint an NFT, collaborate with multiple artists on a collection,  energize an NFT, manage and sell an NFT.

### Mint an NFT

The process of creating an NFT with the Charged Particles *Particle Accelerator*.

{% embed url="<https://www.youtube.com/watch?v=Frr4Bw8UpXk>" %}

{% content-ref url="/pages/-MYchy-TKskzKuMDlPV-" %}
[Minting an NFT](/charged-particles-protocol/using-charged-particles/minting-an-nft.md)
{% endcontent-ref %}

### Energize an NFT

The process of adding assets to an NFT. You can add ERC-20 assets or NFTs (ERC-721 or ERC-1155 tokens). If you deposit assets that are supported by AAVE, they will automatically begin earning interest, thanks to our protocol's AAVE integration. In the future we will support additional yield sources as well.

{% embed url="<https://www.youtube.com/watch?v=Ql33MtyjgNc>" %}

{% content-ref url="/pages/-MYcikPwbkORcBGT1Gv\_" %}
[Energizing an NFT](/charged-particles-protocol/using-charged-particles/energizing-an-nft.md)
{% endcontent-ref %}

### Manage an NFT

As an owner/creator of the NFT, you can [<mark style="color:red;">Set Price</mark>](https://docs.charged.fi/other/glossary-of-terms#set-price), [<mark style="color:red;">Set Time Lock</mark>](https://docs.charged.fi/other/glossary-of-terms#time-lock), [<mark style="color:red;">Energize</mark>](https://docs.charged.fi/other/glossary-of-terms#energizing), [<mark style="color:red;">Discharge</mark>](https://docs.charged.fi/other/glossary-of-terms#discharge), and [<mark style="color:red;">Release</mark> ](https://docs.charged.fi/other/glossary-of-terms#release)an NFT.

{% embed url="<https://www.youtube.com/watch?v=qGHO7s8zi0g>" %}

{% content-ref url="/pages/-MYcisH3maXWNI9w1xuv" %}
[Manage an NFT](/charged-particles-protocol/using-charged-particles/manage-an-nft.md)
{% endcontent-ref %}

## For developers:

The Charged Particles protocol exists as open-access [<mark style="color:red;">Smart Contracts</mark>](https://en.wikipedia.org/wiki/Smart_contract) on the Ethereum, Polygon, Mode, Mantle, and ZKsync Blockchains. This means that interacting with the protocol is permissionless - anyone can build a DApp layer or communicate directly with the blockchain to access the Charged Particles protocol.

Our [Contracts](/charged-particles-protocol/developing-on-the-protocol/smart-contracts.md) and Subgraphs are both open-source and available on [<mark style="color:red;">Github</mark>](https://github.com/Charged-Particles).

{% embed url="<https://www.youtube.com/watch?v=3-qSFREo2i8>" %}

{% content-ref url="/pages/-MJ0P9jd\_lbNxwfzTveL" %}
[Developer Docs](/charged-particles-protocol/developing-on-the-protocol.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJ0FVznjHqb15oZUMBx" %}
[System Overview](/charged-particles-protocol/developing-on-the-protocol/technical-architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MW7Bf\_YD0UHK9WYVKxl" %}
[Quickstart](/charged-particles-protocol/developing-on-the-protocol/quickstart.md)
{% endcontent-ref %}


---

# 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/getting-started/quick-start.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.
