Taichia will save some key-value pairs of your DAO information on the blockchain. In order to reduce the size of the puzzle, these keys are named in abbreviations and with "!" prefix.
Key | Data Type | Required | Description |
---|---|---|---|
!COMM | URI | No | DAO community URL, e.g. Discord, Reddit. If you need to input multiple links, split them by "|" |
!DESC | String|Markdown | Yes | The description of your DAO |
!DID | DID | No | The Chia DID of your DAO |
!LOGO | URI | Yes | The link of your DAO logo |
!MDMT | Number|Percentage | Yes | The required amount of governance tokens for creating a metadata set. |
!NEWS | URI | No | DAO news channel URL, e.g. Twitter. If you need to input multiple links, split them by "|" |
!RDMT | Number|Percentage | Yes | The required amount of governance tokens for creating a payroll plan. |
!TNAME | String | Yes | The full name of your governance token |
!TOKEN | Hex | Yes | The asset ID of your governance token |
!TSUP | Number | Yes | The total supply of your governance token |
!TSYM | String | Yes | The symbol of your governance token |
!WEB | URI | Yes | DAO official website URL |
!VMD | Number | Yes | A vote has to last how many days at least. |
!VMT | Number|Percentage | Yes | The required amount of governance tokens for creating a proposal. |