# Identity Issuer Ref

## zkVC

* **Intro**
  * [zkVC verification system](https://chromewebstore.google.com/detail/zkvc/iehfkbjomoflpblfjahapnfoiackmhnm) is a carefully designed system that utilizes the user's existing KYC information and employs zero-knowledge verification techniques to generate KYC verification credentials without disclosing any of the user's private data.
* **Category**
  * ZK Verification

## CuteID

* **Intro**
  * CuteID is a complete RegTech solution that provides KYC services for DeFi businesses through a ZK-enabled solution for data privacy protection, thus helping DApps to operate in a regulated territory in a compliant manner.
* **Category**
  * Full-KYC
* **Verification**

  * KYC Registration Contract Address: [**https://arbiscan.io/address/0xA55Fb3826457623fba8082F7dF6f3C56Ad9d5CC9**](broken://pages/0e8HCBBhxJtB5TuFIeg9)
  * KYC Registration Retrieval Function:

  ```solidity
  function getStatusAndExtraInfo(  
          bytes32 id  
  ) public view returns (AccessStatus status, string memory extraInfo)
  ```
* **VC Signature Pub Key**
  * 0x41AA5d7A43E634c372CA1eaC9F0b3CE391F2B559


---

# Agent Instructions: 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://docs.polyflow.tech/payment-id-pid/identity-issuer-ref.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.
