# ethereum-list/chains

GEB Mainnet, GEB Signet and BEVM Canary is listed on the official ethereum-lists/chains repository that is pulled by many cross-chain projects like chainlist.org, thirdweb, and Cookbook.dev.

You can get access to different key parameters for the GEB Mainnet chains like:

1. chainId
2. RPC Endpoints
3. Native Currency settings
4. Explorer info
5. GEB Mainnet Icon

See the official repo [here](https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-11501.json)<br>


---

# 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://documents.geb.network/evm-development/libraries/ethereum-list-chains.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.
