# What Is QUSDC?

### Definition

**QUSDC** is a fully reserved, decentralized stablecoin issued natively on the **QIE blockchain**.\
It functions as an **on-chain receipt token**, where each unit of QUSDC represents **one USDC deposited into the system**.

At all times:

> **1 QUSDC = 1 USDC**

This relationship is enforced by smart contracts and can be independently verified on-chain.

***

### QUSDC as an On-Chain Receipt Token

Unlike traditional stablecoins that are issued by a centralized entity, QUSDC represents **proof of deposited value**.

When USDC is deposited according to protocol rules:

* QUSDC is minted on a **1:1 basis**
* The deposited USDC acts as the backing reserve
* The QUSDC token serves as an on-chain receipt for that deposit

When QUSDC is redeemed:

* The token is burned
* The corresponding USDC is released

This receipt-based model ensures that QUSDC **cannot exist without reserves**.

***

### Fully Reserved by Design

QUSDC follows a **100% reserve backing model**.

This means:

* No fractional reserves
* No algorithmic stabilization
* No reliance on market incentives
* No leverage or rehypothecation

Tokens are minted **only** when reserves are locked and are burned **only** when reserves are released.

This design prioritizes **capital safety, predictability, and transparency**.

***

### Not an Algorithmic Stablecoin

QUSDC does not use:

* Price oracles to adjust supply
* Incentive mechanisms to maintain a peg
* Over-collateralization or liquidation systems

Instead, stability is achieved through a simple rule:

> **QUSDC supply always equals deposited USDC reserves**

This makes QUSDC suitable for use cases that require **reliable and predictable value**, such as payments, trading, and treasury management.

***

### Issued and Governed by Smart Contracts

All core mechanics of QUSDC are enforced by **deterministic smart contracts**, including:

* Minting
* Burning
* Supply tracking
* Reserve accounting

There is:

* No discretionary minting
* No manual intervention
* No privileged operator issuing tokens

The protocol enforces the rules automatically and transparently.

***

### Native to the QIE Blockchain

QUSDC is issued **directly on the QIE blockchain**.

This means:

* QUSDC is not bridged from another network
* QUSDC is not a wrapped token
* Issuance logic lives entirely on QIE

By being native to QIE, QUSDC benefits from:

* Layer-1 security
* Low transaction fees
* Fast finality
* Predictable settlement

***

### How QUSDC Differs from Traditional Stablecoins

| Feature          | QUSDC                   |
| ---------------- | ----------------------- |
| Backing          | 100% USDC               |
| Issuance         | Smart contract–enforced |
| Transparency     | Fully on-chain          |
| Custody risk     | Minimized               |
| Algorithmic risk | None                    |
| Native to QIE    | Yes                     |

QUSDC is designed to align with the core principles of decentralized finance while maintaining the reliability of a dollar-denominated asset.

***

### Summary

QUSDC is:

* A **fully reserved** stablecoin
* Backed **1:1 by USDC**
* Issued and redeemed through **smart contracts**
* **Native to the QIE blockchain**
* Transparent and verifiable on-chain

It is designed to serve as the **stable financial foundation** for the QIE ecosystem.


---

# 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.stable.qie.digital/what-is-qusdc.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.
