Profile is a component specifically designed to provide introductory information for DAOs. Any mode of DAO (Vintage, Flex, Collective) can use Profile to display richer introductory information. The information in Profile will be displayed on the following pages:
- The Explore page of DAOSquare Incubator.
- The Homepage of DAO.
- The About page of DAO.
Technical Solution
Profile component use Arweave as the data storage layer to ensure the decentralized architecture of DAOSquare Incubator. You can view the relevant data of Profile on Arweave here. It should be noted that since the content of Profile is actively submitted by the DAO, the information itself does not have on-chain verifiability.
Parameters
Profile consists of three types of data: Image, Link, Text. On the front-end UI level, these three types of data are divided into three categories: Info, Social, Visuals. The following is a detailed introduction:
Category | Items | Data Type | Description |
Info | DAO Name | Text | DAO Name is a unique name for a DAO in the DAOSquare Incubator, similar to an ID, and thus it cannot be repeated. Currently, once a DAO is successfully deployed, it cannot be modified. However, the DAOSquare protocol has reserved the ability to modify it, which will be opened in the future, allowing the DAO to change it. DAO Name supports multiple languages, spaces, and symbols, with a maximum character limit of 32. |
Info | Oneline | Text | The one-sentence brief of DAO, supports multiple languages, spaces, and symbols, with a maximum character limit of 30. |
Info | Description | Text | Introduction to DAO, supports multiple languages, spaces, symbols, with a maximum character limit of 500. |
Info | DAO Paper Link | Link | Any documents, agreements, instructions, charters, statements, declarations, etc. that a DAO wishes to make public. |
Info | Application Link | Link | Membership applications, project fundraising applications, and any other applications that the DAO wishes to make public. |
Social | Twitter | Link | The Twitter of DAO. |
Social | Discord | Link | The Discord of DAO. |
Social | Forum | Link | The forum of DAO. |
Social | Website | Link | The official site of DAO. |
Visuals | Avatar | Image | The avatar of DAO, supports png, jpg, gif, svg file. 1:1 is recommended, with a maximum file size limit of 1 MB. |
Visuals | Banner | Image | The banner image located at the top of the DAO homepage. Supports png, jpg, gif, svg file. 1552x256 is recommended, with a maximum file size limit of 5 MB. |
Visuals | Cover | Image | The cover image of the DAO, which will be displayed on pages such as Explore in the DAOSquare Incubator. Supports png, jpg, gif, svg file. 4:3 is recommended, with a maximum file size limit of 5MB. |
How To Use Profile
In DAOSquare Incubator, regardless of the type of DAO (Vintage, Flex, Collective), the Profile setting entry can be found in the Settings tab of the Management page. Profile is an Action rather than a Proposal, and any DAO Governor can set or modify the Profile. Setting the Profile requires identity verification by wallet.
← Previous
Next →
On this page