Depositing to Vaults on Etherscan
If a user has never approved their token to be spent by the OptionMarketWrapper contract, they must first approve the token. Otherwise users can skip the Steps to Approve.

Steps to Approve
- 1.
- 2.Click Connect to Web3 and connect your wallet.
- 3.Click on the approve dropdown.
- 4.Input the contract address that you would like to approve sUSD for. For example, if you want to approve the OptionMarketWrapper contract you would write:
- 1.Spender: 0x5Db73886c4730dBF3C562ebf8044E19E8C93843e (for the ETH Liquidity Pool)
- 2.Value: 115792089237316195423570985008687907853269984665640564039457584007913129639935 (Maximum value in BigNumber)
- 5.Click write and sign the transaction. Now you are ready to go to the Deposit step.
----------------------------------------------------------------------------------------------------

Steps to Deposit
- 1.
- 2.Click Connect to Web3 and connect your wallet.
- 3.Click on the initiateDeposit dropdown.
- 4.Input the beneficiary and the amountQuote you would like to deposit.
- 1.Beneficiary: 0x5Db73886c4730dBF3C562ebf8044E19E8C93843e (your wallet address)
- 2.amountQuote: 1000000000000000000 (1 in BigNumbers)
- 5.Click write and sign the transaction.
Last modified 8mo ago