Skip to content
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

Create Arbitrage bot for arbitraging Seer's pools #492

Open
gabrielfior opened this issue Oct 12, 2024 · 1 comment
Open

Create Arbitrage bot for arbitraging Seer's pools #492

gabrielfior opened this issue Oct 12, 2024 · 1 comment

Comments

@gabrielfior
Copy link
Contributor

Simple form

  • Run arbitrage agent between pools of the same outcome token

More general form

  • Also arbitrage between outcomes of the same question (to be better understood)
@greenlucid
Copy link
Contributor

Without considering contingent markets, it should be simple:
If outcome share prices add up to <1 unit (and, there's liquidity for all of them), buy equal amounts from the market and merge.
If outcome share prices add up to >1 unit, mint (split) shares and sell them on the market.

With contingent markets (e.g. If Trump, BTC price?) that's a bit more elaborate, because you'd need to get the TRUMP2024 token in the first place to process the arbitrage in the contingent market

Is this type of task proper for an agent?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants