# Proof Types (Claim Topics)

{% hint style="info" %}
Proof types and Claim topics are synonyms.&#x20;

***Proof type*** is business term, ***Claim topic*** is more technical one
{% endhint %}

## 1. KYC

id: 1000001

This proof means that user passed KYC sucessfully within last 12 monthes + documents are not expired till this point of time

## 2. Wallet sanctions screening (sanctions check)

id: 1000002

This proof means that user passed wallet check and his address is not sanctioned

## <mark style="color:orange;">3. Wallet risk level screening (coming soon)</mark>

<mark style="color:orange;">id: 1000003</mark>

This proof means that user passed wallet screening and his wallet address risk level is less than specific threshold


---

# 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://micapass.gitbook.io/micapass/sc-integration/proof-types-claim-topics.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.
