# Orbit Chain SDK

![(Fig. 4 Blockchain based service layer)](/files/-Lvnz1h1enhs1QCBCDF0)

Definition of service system layer for blockchain (fig. Blockchain based service layer) shows that there is some limitations in providing commercialized service on blockchain.

**Limitations of Single Layer Block Chain Services**

* Synchronizing data on legacy centralized database with blockchain database
* Slow and limited throughput of blockchain client
* Limited blockchain query
* Limited interoperability between various blockchain and centralized service

Orbit Chain will provide Orbit SDK to commercialize blockchain based service through the following system layer after many trials and bug fix by ourselves.

* Service layers that considered for direct service and user experience
* Provide REST, SOCKET which will support easy, stable and reliable connectivity between centralized legacy services and decentralized blockchain based service.
* Unified API to connect all blockchain by Orbit SDK
* System that can provide centralized experience without harm to decentralized governance/system
  * JSON RPC wrapper layer
    * Provide lower level standard communication protocol to communicate with various public chains such as Bitcoin, Ethereum and other chains and support extension and interoperability.
  * Sync module : distributed ledger to RDB

    * Instance syncing multi-database system

![(Fig. 5 Orbit sync module)](/files/-Lvnz7Ea9Rb3IS3cKtnP)


---

# 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.orbitchain.io/orbit-chain-network/orbit-chain-sdk.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.
