Skip to main content
USYC subscriptions and redemptions are handled through an audited smart contract, callable from Solidity, TypeScript, or directly using the Etherscan interface.

Solidity

Solidity

TypeScript

Typescript

Etherscan

You can use the Etherscan interface to subscribe to and redeem USYC.

Subscribing to USYC

Before subscribing to USYC, you must approve the Teller contract to spend your USDC.
  1. Go to the USDC contract and click Write as Proxy.
  2. Scroll to the approve function.
  3. In the spender field, enter 0x5C73E1cfdD85b7f1d608F7F7736fC8C653513B7A (the Teller address).
  4. In the amount field, enter the amount of USDC to spend.
After setting the allowance, you can subscribe to USYC:
  1. Go to the Teller contract and click Write as Proxy.
  2. Scroll to the buy function.
  3. Enter the amount of USDC to convert to USYC.

Redeeming USYC

Before redeeming USYC, you must approve the Teller contract to spend your USYC.
  1. Go to the USYC contract and click Write as Proxy.
  2. Scroll to the approve function.
  3. In the spender field, enter 0x5C73E1cfdD85b7f1d608F7F7736fC8C653513B7A (the Teller address).
  4. In the amount field, enter the amount of USYC to redeem.
After setting the allowance, you can redeem USYC:
  1. Go to the Teller contract and click Write as Proxy.
  2. Scroll to the sell function.
  3. Enter the amount of USYC to convert to USDC.