gMON — a smaller, straightforward ERC-4626 liquid-staking vault on Monad, read directly on-chain the same way shMonad is.
Magma Staking issues gMON, a liquid-staking token for MON. Like shMonad, it's a standard ERC-4626 vault: deposit MON, receive gMON, and the vault's exchange rate rises as staking rewards accrue, with gMON itself remaining usable across DeFi while the underlying stake keeps earning.
Because it's ERC-4626, gMON's backing and exchange rate are both directly readable on-chain — NullTerminal pulls `totalSupply()`, `totalAssets()` and `convertToAssets(1e18)` via a batched Multicall on the same cadence as shMonad and aPriori (with the same graceful fallback to a plain `totalAssets / totalSupply` division if the preferred call ever fails), and snapshots the rate hourly into the same historical store used to derive an honest APY. That APY is computed the same way across all three ERC-4626 LSTs: annualize real rate growth over the widest available window up to 7 days, falling back to 1 day if there isn't enough history, and return no figure at all rather than an invented one if the rate hasn't actually grown.
Same core risk profile as any Monad LST: validator-level issues (slashing, downtime) would ultimately show up as the rate flattening or dropping, not just a market-price move. Magma is meaningfully smaller by TVL than shMonad, which generally means thinner secondary-market liquidity for gMON — a bigger gap between its true redemption value and what you'd actually get selling on a DEX during a fast move.
The same way shMON's does — NullTerminal reads convertToAssets() directly from gMON's ERC-4626 vault contract via Multicall on a regular cadence, with an automatic fallback calculation if that specific call ever fails, so the figure isn't dependent on a third-party API.
The underlying staking risk (validator slashing or downtime) is the same across any Monad LST. What differs with size is secondary-market depth: a smaller LST like gMON typically has thinner DEX liquidity, meaning a larger potential gap between its true on-chain redemption value and what you'd realize selling into the market during a fast move.
Sources: GET /v1/defi/staking — NullTerminal
Last reviewed 2026-07-08. More Monad research.
Monad DeFi board · Markets · Swap on NullTerminal