-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seer - create liquidity pool #497
Comments
But, Uniswap v3 is not available in Gnosis Chain, is it? Which might be why Seer is using Swapr. |
afaik there's a uniswap deployment on gnosis but it's not officially integrated on the frontend (see Uniswap/sdk-core#89) what green mentions about the 100k limit is also true, for example this market https://seer.pm/#/markets/100/0x43d881f5920ed29fc5cd4917d6817496abbba6d9 has two tokens
|
Updating my understanding here: Swapr V3 Uni V3 |
@gabrielfior I interacted with some market on Seer using CoW previously. What are the limitations there (if any except for 100k threshold)? Would we support a reasonable part of Seer markets if we are CoW-only? (because for CoW we already have some integration in PMAT and Martin talked about some improvement being made there, so we could just wait it out) |
From the prev comments, I thought cow didn't support small markets, however it seems that now it does (see link below, pool contains < 100k tokens and still Cow supports swaps) So I will create a market manually (with aprox 10 xDAI) and check if Cow is able to solve that. I will report back here. |
Update - cow is able to find the tiny pools I created for the test market. Proceeding under the assumption that cow integration suffices for the betting interaction. |
After market is created using
MarketFactory
, we should create an uni-v3-like liquidity pool (ERC20 outcome token x collateral, normally sDAI).The text was updated successfully, but these errors were encountered: