# 참조 매뉴얼

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

* Companies that want to build blockchains for Metaverse, GameFi, and NFTs
* dApp developers who need high TPS, minimal transaction fees, and data privacy.
* Anyone who wants to build a local private network or a ledger database for testing.

## ServiceChain Overview <a href="#service-chain-overview" id="service-chain-overview"></a>

ServiceChain is an enterprise-level blockchain to meet companies' requirements such as value transfer, security, high performance, and customization. Klaytn ServiceChain provides the following features:

* Immediate finality
* Token transfer between Klaytn chains
* Data anchoring to the main chain for data integrity
* Multi-sig bridge contract to meet enterprise-level security requirements

![](/files/ZLV6jHUQJyEIn8lRpEB6)

Read the [Klaytn Scaling Solution](/content/klaytn/scaling-solutions.md) for more details about the ServiceChain. And the following videos will help you understand Klaytn ServiceChain.

* [Horizontal Scaling through Service Chain in Klaytn | TXGX 2019](https://www.youtube.com/watch?v=8yQc5FQysJc)
* [High Availability Architecture of Klaytn Service Chain | TXGX 2019](https://www.youtube.com/watch?v=HcdhWtXPuR0)


---

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