🪣Become the house
Adding and removing liquidity
Anyone can fund the LP pool to provide liquidity for betting and earn yields.
UBET Sports platform supports multiple tokens as currencies for betting, including USDC, USDT, DGEN, GOON, and CAW tokens.
Tokens | # Decimals | Token Address | Pool Address |
---|---|---|---|
USDC | 6 | ||
USDT | 6 | ||
DGEN | 18 | ||
GOON | 18 | ||
CAW | 18 |
Adding liquidity
Here we will show two steps to add liquidity to the funding pool. The two steps are:
Approve the liquidity pool address.
Add funding
Get the token address and pool address of the token you would like to add from the table above.
Copy the pool address.
Go to polygonscan and enter the token address that you would like to fund. Click the
contract
Look go for
approval
underWrite Contract
tab.Copy the pool address under
spender (address),
enter the amount, and select the decimal places (see the table above). ClickWrite
.Go to polygonscan and search for pool address. Click the
contract
Click
addFunding
underWrite Contract
. Enter the amount of liquidity you would like to provide and select the decimal places (see the table above). ClickWrite
.Click
reserve
underRead Contract
. You will be able to see the total amount of funds in the liquidity pool.
Removing liquidity
Once you would like to withdraw the funds. You can look for removeFunding
under Write Contract
from the polygonscan/pool address.
Last updated