# SSID 审核

SSID审核的目标是为PaySwap的每个用户制定一个独特且确定性的ID。要创建一个SSID，用户必须联系一个SSID审核员。

## 如何创建SSID

一个SSID的格式为：**Payswap-YYY-XXXXXXXX**，其中X代表用户的国家身份证号码，Y代表用户国家身份证的发行国家代码。

要创建一个SSID，审核员首先必须认证用户的国家身份证。

作为审核员，一旦您部署了您的审核员合约，您需要将其类别更新为类别1（即SSID审核员），然后更新其申请链接到一个谷歌表格（或其他一些申请表格），以便愿意创建他们的SSID的用户可以申请您为他们创建一个。请阅读以下页面上的指南，了解如何更新您的审核员类别和申请链接：

{% content-ref url="/pages/KXhMwxElCClr86PuE3il" %}
[审核员](/zhong-guo-ren/products/auditors.md)
{% endcontent-ref %}

完成这些操作后，用户就可以向您发送SSID申请。您需要安排与他们通话，以验证他们的SSID的X和Y。您还可以使用您认为有效的任何其他方法。

如果您向用户交付虚假的SSID，您的审核员赏金可能会被索赔。一些用户甚至可能故意试图欺骗您，以便后来索取您的赏金。

在甚至尝试为来自该国家的用户创建SSID之前，请确保您知道如何识别用户国家的合法国家身份证。

一旦您拥有用户的正确国家代码和国家身份证号码，您可以使用SSI系统按照上述**Payswap-YYY-XXXXXXXX**格式创建用户的SSID数据。您可以在以下页面上阅读更多关于创建用户的SSID数据的信息：

{% content-ref url="/pages/6CMul06gH2YT9JNDbRAf" %}
[创建 SSID](/zhong-guo-ren/products/ssi/creating-an-ssid.md)
{% endcontent-ref %}


---

# 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.payswap.org/zhong-guo-ren/products/auditors/ssi-audits.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.
