gnosis / prediction-market-agent-tooling

Tools to benchmark, deploy and monitor prediction market agents.
GNU Lesser General Public License v3.0
17 stars 2 forks source link

Seer - create liquidity pool #497

Open gabrielfior opened 1 week ago

gabrielfior commented 1 week ago

After market is created using MarketFactory, we should create an uni-v3-like liquidity pool (ERC20 outcome token x collateral, normally sDAI).

greenlucid commented 1 day ago

But, Uniswap v3 is not available in Gnosis Chain, is it? Which might be why Seer is using Swapr. Also I was told that Cow indexes only tokens with >100_000 units in total balance, and that caused issues with Seer in small markets (which made Seer not have an Order Book mplemented and just rely on AMM) Can @xyzseer provide more context? I think none of this was an issue before because Omen has its own AMM contracts