The Sensory Layer for Physical Intelligence — Web 4.0 Infrastructure
Oysterworld is building the sensory infrastructure for Physical Intelligence and the Web 4.0 era. The platform connects a distributed network of physical devices—smartphones, wearables, AI glasses, and pendants—into a unified data pipeline where every sensor reading is cryptographically verified through Physics-Informed Neural Networks (PINNs). The resulting high-fidelity, real-world data flows into an open marketplace where AI agents and applications consume verified physical-world intelligence. With over 25,000 DePIN nodes already deployed, Oysterworld transforms passive consumer hardware into active participants in a decentralized sensing economy.
The physical foundation of the network. Each device operates as an autonomous DePIN node, continuously generating sensor telemetry from its embedded hardware. The heterogeneous device fleet provides broad environmental coverage across geographies and modalities.
| Device | Sensors | Status | Nodes |
|---|---|---|---|
| ClawPhones | GPS, accelerometer, gyroscope, barometer, ambient light, proximity, magnetometer, camera, microphone | Deployed | 25,000 |
| Puffy Health | PPG heart rate, SpO2, skin temperature, 3-axis accelerometer, gyroscope | Pre-order | 10,000 reserved |
| ClawGlasses | RGB camera, IMU, ambient light, proximity, bone-conduction audio | Beta 2026 | — |
| AI Pendant | Microphone array, BLE beacon, accelerometer, temperature | Coming Soon | — |
| OpenClaw (Software) | All Android-accessible sensors via software agent | Available | Included in ClawPhones |
OpenClaw is the open-source on-device agent that transforms raw sensor readings into structured, transmission-ready data packets. Running natively on Android, it handles the full ingestion lifecycle from capture through delivery.
The PINNs (Physics-Informed Neural Networks) Engine is the core trust layer. It validates incoming sensor data against known physical laws, catching spoofed readings, faulty hardware, and adversarial inputs before they enter the verified data store.
Verified data is persisted in a multi-tier storage architecture optimized for both real-time queries and long-term archival. Cryptographic proofs are anchored on-chain for immutable auditability.
The marketplace exposes verified sensor data to external consumers through programmatic APIs and a licensing framework. AI agents, researchers, and application developers can query, stream, and license data based on type, geography, time range, and confidence level.
| Domain | Mechanism | Details |
|---|---|---|
| Device Identity | Hardware attestation | Each node holds a unique cryptographic key pair provisioned at enrollment. All data payloads are signed at the device level, establishing tamper-evident provenance. |
| Transport Security | TLS 1.3 + certificate pinning | End-to-end encryption between device and ingestion endpoints. Certificate pinning prevents MITM attacks even on compromised networks. |
| Data Integrity | PINNs + Merkle proofs | Physics-based verification rejects spoofed data. Merkle roots anchored on-chain provide immutable proof of the verified dataset at any point in time. |
| User Privacy | Differential privacy + k-anonymity | Location data is generalized to H3 cells before storage. Personal identifiers are stripped at the edge. Aggregation queries enforce k-anonymity thresholds. |
| Access Control | OAuth 2.0 + RBAC | API consumers authenticate via OAuth 2.0. Role-based policies control data granularity and query scope. All access is logged and auditable. |
| Open Source | Public audit | Core components (OpenClaw agent, PINNs models) are open-sourced on GitHub, enabling community review and independent security auditing. |
The architecture is designed to scale horizontally at every layer, from device enrollment through data consumption. The following mechanisms ensure the system grows gracefully as the network expands from 25K to millions of nodes.
| Layer | Scaling Strategy | Current Capacity |
|---|---|---|
| Device Layer | Permissionless enrollment. Any compatible device can join the network by installing OpenClaw and completing attestation. No central bottleneck for onboarding. | 25K active nodes |
| Data Pipeline | Edge-first processing reduces server-side load. Ingestion endpoints scale horizontally behind load balancers. Backpressure mechanisms prevent overload. | Millions of observations/day |
| PINNs Engine | Verification is stateless and parallelizable. GPU-accelerated inference workers scale independently. Batch processing amortizes overhead across observations. | Sub-second per batch |
| Storage | Partitioned by time and H3 cell. Hot data in time-series DB with automatic tiering to cold storage. Decentralized archival (IPFS/Filecoin) offloads long-term persistence. | Petabyte-ready |
| API / Marketplace | Stateless API servers behind CDN and load balancer. Read replicas for query scaling. Rate limiting and caching reduce redundant computation. | Thousands of concurrent consumers |