GOLD RESERVE

Gold Protocol
Reserve

Every mined block allocates 25% of issuance to an on-chain Gold Funding Vault by consensus. Purchased precious-metal tokens are deposited into a Heritage Reserve Vault on Ethereum mainnet — sealed by default, perpetual by design.

HERITAGE | Sealed by default · Perpetual reserve · Emergency dual-gate only
ARCHITECTURE

Two-Vault Architecture

Source
Coinbase 25%
Consensus-enforced
every block
Operational
Funding Vault
SOST chain
accumulates & converts
Execution
TWAP Pipeline
Sell SOST → Buy
XAUT / PAXG
Destination
Reserve Vault
Ethereum mainnet
Heritage sealed

The Funding Vault needs operational flexibility (sell SOST, buy gold tokens). The Reserve Vault needs maximum immutability (Heritage sealed). Splitting them achieves both without mixing “hot” and “cold” functions.

FUNDING VAULT

Gold Funding Vault

Consensus-Enforced Allocation
CONSENSUS-CRITICAL

Hardcoded destination in genesis consensus rules. Receives exactly 25% of each block subsidy (q = reward // 4). Any block without the correct vault output is invalid. Accumulated SOST is periodically converted to tokenized gold exposure via the TWAP execution pipeline.

Allocation25% of every block reward // q = reward // 4
EnforcementConsensus validation // invalid block if missing
Year 1 accumulation103,160 SOST
30-year total1,167,300 SOST
Default split50/50 XAUt / PAXG // adjustable for future purchases
Staging assetsUSDC + USDT // ≤72 hours temporary only
EXECUTION POLICY

TWAP Batch Sales

Rule-Based Conversion Pipeline
OPERATIONAL

TWAP (Time-Weighted Average Price) executes a daily sell budget as many small, evenly spaced limit orders over time, so the realized price approximates the market’s average and minimizes impact. No discretionary “sell whenever we want” behavior.

// Daily sell budget (conservative) DailySell = min( VaultBalance × 0.25% , DailyVolume × 2% ) // Split into micro-orders clips = 48 per day // one every 30 minutes max_slippage = 0.5%–1.0% // per clip, cancel if exceeded // Anti-crash layer if price_drawdown > 8% (24h): reduce budget 50% OR pause 24h if spreads widen: sell less if price drops rapidly: throttle or pause
Clips per day48–96 micro-orders // every 15–30 min
Max slippage0.5%–1.0% per clip
Cooldown trigger−8% intraday drawdown // pause or halve
Purchase start≥8 months after public launch // + market readiness
Audit trailMandatory per-batch report // public, verifiable
HERITAGE RESERVE

Reserve Vault — Heritage

Heritage Sealed by Default
IMMUTABLE

The Reserve Vault is an Ethereum mainnet smart contract holding allowlisted precious-metal tokens (XAUt and PAXG). Default state is Heritage: sealed, perpetual, untouched while SOST exists. No outbound transfers in normal operation. “Decades of collective work — converted to gold exposure — preserved.”

LocationEthereum mainnet smart contract
Default stateHERITAGE — sealed, perpetual
Allowed assetsXAUt, PAXG // allowlisted precious-metal tokens
Outbound transfersNONE in normal operation
Movement authorityEmergency Catastrophe dual-gate only
EMERGENCY PROCEDURE

Emergency Catastrophe

Dual-Gate Authorization
CONSTITUTIONAL

Reserve movements require both gates to pass — neither alone is sufficient. This prevents unilateral Foundation action and ensures miner consensus backs any reserve operation.

// Gate 1: PoW Miner Signaling (SOST chain) window = 144 blocks // ~24 hours at 600s/block threshold = 60% // qualified majority (3/5) required = ceil(0.60 × 144) = 87 blocks YES // Gate 2: Foundation Execution Order (Ethereum) signature = Foundation key ECDSA nonce = sequential // replay protection expiry = block.timestamp deadline // ONLY two permitted actions: E1: ROTATE → move to other allowlisted precious-metal tokens E2: LIQUIDATE → sell gold → buy SOST → BURN
E1: ROTATE
Move reserve holdings between allowlisted precious-metal tokens (e.g. XAUt ↔ PAXG). Issuer migration or risk response.
E2: LIQUIDATE→BUY→BURN
Sell gold tokens, acquire SOST on market, burn permanently. Existential reserve-safety event.
NETWORK LIFECYCLE

Heritage & Dissolution

Dead-Man Switch
OPERATIONAL

If the chain dies and no Emergency Catastrophe was authorized before blocks stopped, the reserve remains in Heritage state. The absence of consensus activity cannot authorize reserve movements. Heritage is the default — always.

Day 0Last block mined
Day 30 — WatchLiveness Alert · recovery begins // no liquidation
Day 60 — CriticalFull incident report // no liquidation
Day 90 — DissolutionPublic notice starts // 60-day window begins
Day 150 — ExecutionWind-down execution // network lifecycle shutdown
CONSTITUTION

Gold Reserve Rules

Constitutional Constraints (G-Rules)
IMMUTABLE AT GENESIS
G1Every valid block MUST pay Gold Vault exactly q = reward // 4
G2Two-vault separation: Funding (operational) + Reserve (cold)
G3Reserve Vault is Heritage sealed; no outbound in normal operation
G4Purchases begin ≥8 months after public launch + market readiness
G5TWAP batch execution only — no discretionary market-timing
G6Allowlisted assets only: XAUt, PAXG; USDC/USDT staging ≤72h
G7Default 50/50 split; adjustable for future purchases only
G8Issuer risk: redirect future purchases without consensus
G9Emergency dual-gate: ≥60% miner signaling + Foundation Execution Order
G10All vaults, batches, and proofs publicly published