Introduction
Overview
INCOG AI is a privacy-first browsing and network infrastructure protocol designed to systematically eliminate the surveillance surface of modern internet interactions. The protocol addresses a fundamental asymmetry in contemporary web architecture: browsers and network intermediaries accumulate behavioral, telemetric, and metadata signals at a rate far exceeding what users observe or consent to, while the economic incentives of incumbent infrastructure operators are structurally misaligned with user privacy.
This documentation covers the full technical specification of the INCOG AI system, including the browser isolation model, the decentralized relay mesh architecture, the node operator participation layer, the $INCOG token incentive system, the privacy-preserving wallet module, and the in-browser private inference runtime.
Design Philosophy
Privacy as an Architectural Property
Most existing privacy solutions are additive — extensions, VPN overlays, or consent frameworks bolted onto surveillance-first architectures. INCOG AI treats privacy as a foundational architectural constraint. Every system component is designed from first principles around the question: what is the minimum information that needs to be observable for this function to work?
This approach rejects the notion that privacy can be achieved through policy or legal compliance alone. Privacy must be enforced by the architecture itself, not promised by the operator.
Trust-Minimized Design
INCOG AI operates under a trust-minimized design philosophy. The protocol is constructed so that no single party — including INCOG AI itself — needs to be trusted to maintain user privacy. This is achieved through:
- Client-side execution of privacy-sensitive operations
- Distributed relay routing across independent node operators
- Open cryptographic protocols for relay coordination
- Token-aligned incentive structures that punish defection
Adversarial Assumptions
The threat model underlying INCOG AI assumes adversarial observers at multiple layers of the network stack: passive traffic analysis at the ISP and CDN level, active fingerprinting by first and third-party web properties, behavioral profiling by browser vendors, and correlation attacks by entities controlling multiple relay hops.
The protocol is designed to remain resilient against passive surveillance across all these layers simultaneously, rather than optimizing against a single threat vector.
System Components
The INCOG AI protocol consists of six primary components:
| Component | Function |
|---|---|
| INCOG Privacy Browser | Hardened browsing client with isolation-first execution model |
| INCOG Mesh Network | Decentralized relay infrastructure for traffic routing obfuscation |
| Node Operator Layer | Hardware-backed relay participation and reward distribution |
| $INCOG Token | Incentive coordination and network participation alignment |
| INCOG Wallet | Privacy-preserving on-chain interaction layer |
| INCOG LLM | Private inference runtime for browser-integrated AI |
How to Use This Documentation
This documentation is structured to serve multiple audiences simultaneously. Engineers building on or integrating with the INCOG AI protocol should read the core architecture and system design sections first. Node operators should prioritize the network and hardware layer sections. Token participants and governance stakeholders should focus on the token and incentive model sections.
The threat model section is required reading for anyone making security assumptions about the protocol — it defines the boundaries of what the system does and does not protect against.
Status
INCOG AI is in active development. The initial product — the INCOG Privacy URL Shortener — is live. The Privacy Browser is in active development. Subsequent protocol layers are specified in this documentation and will ship in deliberate phases, each building on verified infrastructure from the previous phase.
Readers should treat specifications for components marked as planned or in-development as protocol design documents, not as descriptions of currently deployed infrastructure.
