SANCTUM The Codex

Introduction

Overview

SANCTUM is a reserve-backed ERC-20 token deployed on Ethereum mainnet, minted via a one-shot bonding curve and then permanently capped at 462,500 tokens. Its floor price is mathematically guaranteed to rise forever after.

The protocol consists of five on-chain components: the Foundry (a bonding-curve mint that pauses at the cap; any reopen is gated by on-chain conditions and only ever refills burned supply), the Reliquary (a USDC vault that redeems SANCTUM at intrinsic value), SANCTUM (a clean ERC-20 with zero transfer tax, hard-capped at 462,500), the Wards (a Uniswap V4 hook that gates every swap on the open market), and the Pledge (a 99% LTV time-bound lending market with no oracle and no liquidation curve).

The protocol unfolds in two phases. Phase 1 — the Foundry is the opening round of bonding-curve mint. Anyone can forge SANCTUM at the curve price, climbing from $0.10 toward roughly $2.00 across $100,000 of cumulative buy-in. Reserves go straight into the vault. Phase 2 — the Sealing is the moment the cap fills. The supply ceiling is permanently set at 462,500 — supply will never exceed this number. The Foundry pauses at the cap. Any subsequent reopen is gated by specific on-chain conditions (see Architecture) and only ever refills SANCTUM that has burned via default. The Reliquary opens for redemptions, the Pledge opens for borrowing, and the SANCTUM/USDC pool on Uniswap V4 — the Open Court — opens for trading. Every interaction from that moment forward either strengthens the floor or leaves it unchanged.

How to read this Codex

The Codex is split into self-contained pages — one concept each. Use the sidebar to jump between them; everything you need lives a single click away from the threshold. Begin with the Doctrine if you want to know why the floor only rises, or skip to Architecture for the contract graph.