> For the complete documentation index, see [llms.txt](https://official-11.gitbook.io/tariworld_whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://official-11.gitbook.io/tariworld_whitepaper/technology/tari-world-architecture.md).

# TARI WORLD Architecture

<figure><img src="/files/AKhLKtgoGTvsoWPMGRs4" alt=""><figcaption></figcaption></figure>

&#x20; The architecture of the TARI WORLD platform is designed as a five-layer structure that utilizes both on-chain and off-chain technologies:

* Client Interface

&#x20; This layer provides the blockchain application interface. It transmits the user's endpoint data to the server layer and serves as the interface for blockchain integration.

* Server & File Storage

&#x20; This layer includes servers that actually process the client's requests from the interface and file storage that holds data generated on-chain and off-chain. The interface and server are interconnected using RPC API.

* Smart Contract

&#x20; This is the logic layer for smart contracts. It executes smart contracts for constructing on-chain data.

* Data Integrity

&#x20; This layer verifies the integrity of transactions and customer data, including proof of ownership. It also periodically calculates reasonable costs based on hash statistics of plays registered in the DApp and blockchain records, and processes raw data generated every second.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://official-11.gitbook.io/tariworld_whitepaper/technology/tari-world-architecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
