QALS Wiki · the qalarc networkgenerated 2026-09-06 · qalcode autonomous research

B-QALS / G-QALS / qAUD and the Reserve · 03_qals_architecture/QALS_BACKING_DESIGN.md

The AU$1 Backing System — qAUD, Backed-QALS & the Reserve

Parent: 03_qals_architecture/QALS_ARCHITECTURE.mdDate: 2026-09-06 Answers: "backed to 1 AUD as a minimum support for the system" — how QALS carries an Australian-dollar floor, safely and honestly.


0. The honest problem first

"Back every QALS at AU$1" for a 4.6B max supply means finding AU$4.6B of reserves — impossible and, for a utility credit, unnecessary. Any design that implies such backing without holding it is a stablecoin lie (see every 2022 collapse). So we build the floor where it can actually be funded, using the one trick prepaid systems have that speculative tokens don't: QALS is consumed by using it.

The result is a full-reserve prepaid system with on-chain gift-card economics, wrapped in DeFi rails — "1 QALS of credit is born from, and redeemable for, AU$1" — plus a growth token that shares the network's upside without ever pretending to be a dollar.

1. Two units, one reserve

B-QALS ("backed QALS") G-QALS ("growth QALS") qAUD (Phase 2+)
Born from AUD paid in (credit top-up) growth allocations (team/rewards/compute incentives) AUD deposited under the licensed/registered phase
Backing AU$1 per token, held in Reserve none (utility + FloorVault soft support) AU$1 per token, safeguarded
Redemption redeem desk: 1 B-QALS → AU$1 − 0.5% fee not redeemable 1 qAUD → AU$1
Transfer Phase 1: restricted (internal credit ledger); opens with VASP registration transferable (post-launch, per legal gates) fully transferable
When consumed for services burned; its AUD moves Reserve → operating (revenue) burned (deflationary) n/a (payment rail)
Market price pinned ~AU$1 by redemption arbitrage floats on utility demand (floor via FloorVault) ~AU$1

In Move this is two Coin<T> types (b_qals::B_QALS, qals::QALS) plus one shared Reserve object — the compiler enforces that B-QALS can only be minted inside reserve.mint_against_aud() after an oracle-confirmed AUD deposit, and only burned by the consumption/redemption entry points. Provenance is structural, not bookkeeping.

2. The Reserve (the "1 AUD minimum support")

Structure - AUD held at a sponsor bank/PSP (Airwallex/Zepto-class partner per 06_bank_exchange/) in a segregated client-money account — never mixed with operating funds. - Mirror on-chain: Reserve { aud_cents: u128, last_attestation_ms, liabilities_b_qals: u64 } updated by the Oracle Committee (3-of-5 multisig: fleet machines + one external signer). - Proof of reserves, monthly: (a) PSP/bank statement + reconciliation letter; (b) on-chain liabilities are exactly the B-QALS supply (readable by anyone — the chain IS the liability ledger); (c) published dashboard in the wiki. Quarterly: independent accountant's agreed-upon-procedures check. Annual (Phase 2+): full audit.

Invariant (the whole system in one line):

AUD_in_reserve ≥ B_QALS_outstanding × AU$1.00    — at every block, provable monthly

Flow

        AU$1 ──credit sale──► Reserve (segregated) ──mint──► 1 B-QALS to user
                                  │
             user consumes service │ (service priced in QALS)
                                  ▼
                          B-QALS burned; AU$1 Reserve→Operations (revenue)
                                  │
             user redeems instead │
                                  ▼
                          B-QALS burned; AU$0.995 → user (0.5% fee → FloorVault)

3. G-QALS and the FloorVault (soft floor for the growth token)

G-QALS (team 15%, investors 10%, ecosystem incentives 25%, validator subsidy 5% etc. of the 4.6B cap — see architecture doc §5.2) has no redemption claim. Its "minimum support" is the FloorVault:

4. DeFi platform integration (summary — full design in 05_defi_trading/QALX_DEFI_PLATFORM.md)

5. Safety & verification systems (the "safely" part)

Layer Control
Mint B-QALS mintable only against confirmed AUD deposit; rate limit (e.g., ≤ AU$250k/day in Phase 1)
Oracle 3-of-5 committee, signers on separate machines/owners, publish signed reserve statements on-chain
Redemption 24h time-lock per account > AU$10k (fraud/AML window), full-reserve means no bank-run insolvency risk (first-come still fully served)
Governance parameter changes (fees, floor, ratios) via 2-of-3 multisig + 48h timelock; emergency pause (multisig) with public post-mortem duty
Accounting chain = liability ledger; monthly reconciliation published; discrepancies > 0.5% auto-pause mint
Legal closed-loop prepaid framing per 06_bank_exchange/ Phase 1; VASP registration before external transferability; NOT LEGAL ADVICE — written opinion required
Insurance (later) Reserve tranche in AU government T-Bills (liquid, yield accrues to FloorVault) once balance > AU$250k

6. Worked example (numbers)

7. What we tell people (the honest one-liner)

"Every QALS you buy as credit is backed dollar-for-dollar by Australian money in a segregated reserve — redeemable any time, and burned when you use it. The growth tokens that reward our team and network aren't backed; they're supported by a revenue-funded floor that we publish every month."

That is a system a regulator, a bank partner and a grandmother can all understand — and it's the difference between Qals and every unbacked '1-dollar-pegged' token that came before.