agora/docs
Emily Martins e201b5e6d7 init docs
2022-01-18 17:46:06 +01:00
..
tech-design init docs 2022-01-18 17:46:06 +01:00
README.md init docs 2022-01-18 17:46:06 +01:00

agora specification & documentation

This folder contains all of the specification and architecture documentation of agora.

Technical design

The tech-design/ subdirectory contains high level description of architecture involved in building agora's governance system.

Implementation

Agora makes extensive use of plutarch. So it's prerequisite for understanding the implementation. Plutarch features an extensive guide, which explains many intricacies of plutarch and its use.

Glossary

The following is a list of words/shorthands that are frequently used:

  • Governance Token (GT): The token that holds value within the protocol and is used for voting, rewards, etc. Examples: Liqwid's LQ.
  • Authority Token (GAT): A token that delegates authority of a particular script / token. See tech-design/authority-token.md