# Service Chain

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

* dApp developers who need high TPS, minimal transaction fees, or data privacy.
* Anyone who wants to build a local private network or a ledger database for testing.

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

Klaytn Service Chain provides the following features.

* Immediate finality.
* Cross-chain token transfer.
* Data anchoring to the main chain.
* Multi-sig bridge contract to meet enterprise security requirements.

![](/files/oJm3XSqpLjLKQrrMw7XW)

Read the [Klaytn Scaling Solution](/content/klaytn/scaling-solutions.md) for more details about the Service Chain.


---

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