diff --git a/pages/users-governance/_meta.json b/pages/users-governance/_meta.json index 66928e94..5236b843 100644 --- a/pages/users-governance/_meta.json +++ b/pages/users-governance/_meta.json @@ -1,8 +1,8 @@ { "proposing_a_new_market": "Proposing a New Market", "submitting_a_proposal": "Submitting a Proposal", - "reading_new_market_proposal": "Reading a New Market Proposal", - "voting": "Voting", + "reading_new_market_proposal": "Reading a Proposal", + "voting": "Voting on a Proposal", "slashing_a_validator": "Slashing a Validator", "functionalities": "Functionalities" } diff --git a/pages/users-governance/functionalities.md b/pages/users-governance/functionalities.md index d94be961..be26c8a2 100644 --- a/pages/users-governance/functionalities.md +++ b/pages/users-governance/functionalities.md @@ -1,4 +1,4 @@ -# Governance Functionality +# Governance Functionalities Below is a current list of all module parameters that `x/gov` has the ability to update directly. Further documentation will be released which outlines overviews of each custom module, how modules interact with one another, and technical guides regarding how to properly submit governance proposals. @@ -138,7 +138,7 @@ Governance has the ability to update: ## Community Assets -### Community Pool + Community Treasury +### Community Pool & Treasury There are two addresses intended for managing funds owned by the community: @@ -149,6 +149,6 @@ The Community Pool is the recipient of any Community Tax that is implemented via The Community Treasury is an account controlled by governance and can be funded via any account or module sending tokens to it. -## CosmosSDK Default Modules: +## CosmosSDK Default Modules For more information on default modules, head to the [Cosmos SDK official documentation](https://docs.cosmos.network/v0.47/modules). dYdX Chain inherits the same governance properties of any standard CosmosSDK modules that are present on dYdX Chain, diff --git a/pages/users-governance/reading_new_market_proposal.md b/pages/users-governance/reading_new_market_proposal.md index cb7aab20..85e9967e 100644 --- a/pages/users-governance/reading_new_market_proposal.md +++ b/pages/users-governance/reading_new_market_proposal.md @@ -1,4 +1,4 @@ -# Reading a New Market Proposal +# 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. 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.