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

Check if Arbitrage agent is placing reasonable bets, otherwise create a new bug ticket #620

Open
gabrielfior opened this issue Dec 30, 2024 · 3 comments

Comments

@gabrielfior
Copy link
Contributor

In this ticket, #596, we avoided that arbitrage trades involving just 1 market keep getting created. The question is, was the fix enough or do we need to make additional changes in the logic?

Check the trades from 01.01.2025 - 14.01.2025 and check for inconsistencies in the trades, namely
-> Trades involving the same market (main_market == related_market)
-> Any other reasons as to why the profitability of this agent is very low

@empeje
Copy link

empeje commented Jan 9, 2025

Hi @gabrielfior, apologies for jumping into the conversation without much context—I came across this discussion via the repository mentioned on Kernel Slack.

Do you currently use a monitoring setup, such as Prometheus with Grafana or native GCP tools (I noticed you’re using GCP)? I imagine it’s possible to track events like this using such systems. Ideally, we could store the data locally within the agent and expose it as a Prometheus metric, making these occurrences easier to identify and measure.

@gabrielfior
Copy link
Contributor Author

gabrielfior commented Jan 13, 2025

Thanks for your message @empeje .
We use Dune for tracking the trader agents activities -> https://dune.com/gnosischain_team/omen-ai-agents
We also use Langfuse for tracking the LLM calls to the cloud provider (for internal debugging reasons).

@empeje
Copy link

empeje commented Jan 13, 2025

Thanks again for the reply @gabrielfior, thanks for sharing this I'm going to play a bit especially with the #557 and revert back to you.

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