Deposit Tokens to the Pool
Transfer All Tokens Directly to the Pool
Here are the detailed steps for maker to directly transfer all tokens to the pool using a web3 account.
Deposit Tokens to the Pool
Use your Web3 wallet (e.g., MetaMask) to transfer the ETH or tokens directly to the Upshot Pool created from the previous step.
Withdraw Tokens from the pool back to Web3 wallet.
Using
removeLiquidity
Function on UpshotPool.Go to the UpshotPool on Etherscan
Open a web browser and navigate to Etherscan (On testnet, we use sepolia.etherscan.io)
In the search bar, enter the address of the UpshotPool created from step 1.1.
Once you are on the UpshotPool Contract page
Click on the "Write Contract" tab
Select the
removeLiquidity
FunctionEnter Remove Liquidity Details:
Token: Enter the address of the token you want to remove.
In the case of Native Token, using
0x0000000000000000000000000000000000000000
Recipient: Enter the wallet address that you want to receive the token.
Amount: Enter the amount of tokens you want to withdraw.
Click Write to Submit the Transaction
Last updated