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.- Go to the USDC contract and click Write as Proxy.
- Scroll to the
approvefunction. - In the
spenderfield, enter0x5C73E1cfdD85b7f1d608F7F7736fC8C653513B7A(the Teller address). - In the
amountfield, enter the amount of USDC to spend.

- Go to the Teller contract and click Write as Proxy.
- Scroll to the
buyfunction. - Enter the amount of USDC to convert to USYC.

Redeeming USYC
Before redeeming USYC, you must approve the Teller contract to spend your USYC.- Go to the USYC contract and click Write as Proxy.
- Scroll to the
approvefunction. - In the
spenderfield, enter0x5C73E1cfdD85b7f1d608F7F7736fC8C653513B7A(the Teller address). - In the
amountfield, enter the amount of USYC to redeem.

- Go to the Teller contract and click Write as Proxy.
- Scroll to the
sellfunction. - Enter the amount of USYC to convert to USDC.
