> For the complete documentation index, see [llms.txt](https://closer.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://closer.gitbook.io/documentation/readme.md).

# Introduction

Welcome to Closer, the pioneering platform designed to empower regenerative communities through a seamless blend of traditional and blockchain-based tools. As an operating system for regenerative villages and communities, Closer bridges indigenous wisdom with exponential technology, creating a foundation for regenerative, collaborative living.

Regenerative communities face unique challenges in coordinating resources, managing governance, and scaling their impact. Closer addresses these challenges by providing an integrated suite of tools that reduce operational complexity while increasing transparency, participation, and resilience - working towards solving the tragedy of the commons.

This comprehensive guide will walk you through the features and capabilities of the Closer platform, helping you harness its full potential to transform your community into a thriving regenerative ecosystem. Whether you're managing an established ecovillage or just beginning your regenerative journey, Closer provides the infrastructure to turn vision into reality.

By implementing innovative concepts like **Native Tokens, Proof of Presence, and Proof of Sweat**, Closer enables communities to reward active participation, distribute decision-making power equitably, and create sustainable economic models. The result is a more engaged community with aligned incentives and transparent governance.

As you explore this guide, remember that Closer is more than just a platform—it's a movement toward a more regenerative world, where communities become guardians of ecological transformation and centers for sustainable innovation.


---

# 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, and the optional `goal` query parameter:

```
GET https://closer.gitbook.io/documentation/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
