Skip to content
LogoLogo

Staking (sEUSD)

sEUSD is a yield-bearing ERC-4626 vault for eUSD, modeled on Ethena's sUSDe. Deposit eUSD, receive sEUSD shares, and the share price appreciates as protocol revenue streams in. There is nothing to claim and nothing to restake.

Key properties

PropertyValue
StandardERC-4626 + ERC-2612 permit
Lockup / cooldownNone; deposit and redeem are instant, 24/7
Yield source50% of $OWN pair trading fees, converted to eUSD
DistributionLinear vesting per reward batch (hours-scale window), compounding into the share price
Solvency ruletotalAssets() never exceeds eUSD the vault actually holds; the vault holds no mint rights

How yield arrives

  1. The $OWN token trades against SPY on the Pons launchpad; every trade pays a fee.
  2. 50% of collected fees are converted to eUSD (the other 50% goes to the protocol treasury).
  3. An operator streams the eUSD into the vault via transferInRewards.
  4. The batch vests linearly over the vesting window, so the share price rises smoothly and cannot be sandwiched by depositing just before a distribution.

A new batch folds any still-unvesting remainder into itself and re-vests the combined amount over a fresh window, so totalAssets is continuous across top-ups. This is the operational lever for holding the rate steady as TVL changes.

Loading diagram...

Why instant redemption is always solvent

The vault's accounting only ever counts eUSD it already holds, minus the still-unvested portion of the current batch. Every redemption is therefore payable from existing balance without minting. Combined with the absence of a cooldown, this means leveraged sEUSD positions (in money markets or rate protocols) can be unwound atomically.

Rates

The displayed yield is variable and depends on $OWN trading volume. The app shows the current rate; realized yield is verifiable onchain from the share price history and the RewardsStreamed events. Yield is revenue, not emissions, so it is lumpy by nature: the vesting mechanism smooths it, and no rate is guaranteed.