
Token holders decide on the future of the Persistence One ecosystem.
At Persistence, we firmly believe in an idea-meritocracy, where the most innovative and valuable ideas should always prevail. We rely on our community to actively contribute by generating new ideas, engaging in meaningful discussions, contemplating significant topics, and challenging the existing status quo collectively. To initiate or participate in any discussions, we highly recommend visiting the Persistence Forum, which is linked below:
<Box
as={Link}
href="https://forum.persistence.one"
isExternal
display="block"
mb={4}
border="1px solid"
borderColor={themeColors.borderColor}
borderRadius="md"
p={4}
_hover={{
borderColor: themeColors.accent.primary,
bg: themeColors.sidebar.hover,
textDecoration: 'none'}}
transition="all 0.2s"
>
<HStack spacing={4} align="center">
<Box
boxSize="40px"
borderRadius="md"
bg={themeColors.accent.primary}
display="flex"
alignItems="center"
justifyContent="center"
flexShrink={0}
>
<Text color={themeColors.button.primaryTextColor} fontWeight="bold" fontSize="xl">P</Text>
</Box>
<Box flex="1">
<Text fontWeight="medium" color={themeColors.text[700]} mb={1}>
Persistence Forum
</Text>
<Text fontSize="sm" color={themeColors.text[500]}>
forum.persistence.one
</Text>
</Box>
<ChevronRightIcon color={themeColors.text[500]} boxSize={5} flexShrink={0} />
</HStack>
</Box>