# Decentralization Model

### Overview

QUSDC is designed to be **trust-minimized**, not trust-based.

This means the system minimizes the need to trust any single party by enforcing its most important rules through **smart contracts** and **on-chain transparency**.

This section explains:

* What is decentralized in QUSDC
* What is not decentralized
* How trust is minimized through protocol design

***

### What Decentralization Means in QUSDC

In the context of QUSDC, decentralization means:

* No single entity can arbitrarily mint QUSDC
* No single entity can arbitrarily burn user funds
* No hidden changes to supply or reserves
* All critical actions are enforced by code
* All important data is verifiable on-chain

Decentralization in QUSDC is about **control and enforcement**, not marketing labels.

***

### What Is Decentralized in QUSDC

#### 1. Issuance and Minting Logic

QUSDC minting is:

* Permissionless
* Deterministic
* Enforced by smart contracts

Anyone can mint QUSDC **only** by depositing the required USDC value.

There is:

* No admin key that can mint tokens
* No discretionary issuance
* No ability to create unbacked QUSDC

***

#### 2. Redemption and Burning

QUSDC redemption is also enforced on-chain.

When QUSDC is redeemed:

* Tokens are burned automatically
* Corresponding USDC value is released
* The process follows predefined rules

No party can block or modify this process arbitrarily.

***

#### 3. Supply Accounting

QUSDC supply is:

* Public
* Queryable
* Verifiable at all times

The blockchain itself tracks:

* Total supply
* Minted tokens
* Burned tokens
* Net circulation

There is no off-chain accounting system controlling supply.

***

#### 4. Collateral Enforcement

The protocol enforces:

* A strict 1:1 collateral ratio
* No over-minting
* No under-collateralized positions

This enforcement is handled by smart contracts, not by human decision-making.

***

### What Is NOT Decentralized (Clear & Honest)

Transparency requires acknowledging real-world constraints.

#### 1. USDC Itself

USDC is a fiat-backed stablecoin issued by Circle.

This means:

* The underlying US dollar reserves exist off-chain
* USDC is subject to regulatory and issuer constraints
* QUSDC inherits this dependency indirectly

QUSDC does **not** attempt to change the nature of USDC.

***

#### 2. Fiat Banking System

Because USDC is backed by real dollars:

* Banks and financial institutions are involved at the fiat layer
* This layer is outside the scope of blockchain decentralization

QUSDC makes this dependency **explicit and transparent**, not hidden.

***

#### 3. External Bridges (When Used)

When USDC moves between blockchains:

* Cross-chain bridges are involved
* These introduce external trust assumptions

QUSDC isolates this risk by:

* Keeping QUSDC issuance native to QIE
* Ensuring only USDC value crosses chains, not QUSDC itself

***

### How QUSDC Minimizes Trust

QUSDC is designed so that users do **not need to trust people**, only **verifiable systems**.

Trust is minimized through:

* Smart contracts enforcing rules
* On-chain verification of reserves and supply
* No discretionary control over minting or burning
* Public visibility into all critical operations

Instead of:

> “Trust the issuer”

QUSDC follows:

> **“Verify the protocol.”**

***

### Trust-Minimized vs Trustless

It is important to distinguish between:

* **Trustless**: no external dependencies at all
* **Trust-minimized**: external dependencies exist, but risks are reduced and made transparent

QUSDC is **trust-minimized by design**.

It removes trust wherever blockchain technology can enforce rules and is explicit where external dependencies remain.

***

### Why This Model Matters

This decentralization model ensures that:

* Users retain control over their assets
* No hidden monetary policy exists
* Supply cannot be manipulated
* System behavior is predictable
* Risks are visible and understandable

This makes QUSDC suitable for:

* Payments
* DeFi infrastructure
* Treasuries
* Long-term ecosystem use

***

### Summary

QUSDC is decentralized where it matters most:

* Minting and burning are enforced by smart contracts
* Supply and reserves are transparent
* No single party controls issuance

At the same time, QUSDC is honest about its dependencies on USDC and the fiat system.

This balance makes QUSDC a **credible, trust-minimized stablecoin** built for real-world on-chain finance.


---

# 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/decentralization-model.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.
