TopazTOPAZDocs

Tokenomics

TOPAZ & Emissions

TOPAZ is the protocol's ERC-20 token. This page covers initial allocation, the emission curve, where new TOPAZ is minted, and the rebase mechanism that auto-compounds into veTOPAZ locks.

TOPAZ at a glance

TOPAZ is the protocol token, deployed on BNB Chain. It serves three purposes:

  • Governance — locked as veTOPAZ to vote on gauge emissions and protocol parameters.
  • Yield — locked veTOPAZ earns trading fees, bribes, and weekly rebases.
  • Incentive flow — emissions flow to LPs in pools that voters choose, providing the protocol's structural LP yield.

The TOPAZ contract address is on the Contracts page. Once deployed, the only way new TOPAZ enters circulation is via the Minter contract's weekly emission — no admin mint, no hidden allocations.

Initial allocation

50M

Liquid TOPAZ

Freely transferable tokens distributed at launch to seed initial liquidity and bootstrap the ecosystem.

250M

Protocol Foundation & Team veTOPAZ

Locked as veTOPAZ with a 4-year lock. Used for protocol governance, strategic voting, and long-term alignment.

200M

Airdrop & Sacrifice veTOPAZ

Distributed as locked veTOPAZ to sacrifice participants and airdrop recipients. Ensures early supporters have governance power from day one.

Initial supply is the only mint outside emissions
The 500M initial supply was minted at launch — 50M as liquid TOPAZ for initial liquidity, the rest as locked veTOPAZ for the airdrop, sacrifice, and foundation / team. Every TOPAZ added to circulation after that enters via the Minter's weekly emission. No hidden allocations, no later top-ups.

The emission curve

The Minter contract issues TOPAZ once per epoch (one week). The curve runs in three phases, each governed by an on-chain constant:

1

Phase 1: Growth (Weeks 1–14)

Starting at 10M TOPAZ per week, emissions grow 3% each week to bootstrap liquidity and attract early LPs. Peak emission of ~14.75M TOPAZ at week 15.

2

Phase 2: Decay (Weeks 15+)

Emissions decay 1% per week from the peak, gradually reducing inflation as the protocol matures and fee revenue grows. Runs until weekly emissions cross below the TAIL_START threshold.

3

Phase 3: Tail Emissions

Once weekly emissions fall below 8,969,150 TOPAZ, the protocol transitions to a percentage-of-supply model (initially 0.67% per epoch). EpochGovernor can nudge this rate ±0.01 percentage points per epoch, bounded at 0.01% – 1% per epoch.

ParameterValueDescription
Starting weekly emission10,000,000 TOPAZMinter.weekly initialized at deployment.
WEEKLY_GROWTH+3% per epochApplied for epochs 1–14 (growth phase).
WEEKLY_DECAY−1% per epochApplied from epoch 15 onward.
Peak emission~14,755,578 TOPAZWeek 15 — the high point of the curve.
TAIL_START8,969,150 TOPAZThreshold at which decay stops and tail emissions activate.
Initial tail rate0.67% per epochOf total supply. Per-epoch, not annualized.
Tail rate bounds0.01% – 1% per epochEnforced at the Minter contract.
EpochGovernor NUDGE±0.01 pp / epochMaximum tail-rate change per epoch via plurality vote.
Team rate5% of emissionsConfigurable down to 0% by governance. Routed to a team address.
Tail rate is per-epoch, not annual
The 0.67% initial tail rate is the share of total supply minted each epoch, not each year. Compounded weekly that's a higher annualized issuance — by design. EpochGovernor lets voters nudge it down to 0.01% per epoch over time as TVL and fee revenue mature.

Where emissions flow

Each epoch's newly minted TOPAZ is split four ways:

  • Gauge emissions — the main flow. Routed to Voter, which then distributes to individual gauges based on epoch-n vote share. LPs in those gauges earn this.
  • Rebases — additional TOPAZ scaled by unlock_ratio² and sent to RewardsDistributor for veTOPAZ holders to claim. Auto-compounds into active locks, pays out as liquid TOPAZ for expired locks.
  • Team rate — up to 5% of the combined gauge + rebase amount, routed to a team multisig. Governance can reduce this to 0.

The rebase math

Rebases offset dilution from emissions for users who lock. The formula scales with the ratio of unlocked to locked supply: the fewer TOPAZ are locked, the more aggressively the protocol rewards those who are locked.

unlock_ratio = (totalSupply − veLockedSupply) / totalSupply rebase = emission × unlock_ratio² / 2
  • If 50% of supply is locked: rebase = emission × 0.25 / 2 = emission × 0.125. ~12.5% of weekly emissions go to veTOPAZ holders as rebase.
  • If 80% of supply is locked: rebase = emission × 0.04 / 2 = emission × 0.02. Only 2% rebases — strong locking already in place, less incentive needed.
  • If 20% of supply is locked: rebase = emission × 0.64 / 2 = emission × 0.32. 32% rebases — significant pressure to lock.

The rebase mechanism creates a natural equilibrium: high unlocked supply → high rebases → strong incentive to lock → higher locked supply → equilibrium settles. The system self-corrects toward a locked / unlocked ratio that the community values.

What veTOPAZ earns annually

A holder's annualized TOPAZ-denominated yield from veTOPAZ comes from three streams: trading fees (variable, depends on which pools you vote for), bribes (variable, depends on the market), and rebases (predictable from the formula above). Putting precise numbers on the first two isn't useful — they move with usage. But rebases plus a representative blend of fees and bribes have historically delivered double-digit TOPAZ-denominated APRs on ve(3,3) systems in healthy markets.

Continue reading