Transmuter

Transmuter (TransmuterV2.sol)

Transmuter guarantees the value of the synthetic asset (nUSD). Harvested yield will be disbursed to the Transmuter, ensuring the 1:1 pegging ratio of nUSD and the stable coins. Over time, staked nUSD will be transmuted into stable coins, representing the yield from yearn.finance.

function stake(uint256 _amount)

Stake synthetic asset into the transmuter.

function unstake(uint256 _amount)

Unstake synthetic asset from the transmuter.

function transmute()

Transmute staked synthetic asset into stable coins at a 1:1 ratio.

function claim()

Withdraw converted stable coins.

Last updated