# Service Chain

## Intended Audience <a href="#intended-audience" id="intended-audience"></a>

* 높은 TPS, 낮은 트랜잭션 수수료 그리고 데이터 보호를 원하는 dApp 개발자.
* 테스트를 위해 로컬 개인 네트워크 또는 원장 데이터베이스를 구축하려는 사람.

## 서비스체인 개요 <a href="#service-chain-overview" id="service-chain-overview"></a>

Klaytn 서비스체인은 다음 기능을 제공합니다.

* Immediate finality.
* 체인 간 토큰 전송.
* 메인체인에 데이터 앵커링.
* 엔터프라이즈 보안 요구 사항을 충족하기 위한 멀티시그 브리지 컨트랙트.

![](/files/DwmdJEGgarcKkfpISpbZ)

서비스체인에 대한 자세한 내용은 [Klaytn Scaling Solution](/content/klaytn/scaling-solutions.md)를 참고해주세요.


---

# 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://archive-ko.docs.klaytn.foundation/content/installation-guide/deployment/service-chain.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.
