Skip to content

Commit

Permalink
finish desc
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfc committed Aug 21, 2024
1 parent 1434d99 commit 370b77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/users-governance/reading_new_market_proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ The following values are visible in a new market proposal.
| Minimum Price Change PPM | `min_price_change_ppm` | The minimum price change that causes the oracle price to update. | no |
| Exponent | `exponent` | Number of decimal places to use to show prices. | no |
| Step Base Quantums | `step_base_quantums` | Minimum amount by which you can increase or decrease an order. Same as `step_size`. | no |
| Subticks Per Tick | `subticks_per_tick` | TODO Determines the subticks per tick. | no |
| Quantum Conversion Exponent | `quantum_conversion_exponent` | TODO Determines the subtick size. | no |
| Subticks Per Tick | `subticks_per_tick` | Determines the `ticksize` when multiplied by `subtick_size`. | no |
| Quantum Conversion Exponent | `quantum_conversion_exponent` | Determines the `subticks_per_tick` based on `ticksize_exponent`. | no |

### Derived Values
You can calculate the following values based on values in a new market proposal.
Expand Down

0 comments on commit 370b77e

Please sign in to comment.