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

Arbitrage agent is placing conflicting bets in the same market #596

Open
gabrielfior opened this issue Dec 11, 2024 · 0 comments
Open

Arbitrage agent is placing conflicting bets in the same market #596

gabrielfior opened this issue Dec 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@gabrielfior
Copy link
Contributor

See GCP logs (shared on slack) and also on Langfuse

For example, agent placed bets on opposite directions in this market:

  • Placing arbitrage trades [Trade(trade_type=<TradeType.BUY: 'buy'>, outcome=True, amount=TokenAmount(amount=0.03016715191693773, currency=<Currency.xDai: 'xDai'>)), Trade(trade_type=<TradeType.BUY: 'buy'>, outcome=False, amount=TokenAmount(amount=0.06983284808306227, currency=<Currency.xDai: 'xDai'>))]

  • Executing trade trade_type=<TradeType.BUY: 'buy'> outcome=True amount=TokenAmount(amount=0.03016715191693773, currency=<Currency.xDai: 'xDai'>) on market 0x65983af22bffd066c95780448c57c810acb4ec48 (https://presagio.pages.dev/markets?id=0x65983af22bffd066c95780448c57c810acb4ec48)

  • Executing trade trade_type=<TradeType.BUY: 'buy'> outcome=False amount=TokenAmount(amount=0.06983284808306227, currency=<Currency.xDai: 'xDai'>) on market 0x65983af22bffd066c95780448c57c810acb4ec48 (https://presagio.pages.dev/markets?id=0x65983af22bffd066c95780448c57c810acb4ec48)

@gabrielfior gabrielfior added the bug Something isn't working label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant