Skip to main content
stRWT is the staked version of RWT (SPL token, 6 decimals) on Solana mainnet. Staking is handled by a dedicated program; rewards accrue through a steadily rising stRWT to RWT exchange rate, with no claiming.

stRWT mint

The SPL token mint for staked RWT.
stRWT mint
View on Solscan ↗

Staking program

The program that mints and burns stRWT and maintains the staking pool.
Staking program
View on Solscan ↗

StakingConfig PDA

The staking state account (seed ["staking_config"]). It is also the stRWT mint authority.
StakingConfig PDA
View on Solscan ↗

Pool RWT vault

The associated token account of the StakingConfig PDA that holds the staked RWT backing all stRWT. The exchange rate is derived from this balance and the stRWT supply.
Pool RWT vault
View on Solscan ↗
The exchange rate is pool RWT divided by stRWT supply, both read live from these accounts. See Staked RWT (stRWT) for the full mechanism.