> 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/why-nearby.md).

# Why Nearby?

### Rethinking Digital Infrastructure

Modern society relies on a small number of interconnected systems to communicate, navigate and exchange value. Internet connectivity, location services, payment networks and cloud infrastructure have become essential components of daily life.

While these systems have enabled unprecedented levels of global connectivity, they have also created new dependencies. Communication platforms rely on centralized providers, payment systems depend on continuous network availability and location services often require users to surrender highly sensitive personal data.

As these dependencies grow, so do the risks associated with outages, censorship, surveillance and infrastructure failures.

Nearby Protocol was designed to address these challenges by creating a more resilient and privacy-preserving foundation for real-world coordination.

***

### The Connectivity Problem

Many digital services assume that internet access is always available.

In reality, connectivity can be disrupted for a variety of reasons:

* Natural disasters
* Infrastructure failures
* Power outages
* Network congestion
* Remote geographic locations
* Emergency situations
* Service disruptions

Large gatherings such as conferences, festivals, concerts and sporting events can also place significant strain on local network infrastructure, making communication difficult even when mobile coverage exists.

When connectivity becomes unavailable, users often lose access to critical communication channels and financial services at the exact moment they need them most.

Nearby takes a different approach.

The protocol is designed to support communication and value transfer even when internet connectivity is limited, unreliable or temporarily unavailable.

***

### The Location Privacy Problem

Location data is among the most sensitive forms of personal information.

A person's location history can reveal:

* Daily routines
* Places of residence
* Work locations
* Social relationships
* Personal interests
* Travel habits

Many modern applications collect precise location data as a prerequisite for participation. In most cases, users must choose between accessing a service and preserving their privacy.

This creates an unnecessary trade-off.

Nearby introduces a privacy-first model where users can prove location-related facts without exposing exact coordinates.

Instead of sharing where they are, users can prove statements about where they are.

For example, a user may prove that they are:

* Within a city
* Inside a venue
* Located within a country
* Present at an event
* Eligible for a location-based reward

without revealing their precise position.

This approach minimizes data exposure while preserving functionality.

***

### The Centralization Challenge

Much of today's digital infrastructure is controlled by centralized platforms and service providers.

Communication channels, payment processors, cloud infrastructure and location services are often operated by a limited number of entities.

While centralized systems provide convenience and scalability, they can also introduce:

* Single points of failure
* Service restrictions
* Data collection risks
* Limited transparency
* Reduced user control

As digital infrastructure becomes increasingly important to everyday life, resilience and user autonomy become equally important considerations.

Nearby is designed to reduce dependence on centralized intermediaries by enabling peer-to-peer coordination wherever possible.

***

### Why Mesh Networks Matter

Traditional communication systems depend on fixed infrastructure such as mobile towers, internet service providers and cloud-based services.

Mesh networking takes a different approach.

Instead of routing all communication through centralized infrastructure, devices can communicate directly with nearby peers and relay information across a local network.

This creates several advantages:

* Increased resilience
* Reduced dependence on centralized infrastructure
* Local communication during outages
* Improved accessibility in remote areas
* Community-driven connectivity

Mesh networking allows communication networks to emerge organically wherever people gather.

In environments where traditional infrastructure is unavailable or overloaded, local communication can continue through nearby devices participating in the network.

***

### Why Offline Payments Matter

Most digital payment systems require continuous connectivity to validate and process transactions.

This dependency creates limitations in environments where internet access is unreliable or unavailable.

OfflinePay addresses this challenge by separating transaction execution from global settlement.

Users can exchange value locally using cryptographically secured payment notes, while final settlement occurs later when connectivity is restored.

This enables commerce and coordination to continue even when conventional payment rails become inaccessible.

The result is a more resilient financial layer capable of supporting real-world activity across a wider range of environments.

***

### Building for an Uncertain Future

The future will likely bring both greater connectivity and greater complexity.

As societies become more dependent on digital systems, the ability to maintain communication, privacy and economic activity during periods of disruption becomes increasingly important.

Whether the challenge is infrastructure failure, emergency response, remote connectivity, network congestion or evolving privacy concerns, resilient systems will play a critical role in supporting communities.

Nearby Protocol is being built with this future in mind.

By combining privacy-preserving location verification, decentralized communication and offline payments, Nearby creates infrastructure that continues to function when traditional assumptions about connectivity and trust no longer apply.

The goal is simple:

Enable people to coordinate, communicate and exchange value wherever they are, under any connectivity conditions, while maintaining control over their data and privacy.


---

# 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/why-nearby.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.
