> For the complete documentation index, see [llms.txt](https://docs.nearby.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nearby.finance/overview/vision.md).

# Vision

### Building Infrastructure for a More Resilient Digital Future

Modern digital systems depend heavily on centralized infrastructure. Communication platforms, payment networks, cloud services and location providers have become critical components of everyday life. While these systems offer convenience and scale, they also introduce dependencies that can limit privacy, resilience and user control.

Internet outages, natural disasters, network congestion, infrastructure failures and service restrictions can disrupt access to communication and financial services when they are needed most. At the same time, the growing collection of location and behavioral data has created new challenges around privacy and digital autonomy.

Nearby Protocol was created to address these challenges.

Our vision is a world where people can verify their location, communicate with others and exchange value without sacrificing privacy or relying entirely on centralized infrastructure.

By combining zero-knowledge geolocation, mesh networking and offline payments, Nearby enables secure coordination in both connected and disconnected environments.

### Privacy by Default

Location is one of the most sensitive forms of personal information. Traditional applications often require users to reveal their exact coordinates in order to access services or prove eligibility.

Nearby introduces a different approach.

Using zero-knowledge proofs, users can prove statements about their location without exposing their precise position. A user may prove they are within a city, region, venue or country while keeping exact coordinates private.

Privacy is not treated as an optional feature. It is a foundational design principle.

### Resilience Beyond Connectivity

Access to communication and financial services should not depend entirely on continuous internet connectivity.

Nearby's architecture is designed to operate across a wide range of environments, including regions with limited connectivity, large public gatherings, remote communities, emergency situations and periods of infrastructure disruption.

Through decentralized mesh networking and offline transaction capabilities, users can continue coordinating and exchanging value even when traditional networks are unavailable.

### Empowering Local Communities

Nearby enables people to form temporary or persistent communities based on real-world proximity.

Whether attending a conference, participating in a festival, responding to an emergency or coordinating local activity, users can securely interact with others nearby while maintaining control over their identity and personal data.

The protocol enables trust through cryptographic verification rather than centralized intermediaries.

### The Three Layers of Nearby

Nearby Protocol is built around three interconnected layers:

#### Proof of Location

A privacy-preserving geolocation layer that enables users to generate verifiable proofs about their physical presence without revealing sensitive location data.

#### Nearby Mesh

A decentralized communication layer that enables anonymous, location-aware group communication through mesh networking.

#### OfflinePay

An offline settlement layer that enables peer-to-peer stablecoin transactions in environments where internet connectivity is unavailable or unreliable.

Together, these layers create a unified infrastructure for privacy-preserving coordination in the physical world.

### Looking Forward

As digital systems become increasingly interconnected, the need for privacy, resilience and user-controlled infrastructure continues to grow.

Nearby Protocol is building the tools that allow individuals and communities to coordinate securely, communicate freely and exchange value regardless of connectivity constraints or centralized dependencies.

The future of digital coordination should be private, resilient and accessible to everyone.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.nearby.finance/overview/vision.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.
