MorpheusAIs / moragents

Morpheus Local Agents
MIT License
26 stars 15 forks source link

Crypto Arbitrage Agent [New Feature] #86

Closed danXyu closed 1 month ago

danXyu commented 1 month ago
sreefoundry commented 1 month ago

Curious - what is the value proposition of user-prompted searching?

Couldn't automated (non-AI) scripts listen for events and interact with DEX (or aggregator) endpoints?

danXyu commented 1 month ago

Some users might not be interested in arb functionality. The prompting could automatically limit the search to specific exchanges or tokens by pulling out those details with an LLM.

Good point on setting this up as a background process though. We can introduce a notion of workflows / cron jobs to the app, functions like searching for arb opps that are scheduled to run on some interval and notifies the users whenever something actionable occurs.

sreefoundry commented 1 month ago

All of this could be achieved (less intensively) through exchange-specific API calls + CRON job.

Moreover, arbitrage opportunities are time-bound and cannot be scheduled.

danXyu commented 1 month ago

I agree with that - don't you think being able to set up those exchange links + CRON jobs via an agent would be useful though?

danXyu commented 1 month ago

I'm gonna close this issue. I guess your point is why would the user want to configure this agent when this could just be set up automatically.

After digging into this more, crypto arb is also really hard and inherently more rules based which doesn't make sense for an LLM.