Skip to content

Commit ddd1a7d

Browse files
committed
Merge branch '232-messages-faqs' into develop
2 parents 831fa29 + 0a4c72a commit ddd1a7d

File tree

5 files changed

+100
-1
lines changed

5 files changed

+100
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
id: 438
3+
revision: 0
4+
language: en
5+
hide:
6+
- navigation
7+
---
8+
9+
# About the Ethereum blockchain
10+
11+
:octicons-tools-24: In progress
12+
13+
!!! note ""
14+
We're working on this content.
15+
16+
--8<-- "includes/urls-en.txt"

docs/en/using-status/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Send messages and files, create group chats or explore decentralized apps with t
3030
- [**Join** a group chat][join-a-group-chat]
3131
- [**Leave** a group chat][leave-a-group-chat]
3232

33+
## Message features and tools
34+
35+
- [About Status **messages**][about-status-messages]
36+
- [Messages **FAQs**][messages-faqs]
37+
- [**Edit** and **delete** your messages][edit-and-delete-your-messages]
38+
- [**Pin** a message][pin-a-message]
39+
3340
## Format and style messages
3441

3542
- [**Format** your messages][format-your-messages]

docs/en/using-status/messages-faqs.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,76 @@ hide:
77
---
88

99
# Messages FAQs
10+
11+
Messaging others is an important part of your Status experience, along with [Status Communities][how-to-use-communities-your-quick-start-guide], the [Status Wallet][how-to-use-status-wallet-your-quick-start-guide] and the [Status Web3 browser][how-to-use-status-browser-your-quick-start-guide]. In Status, you can message others and chat in communities privately and securely.
12+
13+
The Status app provides a privacy-centric messenger using decentralized [peer-to-peer (P2P) technology][about-status-messages] and strong end-to-end (E2EE) encryption.
14+
15+
## General questions
16+
17+
### What makes Status messaging decentralized?
18+
19+
Instead of centralized networks, which rely on servers controlled by corporations or governments, Status uses a distributed network of nodes. This network is based on Waku, a [peer-to-peer protocol][about-status-messages] for private, secure and censorship-resistant communication.
20+
21+
In a distributed network, users can securely and directly exchange data without intermediaries that could potentially compromise their privacy.
22+
23+
### Peer-to-peer networks send messages to every node. Is this not a risk?
24+
25+
No, it's not. While it's true that messages are sent to every node in a peer-to-peer network, these messages are encrypted. Only the intended recipient can decrypt and read the message.
26+
27+
### How is Status messaging censorship-resistant?
28+
29+
The Status peer-to-peer network ensures the resilience of the messaging network. For instance, when a network node is shut down or blocked, you can still connect to other nodes.
30+
31+
Status supports free speech infrastructure that prevents us, or anyone else, from censoring you.
32+
33+
!!! note
34+
Nodes in the network still rely on having an internet connection. So if your internet provider (or an authoritarian regime) shuts down your network, Status messaging won't work.
35+
36+
## Status messaging
37+
38+
### Are my messages in the blockchain?
39+
40+
No, your messages are not in the blockchain and are not transported through the [Ethereum network][about-the-ethereum-blockchain]. Messages are temporarily stored in the peer-to-peer network.
41+
42+
### Can I delete my messages?
43+
44+
Yes, you can always [edit and delete your messages][edit-and-delete-your-messages].
45+
46+
In some cases, users may still see your original messages, even after you edit or delete them. Check out [Edit and delete your messages][edit-and-delete-your-messages] for more information.
47+
48+
### If I'm disconnected, can I still access my messages?
49+
50+
The [peer-to-peer network][about-status-messages] store messages that couldn't be delivered for up to 30 days. Your device downloads and securely stores these messages permanently when you connect to the network. Messages stored on your device are always available offline.
51+
52+
## Privacy and security
53+
54+
### How does Status protect my privacy?
55+
56+
Status implements end-to-end encryption (E2EE) using [cryptographic keys][understand-your-status-keys-and-recovery-phrase]. When you send a message, the message is encrypted using the recipient's public key. The only way to decrypt the message and read its content is by using the recipient's private key. Even if a malicious actor intercepts the message, they can't read its content as they don't have the private key.
57+
58+
!!! note
59+
The [Waku network][waku] implements additional privacy capabilities in addition to E2EE, such as sender anonymity or metadata protection.
60+
61+
### Other messaging apps use E2EE encryption; why use Status?
62+
63+
While other messaging apps offer E2EE encryption, their centralized network design allows interpretation of who is talking to whom and where. These messaging apps can collect and sell your data and create a profile about you.
64+
65+
We've built Status so your information is secure and out of our reach. However, it's important to remember that no privacy tool can guarantee absolute data security.
66+
67+
### Can Status read my messages?
68+
69+
No. No one besides you and the intended recipient can read your messages. For more information on how Status messaging protects your privacy, check out [About your Status keys][about-status-keys].
70+
71+
### Who owns the peer-to-peer network nodes?
72+
73+
Anybody running the Status app becomes a node in the peer-to-peer network. This contributes to a more decentralized and resilient network.
74+
75+
!!! note
76+
Currently, Status runs nodes to ensure messages can be delivered reliably to disconnected peers.While all traffic is encrypted and out of Status reach, we hope to reduce Status participation progressively.
77+
78+
### Is Status really decentralized if Status runs some of the network nodes?
79+
80+
The fact that Status users are part of the network is a crucial feature of the decentralized design. As long as the network remains open and accessible to all users and is not controlled by a single entity, Status' operation of some network nodes does not undermine this design.
81+
82+
--8<-- "includes/urls-en.txt"

