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

# Home

**Privacy Core** — cryptographic primitives and **private asset** protocols (pERC20, Shield ERC20).

```
┌─────────────────────────────────────────────────────────────┐
│  Privacy Core                                               │
│  ┌─ Cryptographic layer ─────────────────────────────────┐  │
│  │ Orchard notes · Groth16 · state machine · freeze    │  │
│  └─────────────────────────────────────────────────────┘  │
│  ┌─ Asset protocols (note creation) ────────────────────┐  │
│  │ pERC20 (native private mint) · Shield ERC20 (public→private) │
│  └─────────────────────────────────────────────────────┘  │
└─────────────────────────────────────────────────────────────┘
```

## Module map

| Module                    | Questions it answers                                    | Audience                   |
| ------------------------- | ------------------------------------------------------- | -------------------------- |
| **Privacy Core · crypto** | How are notes proved, stored, spent? Compliance freeze? | Crypto / contracts / audit |
| **Privacy Core · assets** | How do **private assets** get created? (mint, shield)   | Issuers / integrators      |

## Reading path

**First time**

1. [Privacy Core overview](/plabs-docs/privacy-core/overview.md)
2. [Orchard concepts](/plabs-docs/privacy-core/orchard-concepts.md)
3. [pERC20 overview](/plabs-docs/privacy-core/perc20/overview.md)

**Issue or integrate**

→ [pERC20 interface & ERC-20 mapping](/plabs-docs/privacy-core/perc20/interface-and-erc20.md)\
→ [Quick start](/plabs-docs/guides/quick-start.md)

## Repository & services

* Reference impl: [PERC20Labs/PERC20](https://github.com/PERC20Labs/PERC20)
* Off-chain: `privacy-indexer`, `privacy-relayer`, `privacy-prover`
* Repo map: [Appendix · repository layout](/plabs-docs/appendix/repo-layout.md)


---

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