Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactored pgf #181

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/docs/pages/users/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"fees": "Fees on Namada",
"delegators": "Delegating stake on Namada",
"governance": "Governance and Public Goods Funding",
"public-goods-stewars": "PGF",
"ibc": "IBC transfers"
}
3 changes: 1 addition & 2 deletions packages/docs/pages/users/governance/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"on-chain-governance": "On-chain proposals",
"off-chain-governance": "Off-chain proposals",
"public-goods-stewards": "Public Goods Stewards"
"off-chain-governance": "Off-chain proposals"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Public Goods Stewards Documentation
The funding of public goods on Namada is conducted through an entity called the "public goods stewards". Each public goods steward is a [multisignature account](../transparent-accounts/multisignature.mdx).
The funding of public goods on Namada is conducted through an entity called the "public goods stewards". Each public goods steward is a [multisignature account](./transparent-accounts/multisignature.mdx).

Each steward is elected by governance through separate governance proposals.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Callout } from 'nextra-theme-docs'
A public goods steward can consist of an arbitrary number of people, and can be a single person. The only requirement is that the steward's multisignature account is elected by the community, through a governance proposal.

For this reason, the first step to becoming a steward is to create a multisignature account.
This can be done using the commands found in the [multisgnature documentation](../../transparent-accounts.mdx).
This can be done using the commands found in the [multisgnature documentation](../transparent-accounts/multisignature.mdx).

Once the multisig account is created, the steward can submit a governance proposal to elect the account as a steward.

Expand Down