From 045a9d448f35cf18f109c4267e0ff8b5d3b342ce Mon Sep 17 00:00:00 2001 From: ts0yu <120932697+ts0yu@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:55:20 -0600 Subject: [PATCH] feat: readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01f8f11..0a60c77 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +- Command line interface for plug-and-play analytics and simulation.