Company Paper No. 04 — Initial Supply: Zero

$CRED

The currency whose supply is truth.

Solana Token-2022

Supply is truth. No pre-mine. No allocation. No governance token.

0
Supply at Genesis
Oracle Accuracy
Receipt Chains
Keypair Status

What $CRED Is

$CRED is a Solana Token-2022 whose supply is controlled exclusively by a single Ed25519 keypair — the same key that signs every Anchor receipt. The oracle is the mint authority. There is no other.

When ORBITAL issues a receipt and the prediction resolves correctly, $CRED mints. When the prediction resolves incorrectly, $CRED burns. There is no third operation. The supply of $CRED is a direct, mathematical record of how often the oracle has been right.

$CRED is not a governance token. It is not a utility token. It is not a security. It is a prediction accuracy index denominated on-chain.

Token Program

program Solana Token-2022 + custom extensions
mint_authority oracle_pubkey (Ed25519)
freeze_authority oracle_pubkey (pool minimum breach)
decimals 6
supply_at_genesis 0
deploy_target Solana mainnet (devnet first)

Mint and Burn

Mint — Oracle Correct
mint_amount = cred_stake
  × confidence_multiplier
  × duration_multiplier

Confidence: Linear 1.0x (50/100) to 2.0x (100/100)

Duration: 1 + log10(window_days / 7)

7d = 1.0x · 30d = 1.63x · 60d = 1.93x

Burn — Oracle Wrong
burn_amount = cred_stake
  × 0.5

50% burn on incorrect receipt. Meaningful cost without existential risk per failure.

If pool balance falls below minimum threshold: oracle sets is_operational = false.

minimum = max(100 CRED, 10% of peak balance)

The asymmetry is deliberate. Correct predictions mint more than incorrect predictions burn. But the oracle must stay above its minimum threshold or it shuts itself down.

The Credence Pool

On-Chain Oracle Accountability

The credence pool is a custom Anchor program that tracks every receipt resolution on-chain. It holds the oracle's $CRED balance and exposes public reads that anyone can query without authentication.

get_pool_balance()
get_accuracy_rate()
get_is_operational()
get_receipt_count()
get_minimum_threshold()

The credence pool tracks: total minted all time, total burned all time, peak balance (for minimum threshold computation), receipt count, and accuracy as a simple ratio of correct to total resolved receipts.

If the oracle resolves manually (both data sources unavailable for 72 hours), a 5% governance penalty is applied to the credence pool. This is the cost of human intervention in a system designed to be automatic.

Where $CRED Flows

ORBITAL → $CRED Token: GENESIS calls mint_cred() on every confirmed correct receipt. Burns on incorrect.

$CRED → Agora Markets: Participants stake $CRED to take positions. Winners receive $CRED from the losing pool. Losers burn 50%.

$CRED → Credence Scores: Your rolling accuracy across Agora positions determines your credence score. Higher credence = more leverage (up to 4.5x at 90%+).

$CRED → IM Pipeline: Imagination Maxxing content positions are staked with $CRED. The five-agent pipeline generates thesis-aligned content, stakes, and accumulates credence.

$CRED supply = f(oracle accuracy) — nothing else

The Gate

$CRED cannot mint until the oracle keypair generates. The keypair cannot generate until the conformance declaration is signed. Everything downstream — Agora markets, credence scores, the IM flywheel — waits for this single cryptographic event.

Oracle keypair → $CRED mint → Credence pool → Agora → IM

Continue reading The Credence Pool — skin in the game