Skip to content

Commit

Permalink
small misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfc committed Aug 8, 2024
1 parent 6248a12 commit cb706b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pages/users-governance/_meta.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 3 additions & 3 deletions pages/users-governance/functionalities.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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:

Expand All @@ -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,
2 changes: 1 addition & 1 deletion pages/users-governance/reading_new_market_proposal.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit cb706b5

Please sign in to comment.