From 0e9825bf768d5d7d930f0b3be0464ac60958e07f Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 14 Feb 2022 23:06:55 +0000 Subject: [PATCH] Update faq.md --- faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/faq.md b/faq.md index 9d12a24..7bed065 100644 --- a/faq.md +++ b/faq.md @@ -4,6 +4,10 @@ sitemap: true # FAQ +### Why Yggdrasil? + +Yggdrasil was created in order to build a decentralised routing scheme for mesh networks that can potentially operate at a global scale, motivated in particular by significant performance and scaling issues that were present in [cjdns](https://github.com/cjdelisle/cjdns) at the time. However, Yggdrasil is not a fork — it is a separate standalone project. See the [About](about.md) page for more information around the problems we are trying to solve. + ### Is Yggdrasil safe? All traffic sent across the Yggdrasil network is encrypted end-to-end. Assuming that our crypto is solid, it cannot be decrypted or read by any intermediate nodes, and can only be decrypted by the recipient for which it was intended. However, please note that Yggdrasil has not been officially externally audited.