add section on destroying Stake in tech-design

This commit is contained in:
Emily Martins 2022-03-02 21:23:24 +01:00
parent 13d7089021
commit 51cdba2ddf
2 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ Non-goals:
An up to date version of the [Nix package manager](nixos.org) (>=2.3) is required to build this project. For information on how to install, see the [NixOS website](https://nixos.org/download.html). Important: see also [this section](https://github.com/input-output-hk/plutus#nix-advice) on binary caches.
Open a development shell with `nix develop` and build the project with `cabal build`. Those pained by the need to remember to enter a Nix shell may consider using [nix-direnv](https://github.com/nix-community/nix-direnv).
Open a development shell with `nix develop` and build the project with `cabal build`. Those pained by the need to remember to enter a Nix shell may consider using [nix-direnv](https://github.com/nix-community/nix-direnv).
## Documentation
@ -88,10 +88,6 @@ The treasury of a governance system is responsible for determining which users a
Users are required to 'lock' their GT in stakes, so that the system has some idea of their eligibility to vote on proposal.
### Staking pool
A staking pool can be introduced, for the purpose of tracking the aggregate status of all stakes in the system. Some systems may not require a staking pool.
### Proposal
A proposal suggests for some specified changes to be made to a Cardano system. It is voted upon by the community and, if passed, its effects are applied to the system.