PROTOCOL v0.1 OFFLINE READY
COORDINATION SUBSTRATE

P A N G A E A

Local-first coordination for small groups.
Peer-to-peer messaging. Offline-first. No central authority.
Designed to work when infrastructure fails.

5-12
CELL SIZE
OFFLINE FIRST
LOCAL DATA
THIS NOT
  • Social network
  • Marketplace
  • DAO
  • Ideological theater
THIS IS
  • Coordination substrate
  • Constraint solver
  • Logistics layer
  • Emergency infrastructure
SACRIFICED
GAINED
Virality
Survivability
Growth curves
Fault tolerance
Engagement metrics
Execution speed
Monetization hooks
User autonomy

Four surfaces. State over people. Execution over engagement.

01

Capabilities

Structured inventory. Skills, tools, resources, availability. Binary and quantitative. No bios.

Can repair small engines
Has solar inverter
Available 10 hrs/week
02

Needs / Tasks

Post needs as executable units. Location, deadline, risk, dependencies. Claimable. Offline creation.

Location Deadline Risk level
03

Cell

Current group composition. Redundancy gaps. Trust state. Explicit fragility warnings. No chat-first.

2 members have overlapping skills
No medical capability
04

Decisions

Propose → Object → Execute. Time-boxed. Silence equals consent. Prevents paralysis.

Propose Object window Execute

TRUST INDICATOR

npub...
Member
CELL-7A2F
4/5
commitments completed (last 30 days)

Open for trust. Closed for execution. Optimized for survival.

The Substrate

A 1:1 fork of the Bitchat core. Handles Noise Protocol handshakes, P2P transport, and local data persistence. Fully auditable, stateless, and forkable.

The Intelligence

Pangaea’s unique coordination layer. Decodes encrypted substrate events into the Cell State, skill-matching graphs, and survival-task dependencies.

Local-First

No global usernames. No centralized databases. All coordination logic and identity keys live on-device, never on a server.

Mesh Topology

Designed for total infrastructure failure. Syncs via LoRa, Bluetooth, or LAN. Cells function as self-sufficient enclaves when the world goes dark.

EXECUTION LAYER

THE COMPOSITION ENGINE

Private group formation via constraint-satisfaction, not social matchmaking.

DECODES (OPEN)
  • Encrypted Skill Graphs
  • Proximity Envelopes
  • Dependency Events
OPTIMIZES (CLOSED)
  • Cell Fragility Analysis
  • Redundancy Gap Logic
  • Execution Flow Scoring

Built like emergency infrastructure, not a startup product.

CLIENT
Native iOS (Swift)
Android coming
  • Mobile-first, iOS priority
  • SQLite with SQLCipher
  • Everything works offline first
NETWORKING
P2P Mesh Protocol
LoRa / BLE / Internet
  • Peer-to-peer sync, no central relay
  • Fallback: LoRa → Bluetooth → Internet
  • End-to-end encryption everywhere
BACKEND
Go / Rust
Optional, replaceable
  • Rendezvous, relay, encrypted blob store
  • No business logic authority
  • Stateless where possible
SECURITY
Key-based identity
Social key escrow
  • Public/private key pairs per cell
  • Keys rotate per cell membership
  • No central kill switch
DATA MODEL
Persistence
Event-sourced
Conflicts
CRDTs
Versioning
Explicit
Forking
Native, not exceptional
HARDWARE

THE SIDECAR

LoRaWAN Mesh Repeater. Extends range from 50 feet to 5+ miles.

CORE
LoRa Radio (915/868 MHz)
POWER
10,000mAh battery + solar controller
BUILD
IP67 waterproof, no screen to break
FIRMWARE
Meshtastic / Reticulum compatible
I/O
USB-C + physical purge button
SHELF LIFE
10+ years (replaceable 18650 cells)
"The app is free. If you want your cell to communicate over 5 miles instead of 50 feet, buy the Sidecar."
  • Holds identity and mesh state
  • Works as "dead drop" store-and-forward
  • Phone is disposable, Sidecar persists
  • Pangaea-compatible out of the box

INFRASTRUCTURE REQUIREMENTS

Cheap, disposable servers Multiple jurisdictions Self-hostable No cloud lock-in Open protocol Clients verify everything

Coordination without a paper trail.

01

The Substrate: Auditable Core

Pangaea’s transport layer is an 1-to-1 fork of the Bitchat protocol. We utilize the Noise Protocol Framework (Noise_XX_25519_ChaChaPoly_SHA256) to ensure that group coordination logic is never exposed to intermediate relay nodes.

git diff main..bitchat-upstream/main
02

Hardware: The "Dumb Pipe" Sidecar

The Sidecar bridge operates as a stateless relay. It extends the mesh range to 5 miles via LoRa but lacks the keys to decrypt the coordination events passing through it. Physical seizure of hardware yields zero group data.

PANIC PROTOCOL

Pangaea inherits the Triple-Tap Emergency Wipe feature. In a high-risk encounter, three taps on the app logo instantly erases all local coordination data, task lists, and cryptographic identities.