> For the complete documentation index, see [llms.txt](https://butterflylabs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://butterflylabs.gitbook.io/docs/vision-and-protocol-overview/fracture-and-reconstruction-in-the-digital-interconnected-era.md).

# Fracture and Reconstruction in the Digital Interconnected Era

## 🦋 Summary and Manifesto

In an age of intense digital connectivity, human society faces an unprecedented loneliness crisis. Although Web2 social networks greatly reduced the cost of remote communication, they paradoxically erode genuine interactions in physical reality.

> **“We swipe past thousands of virtual avatars, yet miss the person right in front of us.”**

Existing centralized social giants not only monopolize users' data sovereignty through algorithms, but also commodify users' attention, resulting in the alienation of “scrolling as socializing.” Contemporary social media platforms are built on **Client-Server** architecture, which is essentially **Location-Agnostic**(location-agnostic). While it allows us to transmit information instantly to the other side of the planet, it often overlooks potential connections we pass by in physical space.

**Butterfly**aims to build a new social network driven by “presence.” We do not rely on centralized servers for instant messaging; instead, we leverage mobile devices' edge computing capabilities to create a privacy-first social network that can discover one another without the internet.

### 🚨 Systemic Risks of the Current Architecture

This architecture not only flattens social experiences, but also brings three systemic risks:

{% hint style="danger" %}
**1. Fragility due to infrastructure dependency** In natural disasters, network congestion (such as at large music festivals), or remote areas, centralized services that rely on cellular networks or Wi‑Fi can fail completely, resulting in communication outages.

**2. Loss of data sovereignty** Users' social graphs (**Social Graph**) are locked in proprietary databases. Users cannot carry their accumulated reputation or network of relationships to other platforms, creating a severe platform lock‑in effect.

**3. Mismatch between privacy and value** To maintain a free-service business model, platforms must monitor user behavior to target ads precisely. Every user interaction generates value, but that value is captured by the platform instead of being returned to users.
{% endhint %}

### 🛠 The Mission of the Butterfly Protocol

**We are building the missing social layer for the real world — a decentralized protocol that converts physical “presence” into provable value.**

The Butterfly Protocol aims to, by introducing **“Proof of Connection (PoC)”** mechanisms and a decentralized Bluetooth Mesh network, reconstruct the underlying logic of social networks.

{% hint style="success" %}
**Reconstructing the Social Layer**

The Butterfly Protocol is not just a dating app or a chat tool; it is a physical reconstruction of the internet's social layer.

By anchoring digital identity to physical presence (**Presence**) and leveraging the decentralizing properties of Bluetooth Mesh networks and **the Proof of Connection (PoC)** mechanism, we transform the physical world's “**Serendipity**” into immutable digital assets, returning social capital to the hands of users.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://butterflylabs.gitbook.io/docs/vision-and-protocol-overview/fracture-and-reconstruction-in-the-digital-interconnected-era.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
