> For the complete documentation index, see [llms.txt](https://docs.creditcoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creditcoin.org/cc-enterprise/environments/testnet.md).

# 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.

## Proof-of-Stake Testnet

Currently, Creditcoin's Testnet is running a new consensus mechanism based on Nominated Proof-of-Stake. Users are encouraged to try out the new features and collaborate on testing the new Validator and Nominator roles. Find out more about Proof-of-Stake in the [Staking](/cc-enterprise/staking.md) section.

## Connecting to Testnet

When connecting to Creditcoin Testnet, the node must be run with additional options. First, it has to use the testnet chain specifications by passing the `--chain test` option. Testnet bootnodes must also be specified using the `--bootnodes` flag.

Testnet bootnodes:

* `/dns4/testnet-bootnode.creditcoin.network/tcp/30333/p2p/12D3KooWG3eEuYxo37LvU1g6SSESu4i9TQ8FrZmJcjvdys7eA3cH`
* `/dns4/testnet-bootnode2.creditcoin.network/tcp/30333/p2p/12D3KooWLq7wCMQS3qVMCNJ2Zm6rYuYh74cM99i9Tm8PMdqJPDzb`
* `/dns4/testnet-bootnode3.creditcoin.network/tcp/30333/p2p/12D3KooWAKUrvmchoLomoouoN1sKfF9kq8dYtCVFvtPuvqp7wFBS`

Users wanting to explore testnet data can connect to the public testnet node provided by Creditcoin through [PolkadotJS Apps](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.testnet.creditcoin.network%2Fws#/explorer).

<figure><img src="/files/GvHSiGtVhrwWbrpc2mW7" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.creditcoin.org/cc-enterprise/environments/testnet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
