Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh authored Aug 21, 2024
1 parent 0dbeafe commit c6a3322
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ In addition, our first [Replicating Solver](./packages/replicating/) introduces

There are some key differences between AMM markets and Solver markets. These are summarised in the table below.

| Feature | AMM / Strategies | Solver |
| ----------- | ------------------------------- | --------------------------------------------------------------------------- |
| Swap fees | Fixed swap fee rate per market | Charges a dynamic spread on swaps instead of an explicit swap fee rate |
| Tick width | Fixed tick width per market | Agnostic to pricing formula, can accomodate any tick width |
| Price | Stores current price | Stateless, does not need to store current price |
| Rebalancing | Uses swap hooks for rebalancing | No rebalancing needed, calculates positions on the fly at the point of swap |
| Feature | AMM / Strategies | Solver |
| ----------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Swap fees | Fixed swap fee rate per market | Agnostic to fee formula, can charge a swap fee, add a dynamic spread on swap quotes, or use another fee formula |
| Tick width | Fixed tick width per market | Can accomodate any tick width |
| Price | Stores current price | Stateless, does not need to store current price |
| Rebalancing | Uses swap hooks for rebalancing | Constantly rebalanced, as positions are calculated on the fly at the point of swap |

## Contracts

Expand Down

0 comments on commit c6a3322

Please sign in to comment.