> For the complete documentation index, see [llms.txt](https://docs.unich.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unich.com/unich-network/system-architecture/peer-meet-and-location-verification.md).

# Peer Meet and Location Verification

**Process:** one party generates a QR code from the app; the other scans it. The system verifies that both Nodes are at the same geographic location at the same time. If successful, the Peer Meet is recorded and both Nodes have their Mining Rates upgraded.

Important to emphasize: **Peer Meet does not "deliver" FC to the two Users.** Peer Meet is a verification event confirming both Nodes are real Nodes, from which the Mining Rate is upgraded. FC produced afterward is a natural result, not a reward handed over after the meeting.

This mechanism prevents fraud (a Peer Meet cannot be faked without both parties being at the same location), creates reliable data on a Node's Trust Circle, and establishes a transparent foundation for the entire economy.


---

# 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.unich.com/unich-network/system-architecture/peer-meet-and-location-verification.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.
