# Lokinet

Lokinet is open-source software which uses the Oxen Service Node network to operate a low-latency onion routing protocol. This allows users to browse the web without the destination or origin of data packets being exposed via [Lokinet exit nodes](https://docs.oxen.io/oxen-docs/products-built-on-oxen/lokinet/exit-nodes), as well as accessing internally-hosted services called [SNApps](https://docs.oxen.io/oxen-docs/products-built-on-oxen/lokinet/snapps).

{% embed url="<https://www.youtube.com/watch?v=pDIX7BF1y8U>" %}

### Why Lokinet?

Lokinet is an open-source, fully decentralised overlay network which allows users to browse the internet privately and securely, as well as access services (called SNApps) hosted on Lokinet. Lokinet achieves this through use of a low-latency onion routing protocol (LLARP) designed as a hybrid between I2P and Tor, while providing additional benefits.

When using Lokinet to browse the internet, encrypted data packets are routed through multiple service nodes. No single node ever knows the full path your data takes, so you can browse with true anonymity. Since these nodes are part of the Oxen network, they are also required (and economically incentivised) to provide high-quality service, unlike onion routers like Tor which rely on volunteers.

Lokinet also provides the benefit of being protocol-agnostic — while competing onion routers operate on the transport layer and are only able to carry TCP traffic, Lokinet operates on the network layer and is therefore able to onion-route any IP-based protocol: TCP, UDP, ICMP, etc. In plainer terms, this means Lokinet can relay real-time voice and video calls, video streams, and other high-bandwidth content which simply can't be routed over other onion routers.

### Get Lokinet

To download Lokinet, head over to [the Lokinet website](https://lokinet.org/).


---

# 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.oxen.io/oxen-docs/products-built-on-oxen/lokinet.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.
