agora/docs
2022-04-11 11:04:38 +02:00
..
diagrams initial review 2022-04-08 09:07:56 +01:00
meta Small changes to style guide 2022-02-07 16:07:22 +00:00
tech-design rename ProposalTag to ProposalId, add docs for result tags 2022-04-11 11:04:38 +02:00
README.md general neatening 2022-02-07 10:26:43 +00:00
using-agora.md couple of fixes to changes 2022-04-08 13:20:30 +01:00

Agora specification and documentation

This folder contains documents explaining the conceptual background and technical implementation of Agora components.

Technical design

The tech-design/ subdirectory contains high level descriptions of the architecture of Agora's governance solution.

Plutarch

Agora makes extensive use of Plutarch. One unfamiliar with the library will be unable to suitably understand the technical parts of this documentation. The maintainers provide an extensive guide that will familiarise the developer with the language and thereby this set of documentation.

Glossary

The following is a list of terms that are used frequently throughout the documentation:

  • DAO: decentralised autonomous organisation.
  • Proposal: a set of changes to a Cardano protocol, suggested by a community member. Will be enacted, if passed by the community.
  • Governance token (GT): the token that confers the right to vote on proposals within the protocol. May affect the user's eligibility for rewards. Examples include Liqwid's LQ.
  • Governance authority token (GAT): A token that grant's the effects of a proposal the authority to alter the system. More information can be read here.
  • Effect: A script for implementing changes suggested by a proposal. An effect can make numerous changes and a proposal may have multiple effects.