gnosis / prediction-market-agent

GNU Lesser General Public License v3.0
31 stars 6 forks source link

Add context to microchain agent app #171

Closed evangriffiths closed 6 months ago

evangriffiths commented 6 months ago

Make it more clear in the web UI that the agent

Add info somewhere:

gabrielfior commented 6 months ago

If you need more funds/want to test things out, we can have the agent run inside a "controlled" blockchain (see https://docs.tenderly.co/devnets/intro-to-devnets) which replicate the real chain and where we can fund wallets with lots of xDAI. So the agent has infinite money and can bet on all markets.

kongzii commented 6 months ago

So the agent has infinite money and can bet on all markets.

With such setting, is it also possible to update this controlled blockchain (after agent did the transactions for betting) with resolved data from the real chain?

evangriffiths commented 6 months ago

Resolved with https://github.com/gnosis/prediction-market-agent/pull/189