# Protocol Overview

Charged Particles is a protocol allowing NFTs to own assets.

While the dApp on [charged.fi](/other/faqs/using-the-dapp.md) is the first implementation, the protocol is open and inter-operable with Ethereum standards. Already, NFT contracts such as [Rarible](https://rarible.com) have been whitelisted, allowing them to to also act as custodians for other tokens.

At this stage of development, Charged Particles NFTs ([Particles](https://docs.charged.fi/other/glossary-of-terms#energizing)) can own ERC-20, ERC-721, and ERC-1155 tokens. The protocol has integrated with Aave, allowing interest to accumulate within Particles. This is the first of many integrations on the [roadmap](/charged-particles-protocol/roadmap.md).

Currently, the protocol is deployed on Ethereum mainnet, Polygon, PolygonZkEVM, Mode, Mantle, and ZKsync Blockchains as well as testnets.

Our vision is for the Charged Particles protocol to be integrated with thousands of NFTs, across dozens of platforms, with myriad use cases.

[Protons](https://docs.charged.fi/other/glossary-of-terms#proton) and [Particles](https://docs.charged.fi/other/glossary-of-terms#particle) are standard, non-custodial NFTs, held in your wallet - yours to trade, transfer, sell, etc. just like any other NFT - but with enhanced capabilities.

{% hint style="info" %}
Charged Particle Value = **Intrinsic Value (underlying asset, DAI)** + **Speculative Value (non-fungible rarity)** + **Accrued Interest value (accrued in aDAI)**
{% endhint %}

{% content-ref url="/pages/-MJ0LIuqPfkc3Glc\_rPw" %}
[How It Works](/charged-particles-protocol/protocol-overview/how-it-works.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJSZt7Njsu-z5oMLivl" %}
[Current Status](/charged-particles-protocol/protocol-overview/current-status.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJShStq8MA2vGgApVkd" %}
[Protocol Revenue](/charged-particles-protocol/protocol-overview/protocol-revenue.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJ0FDprZTGQcSMHjf3g" %}
[Protocol Features](/charged-particles-protocol/protocol-overview/charged-particles-use-cases.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/charged-particles-protocol/protocol-overview.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.
