Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdowney committed Nov 12, 2024
1 parent ac9dbb1 commit 42b870a
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 @@ -97,7 +97,7 @@ Create Perpetual message specifies the parameters specific to the perpetual.
- `atomic_resolution` determines the precision of the size of the coin. If the atomic resolution is -10, then the perpetual positions are represented as multiples of 10^-10.
- `default_funding_ppm` is the default funding rate in parts per million.
- `id` is the id of the perpetual. This should be the same as the oracle_market_id and clob_pair_id.
- `liquidity_tier` is the liquidity tier of the proposed market. This should be set based on [dYdX liquidity tier guidelines](../users-governance/functionalities#liquidity-tiers).
- `liquidity_tier` is the liquidity tier of the proposed market. This should be set based on [dYdX liquidity tier guidelines](./functionalities.md#liquidity-tiers)
- `market_id` is the id of the oracle market. This should be the same as the id.
- `ticker` is the ticker of the market being added.

Expand Down Expand Up @@ -138,4 +138,4 @@ You can calculate the following values based on parameters in a new market propo
## Next Steps
If you are a dYdX Chain user, you can [vote on a proposal](../users-governance/voting.md) or [submit your own](../users-governance/submitting_a_proposal.md).

If you are a market maker aiming to provide liquidity to a new market, you can configure a trading strategy using values and derived values from the proposal.
If you are a market maker aiming to provide liquidity to a new market, you can configure a trading strategy using values and derived values from the proposal.

0 comments on commit 42b870a

Please sign in to comment.