LogoLogo
  • StakeUp
  • Protocol
    • Current Problem
    • Our Solution
    • Underlying Backing
    • Ecosystem Mechanics
      • Mint & Redeem
      • stUSDC
      • Staking
        • SUP
      • Omni-chain Functionality
  • Technical Docs
    • Smart Contracts
      • Tokens
        • stUsdc
          • stUsdcLite
        • wstUsdc
          • wstUsdcLite
        • LayerZero OFT
      • StakeUpStaking
        • SupVesting
      • wstUsdcBridge
      • StakeUpErrors
    • API
    • SDK
    • Deployment Addresses
    • Audits
  • LEGAL
    • TERMS OF SERVICE
    • Privacy Policy
  • FAQs
Powered by GitBook
On this page
  • Overview
  • Contract API
  • depositAsset
  • depositTby
  • redeemWstUsdc
  1. Technical Docs
  2. Smart Contracts
  3. Tokens

wstUsdc

Overview

The Wrapped non-rebasing version of stUsdc. The interface below is only available for the Arbitrum deployment of the protocol.

Contract API

depositAsset

function depositAsset(uint256 amount) external returns (uint256 amountMinted);

Mint wstUsdc directly by depositing underlyingAssets .

depositTby

function depositTby(uint256 id, uint256 amount) external returns (uint256 amountMinted);

Mint wstUsdc directly by depositing a specific TBY id .

redeemWstUsdc

function redeemWstUsdc(uint256 wstTBYAmount) external returns (uint256 assetsRedeemed);

Redeem wstUsdc for underlyingAssets.

PreviousstUsdcLiteNextwstUsdcLite

Last updated 7 months ago