# Mainnet

Creditcoin operates a Mainnet bootnode and RPCs, as well as a few nodes in two regions.

### Quickstart - Mainnet <a href="#connecting-to-testnet" id="connecting-to-testnet"></a>

For a more detailed guide on how to connect to mainnet, please refer to the [Validator Guides](/validator-guides.md)

Summary of essential Mainnet urls and configurations:

<table><thead><tr><th width="278">Name</th><th>Value</th></tr></thead><tbody><tr><td>Subscan (Substrate Explorer)</td><td><a href="	
https://creditcoin.subscan.io/ ">https://creditcoin.subscan.io/</a></td></tr><tr><td>Blockscout (EVM Explorer)</td><td><a href="https://creditcoin.blockscout.com/">https://creditcoin.blockscout.com/</a></td></tr><tr><td>Staking Dashboard</td><td><a href="https://staking.creditcoin.org/#/overview">https://staking.creditcoin.org/#/overview</a></td></tr><tr><td>PolkadotJS Apps</td><td>Listed under "LIVE NETWORKS" as <strong>Creditcoin</strong></td></tr><tr><td>Telemetry</td><td><a href="https://telemetry.creditcoin.network/#list/0x4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71">https://telemetry.creditcoin.network/#list/0x4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71</a></td></tr><tr><td>Latest Docker Image</td><td><a href="https://hub.docker.com/repository/docker/gluwa/creditcoin3/tags/3.64.0-mainnet/sha256-ca3b3a7133188c2a42c2d1c6a68877360a11eadefb6dcb9b545fe7417ad596d6">gluwa/creditcoin3/3.64.0-mainnet</a></td></tr><tr><td>Bootnode 1</td><td>/dns4/cc3-bootnode.creditcoin.network/tcp/30333/p2p/12D3KooWLGyvbdQ3wTGjRAEueFsDnstZnV8fN3iyPTmHeyswSPGy</td></tr><tr><td>Bootnode 2</td><td>/dns4/cc3-bootnode.creditcoin.network/tcp/30333/p2p/12D3KooWBp9zYL1zf2rKYgCepLubeWBH2zV7kJn7Pvebn6PvfmxP</td></tr><tr><td>RPC</td><td>wss://mainnet3.creditcoin.network</td></tr><tr><td>--chain</td><td>/mainnetSpecRaw.json</td></tr><tr><td>EVM ChainId</td><td>102030</td></tr><tr><td>Min Validator Bond</td><td>0</td></tr><tr><td>Min Join Pool Bond</td><td>0</td></tr><tr><td>Min Solo Nominator Bond</td><td>1000 CTC</td></tr><tr><td>Min Pool Creation Bond</td><td>10000 CTC</td></tr></tbody></table>


---

# 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.creditcoin.org/environments/mainnet.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.