docs/en/your-profile-and-preferences/understand-your-status-keys-and-recovery-phrase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Using cryptographic keys, Status gives you complete control over your data. You
1515
!!! tip
1616
For common questions about your Status keys and recovery phrase, check out [FAQ: Status keys and recovery phrase][faq-status-keys-and-recovery-phrase].
1717

18-
## About your Status keys
18+
## About your Status keys {: #about-status-keys }
1919

2020
When you [create a new Status profile][run-the-status-app-for-the-first-time], the Status app generates a public and a private cryptographic key (a key pair). In essence, these keys are very large numbers securely stored on your device and protected by your Status password.
2121

includes/urls-en.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[using-status]: /en/using-status/
66
[your-profile-and-prefences]: /en/your-profile-and-preferences/
77

8+
[about-the-ethereum-blockchain]: /en/getting-started/about-the-ethereum-blockchain
89
[add-a-contact-in-status]: /en/getting-started/add-a-contact-in-status
910
[add-a-new-device-to-your-status-profile]: /en/getting-started/add-a-new-device-to-your-status-profile
1011
[create-or-restore-your-status-profile-using-a-recovery-phrase]: /en/getting-started/create-or-restore-your-status-profile-using-a-recovery-phrase
@@ -29,6 +30,7 @@
2930
[edit-and-delete-your-messages]: /en/using-status/edit-and-delete-your-messages
3031
[enable-rich-link-previews-in-messages]: /en/using-status/enable-rich-link-previews-in-messages
3132
[format-your-messages]: /en/using-status/format-your-messages
33+
[how-to-use-status-browser-your-quick-start-guide]: /en/using-status/how-to-use-status-browser-your-quick-start-guide
3234
[join-a-group-chat]: /en/using-status/join-a-group-chat
3335
[leave-a-group-chat]: /en/using-status/leave-a-group-chat
3436
[messages-faqs]: /en/using-status/messages-faqs
@@ -80,6 +82,7 @@
8082

8183
[about-keycard]: /en/your-profile-and-preferences/about-keycard
8284
[about-your-status-display-name]: /en/your-profile-and-preferences/about-your-status-display-name
85+
[about-status-keys]: /en/your-profile-and-preferences/understand-your-status-keys-and-recovery-phrase#about-status-keys
8386
[back-up-and-secure-your-recovery-phrase]: /en/your-profile-and-preferences/back-up-and-secure-your-recovery-phrase
8487
[back-up-your-recovery-phrase]: /en/your-profile-and-preferences/back-up-and-secure-your-recovery-phrase#backup-your-recovery-phrase
8588
[block-or-unblock-someone-in-status]: /en/your-profile-and-preferences/block-or-unblock-someone-in-status

0 commit comments

Comments
 (0)