# Technical framework Design

The overall technical architecture will consist of three (3) platforms:

{% tabs %}
{% tab title="SDKs" %}

**Game Development Platform (SDK)**: This will be an application layer.

> Customised software development kits and gaming engines for the game developers to build and test their games before deploying on the Cypher Blockchain.
> {% endtab %}

{% tab title="Blockchain Platform" %}
**Blockchain Platform**: A core blockchain-based functional module, which will be further divided into “Contract Layer- A multilingual smart contract platform” and “Consensus Layer- A smart Engagement based consensus governance module”.

> This will consist of the core blockchain including block production/mining and Front-End UI/UX display in the form of a block explorer.
> {% endtab %}

{% tab title="Network Layer / Data layer" %}
P2P-based distributed storage system: This will support the following functions of “Network Layer” and “data Layer”.

> ***Network Layer*** – Customised content-addressable P2P storage network.
>
> ***Data Layer*** – Data storage will be based on Level IDB/ Couch DB
> {% endtab %}
> {% endtabs %}


---

# 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://support-168.gitbook.io/cypher-blockchain-whitepaper-v1.0/network-design/technical-framework-design.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.
