logos.co/docs/comms.md

23 lines
1.3 KiB
Markdown
Raw Normal View History

2023-07-17 22:49:48 +00:00
---
title: Comms
2023-07-17 22:49:48 +00:00
sidebar_position: 4
2023-07-17 23:02:52 +00:00
description: Waku is the peer-to-peer communication layer for the Logos Network State.
2023-07-17 22:49:48 +00:00
---
2023-10-10 13:51:28 +00:00
# Waku
2023-07-18 08:34:19 +00:00
<p><u>Waku</u> is the peer-to-peer communication layer for the Logos network state. It removes centralised third parties from messaging, enabling private, scalable, censorship-resistant communication.</p>
2023-07-17 22:49:48 +00:00
**Private**: Waku leverages cutting-edge zero-knowledge encryption to guarantee all messaging and associated metadata benefit from rock-solid privacy, protecting users from third-party intervention.
**Censorship resistant**: Decentralised human and machine communication, with no single point of failure. Wakus native incentivization mechanism stimulates an expanding node distribution, promoting an increasingly secure network.
**Modular**: Waku protocols are adaptive, and can be customised based on unique demands. Waku is built to flourish even in resource-restricted environments like browsers and mobile devices.
**Scalable**: Waku employs message sharding for efficient throughput, while its discovery protocol ensures a user only connects to nodes serving messages they are interested in.
Waku is in production and is actively being used by projects like Status, Railgun, and WalletConnect v2.
[Visit Project](https://waku.org/) &nbsp; [Github](https://github.com/waku-org)