> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/ri-ben-yu/products/auditors/ssi-audits.md).

# SSID監査

SSID監査の目的は、PaySwapの各ユーザーに対して一意かつ決定論的なIDを作成することです。SSIDを作成するには、ユーザーはSSID監査員に連絡する必要があります。

## SSIDの作成方法

SSIDは次の形式です：**Payswap-YYY-XXXXXXXX**。ここで、Xはユーザーの国民ID番号のプレースホルダーであり、Yはユーザーの国民IDの発行国の国コードのプレースホルダーです。

これを作成するには、まず監査員がユーザーの国民IDカードを認定する必要があります。

監査員として、監査員契約を展開したら、そのカテゴリをカテゴリ1（SSID監査員のカテゴリ）に更新し、その後、Googleフォーム（または他のアプリケーションフォーム）へのアプリケーションリンクを更新して、SSIDを作成したいユーザーがあなたに申請して作成できるようにします。オーディターカテゴリとアプリケーションリンクを更新する方法については、以下のページのガイドを読んでください：

{% content-ref url="/pages/aleBLpvschZRIVpORA2F" %}
[監査役](/ri-ben-yu/products/auditors.md)
{% endcontent-ref %}

それが完了すると、ユーザーはSSIDアプリケーションを送信できます。彼らのSSIDのXとYを検証するために彼らと通話をスケジュールする必要があります。効率的と思われる他の方法も使用できます。

もしもあなたがユーザーに偽のSSIDを提供した場合、あなたの監査バウンティが請求される可能性があります。一部のユーザーは、意図的にあなたをだますことで偽のSSIDを提供し、その後あなたのバウンティを請求しようとするかもしれません。

その国のユーザーの正当な国民IDを認識する方法を知っておくことは、その国のユーザーのSSIDを作成する前に重要です。

ユーザーの正しい国コードと国民ID番号を取得したら、SSIシステムを使用して上記で説明した**Payswap-YYY-XXXXXXXX**形式のユーザーのSSIDデータを作成できます。ユーザーのSSIDデータを作成する方法については、以下のページで詳細を読むことができます：

{% content-ref url="/pages/t1L4mTtME3OIOFaFw1qL" %}
[SSIDの作成](/ri-ben-yu/products/ssi/creating-an-ssid.md)
{% endcontent-ref %}


---

# 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.payswap.org/ri-ben-yu/products/auditors/ssi-audits.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.
