# Developer Docs

## How can I access the Charged Particles Protocol?

The Charged Particles protocol exists as open-access [Smart Contracts ](https://en.wikipedia.org/wiki/Smart_contract)on the Ethereum Blockchain. 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.&#x20;

Our [Contracts](#contract-addresses) and [Subgraphs](/charged-particles-protocol/developing-on-the-protocol/protocol-subgraph.md) are both open-source and available on Github.

### **Github Repository** <https://github.com/Charged-Particles>

### **Subgraph Playgrounds:**

* [Mainnet](https://thegraph.com/explorer/subgraph/charged-particles/mainnet-universe)
* [Polygon](https://thegraph.com/hosted-service/subgraph/charged-particles/polygon-universe)
* [Kovan Testnet](https://thegraph.com/explorer/subgraph/charged-particles/kovan-universe)

### **Contract Addresses**

* [V1](/charged-particles-protocol/developing-on-the-protocol/smart-contracts/v1.md)
* [V2](/charged-particles-protocol/developing-on-the-protocol/smart-contracts/v2.md)

### Overview of Documentation, Contracts, and Subgraph

{% embed url="<https://youtu.be/tb1b9jYIFS4?t=1092>" %}


---

# 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/developing-on-the-protocol.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.
