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

# Networks for Humanity offerings

Networks for Humanity — an international network of labs building open, interoperable infrastructure for the intelligent era.

Networks for Humanity builds and stewards a family of open infrastructual products. At the base is **NFH fabric** — the open network for value exchange — and around it a set of infrastructure components and packaged, production-ready services that run *on* NFH fabric.&#x20;

## The offerings at a glance

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>NFH fabric</strong></td><td>The open network for value exchange — discovery, contracting, settlement, identity, and trust.</td><td><a href="/nfh-fabric/fabric.md">Welcome to NFH fabric</a></td></tr><tr><td><strong>UNITS</strong></td><td>Programmable, transferable units of value — tokenisation.</td><td><a href="https://docs.finternetlab.io/">https://docs.finternetlab.io/</a></td></tr><tr><td><strong>DeDi</strong></td><td>Decentralised Directory for public registries.</td><td><a href="https://dedi-global.gitbook.io/docs">https://dedi-global.gitbook.io/docs</a></td></tr><tr><td><strong>Vouch</strong></td><td>Purpose-bound digital value — value that carries its own rules of use.</td><td><a href="https://vouch.finance/">https://vouch.finance/</a></td></tr><tr><td><strong>Pincer</strong></td><td>Gradient guarantees and arbitration — trust as a continuous, contextual contract.</td><td><a href="https://pincer.network/">https://pincer.network/</a></td></tr></tbody></table>


---

# 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://docs.nfh.global/about-nfh-offerings/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.
