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

# Footnotes

1. Also evaluated were private information retrieval (PIR) protocols, but even with state-of-the-art protocols like OnionPIR and further optimizations, the services would need 10 seconds of multi-core compute per request. Multi-party computation (MPC)-based PIRs would perform much better, but they offer no anonymization advantage over using an MPC-based anonymization network.&#x20;
2. Note there’s a trust assumption on obtaining the inclusion proof from an indexing service as the user needs to provide their identity commitment to obtain an inclusion proof. Further decentralization of the indexing service is being explored.&#x20;
3. It is sufficient to check uniqueness on a per-context basis, but the nullifiers should be globally unique values.&#x20;
4. In this context, *credential* is used as a generic term to refer to a set of data about a subject, and in this case attested by a third-party (called issuer).&#x20;
5. ZKML would allow the iris code to be recalculated in the event of a model upgrade, without users needing to go back to an Orb.&#x20;
6. In this, *issuer* is the party who attests to a set of data about a subject. For example, Tools for Humanity is the issuer of the Orb credential.&#x20;
7. This is in addition to the decentralization introduced by the distribution of Orb manufacturing and operations across different entities.&#x20;


---

# 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://worlddao.gitbook.io/worlddao-white-paper/technical-implementation/footnotes.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.
