> For the complete documentation index, see [llms.txt](https://docs.infrablockchain.net/infrablockchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infrablockchain.net/infrablockchain-docs/ko/infrablockchain/service-chains/infra-did-parachain.md).

# 인프라DID

### 시작하기 전에

시작하기 전에 다음을 확인하세요:

* [파라체인 구축하기](https://github.com/InfraBlockchainTeam/infrablockchain-docs/blob/master/ko/infrablockchain/tutorials/build/build-a-parachain.md)
* [릴레이 체인 구축하기](/infrablockchain-docs/ko/infrablockchain/tutorials/build/build-infra-relay-chain.md)
* [좀비넷 사용하기](/infrablockchain-docs/ko/infrablockchain/tutorials/test/simulate-parachains.md)

### DID란

**DID**는 Decentralized Identifier의 약자로, 디지털 신원의 주체가 생성, 소유하고 제어하는 새로운 유형의 식별자를 나타냅니다.

![did-method](/files/E2dX2th0y9MWaXTy9luG)

DID는 중앙화된 시스템, 권한 또는 중개자와는 독립적으로 완전히 DID 주체의 제어 하에 있습니다. 이 기능은 블록체인 및 분산 원장 기술을 통해 가능하게 됩니다.

DID의 주요 특징 및 이점은 다음과 같습니다:

* **분산화**: 중앙화된 시스템이 발행하고 관리하는 기존의 식별자와 달리, DID는 분산 네트워크에서 발행 및 관리됩니다.
* **자기 주권**: DID 주체는 자신의 식별자에 대한 전체 제어권을 가지고 있습니다. 어떤 권한의 허락 없이 자신의 DID를 생성, 업데이트 또는 삭제할 수 있습니다.
* **보안**: DID는 블록체인 또는 분산 원장 기술에 고착되므로 이러한 플랫폼의 암호학적 보안 속성을 이어받습니다. 또한 DID는 인증 및 통신을 안전하게 유지하기 위해 DPKI(Decentralized Public Key Infrastructure)와 함께 작동합니다.
* **상호 운용성**: DID는 다양한 시스템과 네트워크 간에 상호 운용될 수 있도록 설계되었습니다. 즉, 하나의 네트워크에서 생성된 DID는 다른 네트워크에서 사용되고 인식될 수 있습니다.

### 인프라DID

인프라블록체인의 파라체인 중 하나인 **인프라DID 파라체인** 은 DID 시스템을 제공하고 있으며 인프라DID 파라체인이 제공하는 DID를 **인프라DID** 라고 합니다.

![infra-did-method](/files/pwd3Mn6q4FDCodsxy2Qe)

**인프라DID 파라체인**은 기능에 따라 여러가지 팔렛을 포함하고 있습니다.

![infra-did-pallet](/files/LVR3a8trbwyohWkdIb65)

인프라DID 파라체인과 통신할 수 있는 npm 라이브러리인 [infra-did-js](https://github.com/InfraBlockchain/infra-did-js/tree/main)가 존재합니다. 이를 사용하여 node.js 기반의 시스템에서 인프라DID를 사용할 수 있습니다.

### 다음 단계로 넘어가기

* [인프라DID 체인 구축하기](/infrablockchain-docs/ko/infrablockchain/tutorials/service-chains/infra-did-parachain.md)
* [infra-did-js 레포지토리](https://github.com/InfraBlockchain/infra-did-js/tree/main)


---

# 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.infrablockchain.net/infrablockchain-docs/ko/infrablockchain/service-chains/infra-did-parachain.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.
