From 449e255f647de2175482faeaae0a56464b933a59 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:27:14 +0900 Subject: [PATCH 1/4] fix typo README.md "incitives" -> "incentives" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e002d..415dfb5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Vana aligns incentives between data owners, developers, and data consumers. It c Learn more about the core concepts of the Vana Network by exploring these sections: -
Network OverviewUnderstand the core building blocks of the Vana ecosystem
RolesExplore the different participants and their role in the Vana network
Key ElementsUnderstand how data is transformed and validated and incitives will work
+
Network OverviewUnderstand the core building blocks of the Vana ecosystem
RolesExplore the different participants and their role in the Vana network
Key ElementsUnderstand how data is transformed and validated and incentives will work
To participate in the network, you can: From 0dad60b714eb173006bd1b4ea1b19700d29e36a0 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:28:15 +0900 Subject: [PATCH 2/4] fix typo faq.md "gardensn" -> "gardens" --- other/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/faq.md b/other/faq.md index 5eeb167..a9ac6b3 100644 --- a/other/faq.md +++ b/other/faq.md @@ -16,7 +16,7 @@ Vana addresses these challenges through: ### Why does data ownership help me as a builder? -Data ownership unlocks better AI by allowing access to new training datasets. Proper attribution and incentives enable frontier AI models collectively owned and governed by contributors with datasets that would otherwise be I walled gardensn. Data portability levels the playing field by allowing builders to access cross-platform data. +Data ownership unlocks better AI by allowing access to new training datasets. Proper attribution and incentives enable frontier AI models collectively owned and governed by contributors with datasets that would otherwise be I walled gardens. Data portability levels the playing field by allowing builders to access cross-platform data. ### Why haven't any data ownership projects succeeded yet? From a7f7792a9cd92f4f36a4c666105e918ab9c3f0d3 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:40:25 +0900 Subject: [PATCH 3/4] fix typo data-privacy.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's hard to understand the exact meaning of ‘retreive’. If it's a typo, it should be ‘retrieve’. I've left it in because it's not clear to me. "receipient" -> "recipient" --- core-concepts/data-ingress/data-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-concepts/data-ingress/data-privacy.md b/core-concepts/data-ingress/data-privacy.md index 359ce6e..8d01317 100644 --- a/core-concepts/data-ingress/data-privacy.md +++ b/core-concepts/data-ingress/data-privacy.md @@ -14,7 +14,7 @@ The steps are as follows: 2. They are prompted to sign a fixed message (the encryption seed) with their wallets, creating a unique signature that can only be recreated by signing that same message using that same wallet. 3. The generated signature is used as the encryption key (EK) to encrypt the file F using a symmetric encryption technique, creating an encrypted file EF. 4. The encryption key EK is then encrypted with the trusted party's public key, making an encrypted encryption key (EEK). -5. The encrypted file EF and encrypted encryption key EEK can be safely shared with the intended receipient. +5. The encrypted file EF and encrypted encryption key EEK can be safely shared with the intended recipient. ## Decrypting Data From ffec2bd02dce6c5ecb114b5a05058225ad8ff4aa Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:43:04 +0900 Subject: [PATCH 4/4] fix typo connectome.md "propogators" -> "propagators" --- core-concepts/network-overview/connectome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-concepts/network-overview/connectome.md b/core-concepts/network-overview/connectome.md index a228d47..b635de6 100644 --- a/core-concepts/network-overview/connectome.md +++ b/core-concepts/network-overview/connectome.md @@ -14,6 +14,6 @@ layout: # Connectome -The Connectome is a decentralized ledger of real-time data transactions throughout Vana’s ecosystem. Using proof-of-stake consensus, Connectome [propogators](../roles/propagators.md) propagate [data transactions](../key-elements/data-transactions/) within the network. This ensures that DLP token transfers are valid and allows for cross-DLP data access by user-owned data applications. +The Connectome is a decentralized ledger of real-time data transactions throughout Vana’s ecosystem. Using proof-of-stake consensus, Connectome [propagators](../roles/propagators.md) propagate [data transactions](../key-elements/data-transactions/) within the network. This ensures that DLP token transfers are valid and allows for cross-DLP data access by user-owned data applications. The Connectome allows external parties to view and monitor data transactions throughout the network. Moreover, the Connectome is EVM-compatible allowing for interoperability with other EVM networks, protocols, and DeFi applications.