Summary
The admin module is a blockchain application module built with Cosmos SDK.
The admin module is an experimental module within a set of experimental modules (admin, governor, validator, etc.) being used to explore alternative governance frameworks for interoperable blockchain applications.
Problem
Cosmos SDK provides a well-tested framework for proof-of-stake blockchains. The default delegated proof-of-stake model can be adapted to accomplish alternatives including proof-of-authority or delegated proof-of-stake with shared security.
Alternatives are not easy or straightforward to implement. Networks are not able to easily manage transitions between models through on-chain governance processes. What might a more dynamic framework look like?
Proposal
Write a specification for the admin module with implementation instructions.
Summary
The
adminmodule is a blockchain application module built with Cosmos SDK.The
adminmodule is an experimental module within a set of experimental modules (admin,governor,validator, etc.) being used to explore alternative governance frameworks for interoperable blockchain applications.Problem
Cosmos SDK provides a well-tested framework for proof-of-stake blockchains. The default delegated proof-of-stake model can be adapted to accomplish alternatives including proof-of-authority or delegated proof-of-stake with shared security.
Alternatives are not easy or straightforward to implement. Networks are not able to easily manage transitions between models through on-chain governance processes. What might a more dynamic framework look like?
Proposal
Write a specification for the
adminmodule with implementation instructions.