> For the complete documentation index, see [llms.txt](https://pokt-network.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pokt-network.gitbook.io/home/use/public-rpc/gnosis-chain.md).

# Gnosis Chain (fka xDAI)

{% embed url="<https://youtu.be/9nfL7l6YtkU>" %}

We have minted a public Gnosis RPC endpoint to give people who use Metamask the opportunity to connect to Pocket's decentralized, censorship-resistant infra.

To get started connecting to Pocket's infrastructure for xDAI, do the following:

1. Click on the Networks drop-down menu, then press Custom RPC
2. Under the Network Name field, write **Gnosis Pocket Portal**
3. Within the New RPC URL field, copy and paste this endpoint URL `https://gnosischain-rpc.gateway.pokt.network/`
4. Put the hexadecimal **0x64** in the ChainID field
5. Write **XDAI** as the Symbol
6. Add `https://blockscout.com/poa/xdai` as the Block Explorer URL
7. Don’t forget to save


---

# 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://pokt-network.gitbook.io/home/use/public-rpc/gnosis-chain.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.
