# Testnet

Creditcoin Testnet usually runs newer versions of the Creditcoin runtime which are under active development and testing. It is the recommended network to try out new features.

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

<table><thead><tr><th width="278">Name</th><th>Value</th></tr></thead><tbody><tr><td>Subscan (Substrate Explorer)</td><td><a href="https://creditcoin3-testnet.subscan.io/">https://creditcoin3-testnet.subscan.io/</a></td></tr><tr><td>Blockscout (EVM Explorer)</td><td><a href="https://creditcoin-testnet.blockscout.com/">https://creditcoin-testnet.blockscout.com/ </a></td></tr><tr><td>Staking Dashboard</td><td><p><a href="https://staking.creditcoin.org/">https://staking.creditcoin.org/</a></p><p>Select Testnet in the Network select at the bottom of the menu</p></td></tr><tr><td>PolkadotJS Apps</td><td>Listed under "TEST NETWORKS" as <strong>Creditcoin Testnet</strong></td></tr><tr><td>Telemetry</td><td><a href="https://telemetry.creditcoin.network/#list/0xfc4ec97a1c1f119c4353aecb4a17c7c0cf7b40d5d660143d8bad9117e9866572">https://telemetry.creditcoin.network/#list/0xfc4ec97a1c1f119c4353aecb4a17c7c0cf7b40d5d660143d8bad9117e9866572</a></td></tr><tr><td>Latest Docker Image</td><td><a href="https://hub.docker.com/repository/docker/gluwa/creditcoin3/tags/3.64.0-testnet/sha256-f531f003c8c1270821101c8ba38789d9f623a4645315bc304f559d0d810e5da3">gluwa/creditcoin3:3.65.0-testnet</a></td></tr><tr><td>Bootnode 1</td><td>/dns4/cc3-test-bootnode.creditcoin.network/tcp/30333/p2p/12D3KooWAxmsWr6iEjFyLqQBzfLvbCRTAhYBeszyr8UWgQx6Zu7K</td></tr><tr><td>Minimum @polkadot/api version</td><td>16.1.1</td></tr><tr><td>RPC</td><td>wss://rpc.cc3-testnet.creditcoin.network</td></tr><tr><td>--chain</td><td>testnet</td></tr><tr><td>EVM ChainId</td><td>102031</td></tr><tr><td>Min Validator Bond</td><td>20000 tCTC</td></tr><tr><td>Min Join Pool Bond</td><td>0</td></tr><tr><td>Min Solo Nominator Bond</td><td>19500 tCTC</td></tr><tr><td>Min Pool Creation Bond</td><td>19500 tCTC</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/testnet.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.
