stUsdc
Overview
Staked USDC is an rebasing auto-compounding LST for Circle's USDC and Bloom TBYs. The interface below is only available for the Arbitrum deployment of the protocol.
Contract API
depositTby
depositTby
Deposit a specified amount
of TBY
s to mint stUsdc
.
depositAsset
depositAsset
Deposit a specified amount
of underlyingToken
to mint stUsdc
.
redeemStUsdc
redeemStUsdc
Redeem stUsdc
in exchange for underlyingTokens
poke
poke
Invokes the auto stake feature as well as updates the value accrual.
wstUsdc
wstUsdc
Returns the wstUsdc
contract instance.
asset
asset
Returns the underlyingToken
contract instance.
stakeUpStaking
stakeUpStaking
Returns the StakeUpStaking
contract instance.
performanceBps
performanceBps
Returns the performance Bps variable.
lastRedeemedTbyId
lastRedeemedTbyId
Returns the last redeemed tbyId
.
globalShares
globalShares
The total shares of stUSDC
tokens in circulation on all chains.
Last updated