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

# Welcome to the Hypercerts Protocol

{% columns %}
{% column %}

#### What are Hypercerts?

Hypercerts make real value creation legible and fundable.

The current economic system struggles to recognize, track, and reward the people and projects that create collective value — from digital public goods and open-source ecosystems to regenerative land management and community initiatives. Hypercerts are an open, interoperable protocol for making contributions legible, fundable, and coordinated across platforms — turning abstract value creation into structured, shareable, and interoperable data.
{% endcolumn %}

{% column %}

<figure><img src="https://2114541208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHrvjxgBAC5Qaoeok5R3c%2Fuploads%2FiMX8lreIJjzribvhJLLS%2Fhypercerts_for_projects.png?alt=media&amp;token=f6c2e4c6-20e9-4d19-98dc-5e9da9f91eaa" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

At their core, hypercerts are digital records that describe who did what, when, where, and with what evidence — without prescribing a single metric or funding mechanism. By making work visible and traceable, hypercerts enable value recognition networks where contributors, evaluators, and funders can interact constructively. Hypercerts are designed not as a single application or marketplace, but as a shared language and infrastructure that supports experimentation in funding, evaluation, and impact coordination across domains.

{% columns %}
{% column %}

<figure><img src="https://2114541208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHrvjxgBAC5Qaoeok5R3c%2Fuploads%2FuZGLUR3Vb7fhe3ZM8H9F%2Fhypercert%20erd.png?alt=media&amp;token=b7074725-6464-49f8-95be-ddf31e0fbc09" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

#### Dive into the tech

Ready to jump in? Start by understanding the [hypercerts infrastructure](/hypercerts-docs/getting-started/the-hypercerts-infrastructure.md), or explore our [lexicons](/hypercerts-docs/lexicons/introduction-to-lexicons.md).
{% endcolumn %}
{% endcolumns %}

<br>


---

# 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://hypercerts.gitbook.io/hypercerts-docs/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.
