> 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/korean/products/ssi/creating-an-ssid.md).

# SSID 만들기

고유한 프로필을 갖기 위해 SSID를 생성해야 합니다. 고유한 프로필은 투표, 감사인이 되는 등 특정한 것들에 필요하지만 필수적은 않습니다.

SSID는 PaySwap의 감사인들이 플랫폼 사용자를 위해 생성하는 고유한 식별자입니다. 이는 **Payswap-YYY-XXXXXXXX** 형식으로 되어 있으며, 여기서 X는 사용자의 국가 신분증 번호를 나타내는 자리 표시자이고, Y는 사용자의 국가 신분증 발급 국가의 국가 코드를 나타내는 자리 표시자입니다.

감사인으로서, 사용자가 SSID를 생성할 수 있도록 감사인 계약을 설정해야 합니다. 이를 위해 아래 페이지의 가이드를 따라주세요:

{% content-ref url="/pages/7f51MMwGz5Ye7hRgmpPa" %}
[SSID 감사](/korean/products/auditors/ssi-audits.md)
{% endcontent-ref %}

이를 완료하고 사용자가 연락을 취했으면 사용자의 X와 Y를 받아야 합니다.

만약 가짜 SSID를 사용자에게 제공한다면, 감사인 바운티가 청구될 수 있습니다. 어떤 사용자들은 심지어 목적을 가지고 당신을 속여 가짜 SSID를 제공하려고 할 수도 있습니다. 그래서 그 후에 당신의 보상을 청구할 수 있습니다.

그 국가의 사용자의 정당한 국가 신분증을 인식하는 방법을 알기 전에 그 국가의 사용자에게 SSID를 생성하기 위해 시도하지 마세요.

당신의 사용자의 정당한 정보(국가 코드, 국가 신분증 번호, 국가 신분증 만료일)를 받으면 아래 단계를 따라 사용자의 SSID를 생성할 수 있습니다:

* 사용자가 [이 페이지](/korean/products/ssi.md)의 가이드를 따라 자신의 SSI 계정을 생성했는지 확인하세요.
* 사용자가 [이 페이지](/korean/products/profile.md)의 가이드를 따라 PaySwap 프로필을 생성했는지 확인하세요.
* 사용자의 SSI 계정 주소 및 프로필 ID를 가져와서 [당신의 SSI 페이지](https://payswap.org/ssi)로 이동하세요.

<figure><img src="/files/UfYmw26Oa0k7P9xJDstY" alt=""><figcaption></figcaption></figure>

* **Entry 만들기** 버튼을 클릭하여 아래 페이지로 이동하세요.

<figure><img src="/files/VGQVWqmyzq59bprALcXj" alt=""><figcaption></figcaption></figure>

* 첫 번째 필드에 사용자의 지갑 주소를 입력하세요.
* 그런 다음 질문 필드에 **ssid**를 입력하고 사용자의 ssid를 답 필드에 입력하세요.
* **Entry Type**으로 일반을 선택하고, 사용자의 프로필 ID 뒤에 당신의 ID, 오늘의 날짜 및 사용자의 국가 신분증 만료일을 입력하세요.
* 거래를 검증하고 확인하세요.

이 후 단계는 사용자의 식별 토큰을 생성하는 것입니다. [SSI 페이지](https://payswap.org/ssi)로 이동하여, **Audited** 탭 아래에 방금 생성한 SSID를 볼 수 있어야 합니다.

<figure><img src="/files/mj6E9tkLQS5IRIOogY2t" alt=""><figcaption></figcaption></figure>

ssid 패널을 클릭하여 아래 페이지로 이동하세요. 데이터를 해독할 수 없지만, 방금 생성한 동일한 SSID이기 때문에 문제가 되지 않습니다.

<figure><img src="/files/p3kTbLYZ2X9ehpstwUvK" alt=""><figcaption></figcaption></figure>

**Generate Data** 버튼을 클릭하고 위 단계에서 입력한 동일한 SSID를 입력하세요. 또한 **Are You The Auditor** 필드를 Yes로 선택한 후 거래를 검증하세요.

<figure><img src="/files/L0VhCQs0TXLCP8IfwRfh" alt=""><figcaption></figcaption></figure>

이제 사용자는 당신이 방금 생성한 식별 토큰을 그의/그녀의 프로필 페이지에서 **NFTs > SSI** 탭 아래와 같이 볼 수 있어야 합니다.

<figure><img src="/files/uzsSnLtCYI3W4fRi9Mkm" alt=""><figcaption></figcaption></figure>

[커뮤니티에서 추가 지원 받기](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org)


---

# 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:

```
GET https://docs.payswap.org/korean/products/ssi/creating-an-ssid.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.
