# USC Tutorials

{% hint style="danger" %}
**Outdated Documentation:** This page provides tutorials 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 %}

Welcome to the **Creditcoin USC Tutorial Series**.\
This guide is designed to help you get hands-on with Creditcoin USC, walking you step-by-step from your very first bridge transaction to more advanced custom contract bridging.

Each tutorial builds on the previous one, giving you both the *theoretical understanding* and *practical experience* you’ll need to successfully interact with USC.&#x20;

**Modules :**

1. [Introduction to Creditcoin USC](#introduction-to-creditcoin-usc)
2. [Creditcoin USC Tutorial 1 : Hello Bridge](#creditcoin-usc-tutorial-1-hello-bridge)
3. [Creditcoin USC Tutorial 2 : Custom Contract Bridging](#creditcoin-usc-tutorial-2-custom-contracts)
4. [Creditcoin USC Tutorial 3 : Bridge Off-chain Worker](#creditcoin-usc-tutorial-3-bridge-off-chain-worker)

### **Introduction to Creditcoin USC**

Video:&#x20;

{% file src="/files/Gho9hHvrxnLLB2fbmV5P" %}

## Creditcoin USC Tutorial 1: Hello Bridge

Link to Github : <https://github.com/gluwa/ccnext-testnet-bridge-examples>

Video:&#x20;

{% file src="/files/QyzFOwG4OvZ4hAGxbq0P" %}

### **Creditcoin USC Tutorial 2 : Custom Contracts**

Link to Github : <https://github.com/gluwa/ccnext-testnet-bridge-examples>

Video:&#x20;

{% file src="/files/eQl5VguT0mzDY7a7srCh" %}

### **Creditcoin USC Tutorial 3 : Bridge Off-chain Worker**

Link to Github : <https://github.com/gluwa/ccnext-testnet-bridge-examples>

Video:&#x20;

{% file src="/files/tb1v03RnBxTVfu9CdEeZ" %}


---

# 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/usc/usc-v1/dapp-builder-infrastructure/usc-tutorials.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.
