> For the complete documentation index, see [llms.txt](https://docs.galactica.com/galactica-developer-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.galactica.com/galactica-developer-documentation/galactica-concepts/zero-knowledge-kyc/kyc-guardian.md).

# KYC Guardian

## Description

KYC Guardians are providers and issuers of zkKYC documents on Galactica. In other words, they are the institutions on-boarding and verifying personal data so that it can be trusted on-chain. This is a crucial role because the authenticity of KYC data on Galactica is the foundation for compliance, sibyl resistance and societal trust.

The design and zero-knowledge technology of Galactica achieves a separation of powers between Network infrastructure, guardians of personal information and legal authorities demanding compliance. KYC Guardians are outsourced from the Galactica foundation to keep handling personal data separate from on-chain activities.

[The personal KYC details trusted to KYC Guardians can not be linked ](https://www.youtube.com/watch?v=cNmUuH57o6k\&t=4059s)to on-chain activity. The zero-knowledge proof hides which zkKYC was used, so that not even the issuer can track it. For technical details, check the sections about the holder commitment in [Zero-Knowledge KYC](/galactica-developer-documentation/galactica-concepts/zero-knowledge-kyc.md).\
The only possibility to link personal details with on-chain activity is given to legal authorities as required by DApp compliance and transparently confirmed by the user.

## Outlook

In the early phase of Galactica, a whitelist is used to authorize KYC Guardians. Such a simple system was chosen to gather early feedback and experience in a secure setting.\
As Galactica evolves this system is going to be decentralized in a way that gives DApps and users control over which KYC Guardians they trust. Probably this will work over the Galactica reputation system for Guardians.

Furthermore, the role of Guardians will grow in the future from just issuing KYC to issuing all kinds of personal documents: [Zero-Knowledge KYC](/galactica-developer-documentation/galactica-concepts/zero-knowledge-kyc.md#generalization-to-zkcerts)\
The generalized term for KYC Guardians is just Gardian.

## Info for KYC Guardians

See [Broken mention](broken://pages/NPfIvkbkUL3gAvhs2B3y)


---

# 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.galactica.com/galactica-developer-documentation/galactica-concepts/zero-knowledge-kyc/kyc-guardian.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.
