Skip to content

Commit

Permalink
picking up
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfc committed Aug 21, 2024
1 parent cb706b5 commit 73523d9
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
@@ -1,12 +1,12 @@
# Reading a Proposal
A new market proposal is a JSON document that details configuration settings for a market to be added to the dYdX exchange. Users with governance tokens vote to add or reject new markets based on proposal documents.
dYdX Chain users add markets to their exchange by submitting new market proposals. A new market proposal is a JSON document that details market values, such as the name of the proposed market, the submitter's asset price quote, the oracle sources it will use, and many others. Users with governance tokens vote to add or reject new markets based on proposal documents.

For dYdX Chain users, reading new market proposals is important to be able to assess and vote on how the community adds a new market.

For market makers, new market proposals contain key information that helps configure programmatic trading strategies to provide liquidity to that market at launch.

## Example Proposal
Below is an example proposal JSON file for adding a new perpetual market, `BTC-USD`.
Below is an example proposal JSON file for adding a perpetual market, `BTC-USD`.

```json
{
Expand Down

0 comments on commit 73523d9

Please sign in to comment.