# Charged Particles SDK Overview

The Charged Particles SDK is a tool kit to help develops interact with the protocol with as little friction as possible. Click [here](https://docs.charged.fi/) to learn more about the protocol.

### Features

* Full support for Charged Particles contracts.
* Easy to build with. Just pass provider keys and a signer if you wish to write and start building!
* Compatible with either a web UI or a nodeJS environment.
* Built with bridged NFTs in mind.
* Multi-network fetching.
* Extensive documentation.
* Typescript ready.

This SDK uses ethers.js internally but will accept web3 providers and signers.


---

# 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/sdk/charged-particles-sdk-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.
