USYC
  • Overview
    • Introduction
    • Investor Onboarding
    • Subscription & Redemption
    • Product Structuring
    • Token Price
    • Fees
    • Smart Contracts
    • Service Providers
  • Integration Guides
    • Web2 API
    • Typescript
    • Etherscan
    • Solidity
  • External
    • Hashnote USYC Portal
    • Marketing Website
Powered by GitBook
On this page
  • Buy Allowance
  • Purchase USYC
  • Sell Allowance
  • Sell USYC
  1. Integration Guides

Etherscan

Describes how to use Etherscan to enter and exit USYC

PreviousTypescriptNextSolidity

Last updated 10 months ago

Etherscan provides a UI for purchasing USYC with USDC. The Teller contract address is `0x5C73E1cfdD85b7f1d608F7F7736fC8C653513B7A` and can be found at this URL. Before buying the token you will need to ensure that the portal contract has sufficient allowance to spend your USYC.

Buy Allowance

Navigate to the and click on the Write Proxy tab. Scroll down the approve function and enter the Teller address (0x5C73E1cfdD85b7f1d608F7F7736fC8C653513B7A) into the spender field and enter the amount of USDC you would like to spend to purchase USYC.

Purchase USYC

Sell Allowance

Sell USYC

Navigate to the and click on the Write Proxy tab. Scroll down to the buy function. Enter the amount of USDC you wish to spend on the purchase.

Navigate to the and click on the Write Proxy tab. Scroll down the approve function and enter the Teller address (0x5C73E1cfdD85b7f1d608F7F7736fC8C653513B7A) into the spender field and enter the amount of USYC you will be selling.

Navigate to the and click on the Write Proxy tab. Scroll down to the sell function. Enter the amount of USYC you wish to sell.

Teller contract
USYC contract
Teller contract
USDC contract