SLOHM

Treasury#

The treasury is the foundation of the SLOHM protocol. It holds all reserve assets, generates yield through active deployment, and establishes the reserve floor that backs every SLOHM token in circulation. Every operation in the protocol ultimately flows through the treasury.

Role of the Treasury#

The treasury serves three core functions:

  1. Asset custody. All bonded assets (BTC, Moto, Pill) are held in the treasury smart contract on Bitcoin L1. These assets are fully on-chain and verifiable at any time.
  2. Yield generation. Treasury assets are deployed across reserve strategies to generate returns. This yield funds staking rewards and compounds into the reserve.
  3. Supply backing. The treasury's total value divided by the total SLOHM supply establishes the reserve floor, the minimum intrinsic value per token.

What the Treasury Holds#

Assets enter the treasury through two primary channels:

The treasury does not hold speculative positions. Every asset is either a bonded reserve asset or yield generated from productive deployment.

The Reserve Floor#

The reserve floor is the minimum backing per SLOHM token:

Reserve Floor = Total Treasury Value / Total SLOHM Supply

This floor strengthens over time through two mechanisms:

The reserve floor can only go up. It never decreases because the protocol only mints new tokens when backed by real value.

Treasury Transparency#

All treasury operations execute through smart contracts on Bitcoin L1:

The treasury contract enforces that new SLOHM can only be minted when sufficient backing exists. This check includes all pending bond payouts, ensuring the reserve floor accounts for all outstanding obligations.

Treasury Parameters#

ParameterValue
Reserve depositorBondDepository contract
Reward managerDistributor contract
Accepted reserve tokensBTC, Moto, Pill
Backing checkIncludes pending bond payouts
Minting constraintOnly when treasury value exceeds total supply backing

What's Next?#

Learn how protocol parameters are managed in Policy, or see how the treasury generates yield through Reserve Strategies.