> For the complete documentation index, see [llms.txt](https://dev-guides.zkga.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev-guides.zkga.me/jacob-community/connecting-to-the-blockchain/changing-your-rpc-endpoint.md).

# Changing your RPC endpoint

You can change the RPC endpoint that the Dark Forest client connects to in the settings pane of the game.

![](/files/-MbIaxga1EcN7SNWcrVj)

In addition to the xDAI-provided <https://rpc-df.xdaichain.com> endpoint, xDAI also provides a number of other [public endpoints](https://www.xdaichain.com/for-developers/developer-resources).

Last but not least, Pocket Network has gifted the Dark Forest community an xDAI RPC load-balanced endpoint capable of handling up to 10,000,000 requests per day by staking upwards of 250k POKT on their behalf.

<https://poa-xdai.gateway.pokt.network/v1/lb/60b13899d3279c22da2a444d>

Overtime, this will be scaled up to handle more traffic!


---

# 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:

```
GET https://dev-guides.zkga.me/jacob-community/connecting-to-the-blockchain/changing-your-rpc-endpoint.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.
