Skip to main content
TVL: ~$48M | Type: Liquid Staking | Docs: apr.io

Overview

aPriori is the largest liquid staking protocol on Monad by TVL. Users deposit MON and receive aprMON, an ERC4626 vault token whose exchange rate increases continuously as staking rewards accrue. There is no manual claim step - rewards are automatically reflected in the aprMON/MON rate. The aPriori pool contract acts as both the ERC4626 vault and the staking manager. The previewRedeem function gives the current redemption rate without any gas cost.

Functions

getAPrioriLST()

Returns the full LSTStats snapshot for aprMON.

getAPrioriExchangeRate()

Returns the current aprMON/MON exchange rate as a plain number. This is derived from previewRedeem(1e18) on the pool contract.

getAPrioriTVL()

Returns the total MON deposited into the aPriori pool, denominated in USD using the current MON price.

getStakingAPR()

Returns a StakingAPR object with the annualized percentage rate for aprMON computed from the exchange rate delta over the last 500k blocks (~56 hours on Monad).

Contract Addresses

The aprMON token address and the aPriori pool address are the same contract - it is a unified ERC4626 vault.