# Chain Information

### Geist Mainnet

|                     |                                               |
| ------------------- | --------------------------------------------- |
| **Name**            | **Value**                                     |
| Network Name        | Geist Mainnet                                 |
| Description         | The Mainnet network of Geist                  |
| Public RPC Endpoint | <https://geist-mainnet.g.alchemy.com/public>  |
| Chain ID            | 63157                                         |
| Gas Token Symbol    | GHST                                          |
| Gas Token Address   | TBA                                           |
| Block Explorer      | <https://geist-mainnet.explorer.alchemy.com/> |

### Polter Testnet

|                     |                                                |
| ------------------- | ---------------------------------------------- |
| **Name**            | **Value**                                      |
| Network Name        | Polter Testnet                                 |
| Description         | The public testnet of Geist                    |
| Public RPC Endpoint | <https://geist-polter.g.alchemy.com/public>    |
| Chain ID            | 631571                                         |
| Gas Token Symbol    | GHST                                           |
| Block Explorer      | <https://polter-testnet.explorer.alchemy.com/> |

{% hint style="info" %}
**DEVELOPERS**

For production systems, we recommend using a dedicated node from our node partners.
{% endhint %}


---

# 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.playongeist.com/info/chain-information.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.
