# Service Chains

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

**UR-Auth(Universal Resource Auth)** is a blockchain specialized in the registration of ownership, copyright information, and rules for data access and transactions based on DID. This document covers the overall features and functionalities related to URAuth.

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

As a blockchain specialized in DID, this document covers the fundamental features and characteristics related to DID.

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

This document provides an overview of InfraEVM, a blockchain compatible with the Ethereum Virtual Machine(EVM). It covers the overall aspects of transaction and block processing within the EVM-compatible blockchain.


---

# 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/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.
