> For the complete documentation index, see [llms.txt](https://chain-services.l0vd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chain-services.l0vd.com/testnets/empower.md).

# Empower

**Overview**

EmpowerChain is an innovative, tailored blockchain network designed to support the circular economy and promote equal opportunities for stakeholders in the global decentralized waste management ecosystem. EmpowerChain enables various parties to collaborate and create sustainable solutions for our planet's waste management challenges by providing a trustless and lock-in-free platform.

**Official links**

[Website](https://www.empowerchain.io/) | [Twitter](https://twitter.com/empowerchain_io) | [Discord](https://discord.gg/UTxEzFzHVX) | [Github](https://github.com/EmpowerPlastic/empowerchain)

**Chain info**

|                |            |
| -------------- | ---------- |
| Chain-id       | circulus-1 |
| Binary version | v1.0.0-rc2 |

**Explorer**

<https://explorers.l0vd.com/empower-testnet>

**Public Endpoints**

RPC <https://empower-testnet.rpc.l0vd.com>

API <https://empower-testnet.api.l0vd.com>

GRPC

```
http://empower-testnet.grpc.l0vd.com:80
```

PEER

```
5e8a0ef0c941f7b68f45610cf280ccc1a208e6d0@empower-testnet.peers.l0vd.com:24656
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://chain-services.l0vd.com/testnets/empower.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
