> 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/usc/usc-v1/quickstart.md).

# Quickstart

{% hint style="danger" %}
**Outdated Documentation:** This page covers resources for USC Testnet V1, which was deprecated on 2026-03-30. For the latest documentation, please visit: [usc documentation](https://docs.creditcoin.org/usc)
{% endhint %}

| Blockscout (EVM Explorer) | <https://explorer.usc-testnet.creditcoin.network/>                                                                                                                                                                                                                                                                                                             |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PolkadotJS Apps           | <p><a href="https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.usc-testnet.creditcoin.network%2Fws#/explorer"><https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.usc-testnet.creditcoin.network%2Fws#/explorer></a><br>or Select <code>Development</code> > <code>Custom</code> > and <br>type in <code>wss\://rpc.usc-testnet.creditcoin.network/ws</code></p> |
| Telemetry                 | <p><a href="https://telemetry.creditcoin.network/#list/0xc326cd9a602ba234b6d7f8afd38fb8aaaf0f4a23a3a1dd69a3a72d49a24dc1ab"><https://telemetry.creditcoin.network/#list/0xc326cd9a602ba234b6d7f8afd38fb8aaaf0f4a23a3a1dd69a3a72d49a24dc1ab></a><br></p>                                                                                                         |
| USC Dashboard             | <https://dashboard.usc-testnet.creditcoin.network/>                                                                                                                                                                                                                                                                                                            |
| RPC                       | wss\://rpc.usc-testnet.creditcoin.network/ws                                                                                                                                                                                                                                                                                                                   |
| EVM ChainId               | 102033                                                                                                                                                                                                                                                                                                                                                         |
| Min Join Pool Bond        | 0                                                                                                                                                                                                                                                                                                                                                              |
| Min Solo Nominator Bond   | 195 tCTC                                                                                                                                                                                                                                                                                                                                                       |
| Min Pool Creation Bond    | 195 tCTC                                                                                                                                                                                                                                                                                                                                                       |
| USC Testnet Faucet        | <https://discord.com/channels/762302877518528522/1414985542235459707>                                                                                                                                                                                                                                                                                          |


---

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

```
GET https://docs.creditcoin.org/usc/usc-v1/quickstart.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.
