From 4df5e098e6440a3263383b7d8047a56cdb424519 Mon Sep 17 00:00:00 2001 From: Ihor Diachenko Date: Thu, 18 Jul 2024 12:58:56 +0300 Subject: [PATCH] rm framework --- docs/overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview.mdx b/docs/overview.mdx index 80d67f26..14c42829 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -11,13 +11,13 @@ import IdealImage from '@site/src/components/IdealImage'; Rarimo is a privacy-first (zk) social protocol designed to facilitate the development of a new generation of social apps. Traditionally, social apps have had to balance user privacy against engagement. Rarimo resolves this tradeoff by enabling users to interact anonymously while maintaining a history of their actions, connections, and identity attributes. With Rarimo, users can selectively disclose specific information while keeping other aspects of their social graph private. The Rarimo Protocol is built on three foundational components: -- **Self-Issued Identity Framework**: This ensures that only verified, real individuals can participate in social apps, enhancing trust and authenticity. +- **Self-Issued Identity**: This ensures that only verified, real individuals can participate in social apps, enhancing trust and authenticity. - **Private Social Graph**: This infrastructure supports private yet verifiable social interactions, allowing users to engage without compromising their privacy. - **RariMe App**: This is a self-sovereign wallet for managing your identity, giving users full control over their personal data. Let's explore these components in detail to understand how the Rarimo Protocol operates. -## Verifiable self-issued identity framework +## Verifiable self-issued identity Creating a pseudonymous account without linking it to a real person is easy, but such identities often lead to issues like fake accounts (Sybil attacks) that disrupt social interactions.