# Why KayakNet?

## The Problem

In today's digital world, privacy is increasingly under threat:

* **Surveillance** - Governments and corporations monitor online activity
* **Censorship** - Content is blocked based on geography or politics
* **Data Harvesting** - Personal information is collected and sold
* **Single Points of Failure** - Centralized services can be shut down

Traditional solutions like VPNs only shift trust to another party. Tor provides anonymity but has usability issues and doesn't include built-in services.

## The Solution

KayakNet provides a complete anonymous ecosystem:

### 1. True Decentralization

* No central servers to shut down
* Every node is equal
* Network survives even if most nodes go offline

### 2. Built-in Anonymity

* All traffic routed through 3 hops (like Tor)
* End-to-end encryption on everything
* Traffic analysis resistance included

### 3. Integrated Services

* Chat that's private by default
* Marketplace with cryptocurrency escrow
* Domain system without ICANN

### 4. Easy to Use

* Single binary to run
* Browser proxy for easy access
* No technical knowledge required

## Comparison

| Feature                     | KayakNet | Tor | I2P | VPN |
| --------------------------- | -------- | --- | --- | --- |
| Decentralized               | ✅        | ✅   | ✅   | ❌   |
| Built-in Chat               | ✅        | ❌   | ❌   | ❌   |
| Marketplace                 | ✅        | ❌   | ❌   | ❌   |
| Crypto Escrow               | ✅        | ❌   | ❌   | ❌   |
| Domain System               | ✅        | ✅   | ✅   | ❌   |
| Traffic Analysis Resistance | ✅        | ⚠️  | ✅   | ❌   |
| Easy Setup                  | ✅        | ⚠️  | ❌   | ✅   |

## Use Cases

### Privacy-Conscious Users

* Communicate without surveillance
* Browse without tracking
* Trade without financial monitoring

### Journalists & Activists

* Protect sources
* Coordinate securely
* Publish censored content

### Developers

* Build decentralized applications
* Create privacy-preserving services
* Experiment with P2P technology

### Businesses

* Secure internal communications
* Private supply chain coordination
* Confidential transactions

## What KayakNet is NOT

KayakNet is designed for legitimate privacy needs. It is **not**:

* A tool for illegal activities
* A way to evade law enforcement
* An illicit marketplace
* A money laundering service

We believe privacy is a fundamental human right, but rights come with responsibilities.


---

# Agent Instructions: 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://docs.kayaknet.io/introduction/why-kayaknet.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.
