# Dune Analytics

The tables below contain all of the Charged Particles contract addresses that have been uploaded to [Dune Analytics](https://dune.xyz/browse/dashboards). It includes the namespaces and contract names that can be used to quickly find the Charged Particles dataset on [Dune Analytics](https://dune.xyz/).

For example, *`charged_particles_proton."Proton_evt_ProtonSold"`* is an event table that returns information such as the amount proton sold, the new owner, the sale price, creator, and date.

### Ethereum Mainnet

<table><thead><tr><th width="261.3333333333333" align="center">Charged Particle Contract Name</th><th width="202.39371534195934" align="center">Namespace on Dune</th><th width="271.7077640304135" align="center">Contract Name on Dune</th></tr></thead><tbody><tr><td align="center">Charged Particles</td><td align="center">charged_particles</td><td align="center">AdminUpgradeabilityProxy</td></tr><tr><td align="center">Proton</td><td align="center">charged_particles_proton</td><td align="center">Proton</td></tr><tr><td align="center">Charged Settings</td><td align="center">charged</td><td align="center">ChargedSettings</td></tr><tr><td align="center">Charged State</td><td align="center">charged</td><td align="center">ChargedState</td></tr><tr><td align="center">Aave Wallet Manager</td><td align="center">aave</td><td align="center">AaveWalletManager</td></tr><tr><td align="center">Generic Wallet Manager</td><td align="center">aave</td><td align="center">AaveWalletManager</td></tr><tr><td align="center">Generic Basket Manager</td><td align="center">aave</td><td align="center">AaveWalletManager</td></tr></tbody></table>

### Polygon Mainnet

<table><thead><tr><th width="296.89550731953557" align="center">Charged Particle Contract Name</th><th width="222.66632863713738" align="center">Namespace on Dune</th><th align="center">Contract Name on Dune</th></tr></thead><tbody><tr><td align="center">Charged Particles</td><td align="center">charged_particles_matic</td><td align="center">TransparentUpgradeableProxy</td></tr><tr><td align="center">Proton</td><td align="center">proton_matic</td><td align="center">Proton</td></tr><tr><td align="center">Charged Settings</td><td align="center">charged_particles_matic</td><td align="center">ChargedSettings</td></tr><tr><td align="center">Charged State</td><td align="center">charged_particles_matic</td><td align="center">ChargedState</td></tr><tr><td align="center">Aave Wallet Manager</td><td align="center">charged_particles_matic</td><td align="center">AaveWalletManager</td></tr><tr><td align="center">Generic Wallet Manager</td><td align="center">charged_particles_matic</td><td align="center">GenericWalletManager</td></tr><tr><td align="center">Generic Basket Manager</td><td align="center">charged_particles_matic</td><td align="center">GenericBasketManager</td></tr></tbody></table>


---

# 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/dune-analytics.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.
