Matmo
  • โ“‚๏ธMatmo
  • ๐Ÿš€Mainnet
  • ๐Ÿช™Token
  • ๐Ÿ›ก๏ธAudit
  • ๐ŸŽPresale
    • ๐Ÿ’ฐWallet and Buy
    • ๐Ÿ“ˆToken price
    • ๐Ÿ’ธBonuses and Discounts
    • ๐Ÿ‘ซReferral program
    • ๐Ÿ€VCS & Angel Investors
  • ๐ŸŽฆMarketing
  • ๐Ÿ”ขEconomics
  • ๐Ÿ“ปRoadMap
  • ๐Ÿ“šDOCS
    • ๐Ÿ•ธ๏ธWeb3
    • ๐Ÿ“’Concepts
    • โ†—๏ธAccount
    • โš’๏ธBlocks
    • ๐Ÿ”€Transactions
    • โ™จ๏ธGas and Transaction Fees
    • โš–๏ธStaking
    • ๐Ÿ‘บNFT
    • ๐ŸฆSwap
    • ๐Ÿ•Governance
    • ๐ŸŒ‰Bridging assets
    • ๐Ÿ•ŽRun a Validator
      • ๐Ÿ“ณRun a Fullnode
    • โ›“๏ธAPI
    • ๐Ÿ“€SDK
    • ๐Ÿ‘พValidator
  • ๐Ÿซ‚Team
  • ๐Ÿ‘ซCommunity
    • Twitter
    • Telegram Channel
    • Telegram group I
    • Telegram group II
    • Telegram group III
    • Medium
Powered by GitBook
On this page
  • How to governance๏ผŸ
  • Who can vote To #vote๏ผŸ
  • Technical Implementation of matmo Governance
  1. DOCS

Governance

PreviousSwapNextBridging assets

Last updated 10 months ago

How to governance๏ผŸ

matmo on-chain governance is the process by which community members can create and vote on proposals to minimize the cost of upgrades.

The scope of these proposals for matmo on-chain governance is described below:

  • Actively participate in the matmo ecology and make positive, and can directly propose governance solutions in the community

  • The matmo community can suggest an matmo Improvement Proposal () in the matmo Foundation GitHub.

  • When appropriate, an on-chain proposal can be created for the AIP via the matmo_governance module.

  • Voters can then vote on this proposal on-chain via the matmo_governance module. If there is sufficient support for a proposal, then it can be resolved.

  • Governance requires a minimal number of votes to be cast by an expiration threshold. However, if sufficient votes, more than 50% of the total supply, are accumulated prior to that threshold, the proposal can be executed without waiting for the full voting period.

Who can vote To #vote๏ผŸ

You must stake, run a validator node. Hold equity pool shares.

Technical Implementation of matmo

  • matmo_governance::create_proposal calls voting::create_proposal to create a proposal on-chain, when an off-chain AIP acquires sufficient importance.

  • matmo_governance::vote calls voting::vote to record the on a proposal on-chain;

  • matmo_governance::resolve can be called by anyone. It calls voting::resolve to resolve the proposal on-chain.

๐Ÿ“š
๐Ÿ•
blockchain
contributions
API
AIP
Governance
vote