# Creditcoin Endpoints

### Mainnet <a href="#testnet" id="testnet"></a>

1. **Network Name**: Creditcoin&#x20;
2. **RPC URL**:&#x20;
   * **Via Websocket (for Polkadot.js)**: `wss://mainnet3.creditcoin.network`
   * **Via Https**: `https://mainnet3.creditcoin.network`
3. **Chain ID**: `102030`
4. **Currency Symbol**: CTC
5. **Block Explorer URL**: [`https://creditcoin.blockscout.com/`](https://creditcoin.blockscout.com/)

### Testnet <a href="#testnet" id="testnet"></a>

1. **Network Name**: Creditcoin Testnet
2. **RPC URL**:&#x20;
   * **Via Websocket (for Polkadot.js)**: `wss://rpc.cc3-testnet.creditcoin.network`
   * **Via Https**: `https://rpc.cc3-testnet.creditcoin.network`
3. **Chain ID**: `102031`
4. **Currency Symbol**: CTC
5. **Block Explorer URL**: [`https://creditcoin-testnet.blockscout.com/`](https://creditcoin-testnet.blockscout.com/)

### Local <a href="#testnet" id="testnet"></a>

{% hint style="info" %}
Run a local Creditcoin development node by pulling and running the Docker image from the Gluwa repo:&#x20;

`docker run -p 9944:9944 gluwa/creditcoin3:3.121.0-testnet --dev --rpc-external`
{% endhint %}

1. **Network Name**: Creditcoin Local
2. **RPC URL**:
   * **Via Websocket (for Polkadot.js)**: `wss://127.0.0.1:9944`
   * **Via Https**: `https://127.0.0.1:9944`
3. **Chain ID**: 42
4. **Currency Symbol**: CTC
5. **Block Explorer URL**: None


---

# 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/smart-contract-guides/creditcoin-endpoints.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.
