# 서비스 체인

## [UR-Auth](/infrablockchain-docs/ko/infrablockchain/service-chains/urauth.md)

**UR-Auth(Universal Resource Auth)** 는 DID 를 기반으로 데이터들에 대한 소유권, 저작권정보, 데이터 접근 및 거래 규칙 등록에 특화된 블록체인입니다. 이 문서는 **URAuth**의 핵심 기능 및 특징에 대한 전반적인 내용을 다룹니다.

## [InfraDID](/infrablockchain-docs/ko/infrablockchain/service-chains/infra-did-parachain.md)

**InfraDID**는 DID에 특화된 블록체인입니다. 이 문서는 InfraDID의 핵심 기능 및 특징에 대한 전반적인 내용을 다룹니다.

## [InfraEVM](/infrablockchain-docs/ko/infrablockchain/service-chains/infra-evm-parachain.md)

**InfraEVM**은 EVM(Ethereum Virtual Machine) 호환 가능한 블록체인입니다. 이 문서는 EVM 계열의 트랜잭션 및 블록 처리에 대한 전반적인 내용을 다룹니다.


---

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