TVL: ~$48M | Type: Liquid Staking | Docs: apriori.xyz
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. ThepreviewRedeem function gives the current redemption rate without any gas cost.
Functions
getAPrioriLST()
Returns the fullLSTStats snapshot for aprMON.
getAPrioriExchangeRate()
Returns the current aprMON/MON exchange rate as a plain number. This is derived frompreviewRedeem(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 aStakingAPR 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
| Contract | Address |
|---|---|
| aprMON token / aPrioriPool | 0xb2f82D0f38dc453D596Ad40A37799446Cc89274A |
The aprMON token address and the aPriori pool address are the same contract - it is a unified ERC4626 vault.