Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/arena-rs/arena
Browse files Browse the repository at this point in the history
  • Loading branch information
ts0yu committed Jul 29, 2024
2 parents 420e6bb + 045a9d4 commit 3a318fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Track how metrics evolve over time, and over various market conditions.

Arena uses a modified version of [Arbiter](https://github.com/primitivefinance/arbiter) engine called [octane](https://github.com/arena-rs/octane), which alloys the usage of [alloy](https://alloy.rs/) and anvil for simulation. An agent-oriented architecture is utilized.

- [ ] Deployer agent.
- [ ] Pool admin agent.
- [x] Deployer agent.
- [x] Pool admin agent.
- [ ] Arbitrageur agent.

## Initial goals
- Simulate fee accumulation for a stable pool across various market volatilities using an Ornstein-Uhlenbeck process and agentic modelling.
- Geometric Brownian motion for a non-stable pool.
- Provide a set of reusable, extensible and modular types that allow any liquidity provision strategy to be defined, and any market condition.
- Command line interface for plug-and-play analytics and simulation.
- Command line interface for plug-and-play analytics and simulation.

0 comments on commit 3a318fa

Please sign in to comment.