> For the complete documentation index, see [llms.txt](https://block-convey.gitbook.io/block-convey/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://block-convey.gitbook.io/block-convey/introduction.md).

# Introduction

This paper concentrates on distributed ledger technology (DLT) and how BlockConvey Blockchain Protocol would work. Before we get to consensus, it is quintessential to know about three complementary ways of organizing information, as shown in Figure 1.1: (a) centralized, (b) decentralized, and (c) distributed.

A centralized system represented as a spoke model underpins most industries, for example, banking in a country, with the hub being the central bank and spokes being the individual commercial banks.

<figure><img src="/files/iOVm0gVh7xtWgKh46yZ3" alt="Figure 1.1: (a) centralized, (b) decentralized, and (c) distributed."><figcaption><p>Figure 1.1: (a) centralized, (b) decentralized, and (c) distributed.</p></figcaption></figure>

A decentralized system with several hubs and spokes is typical for cross-border banking, with each country as a hub. Finally, a distributed system characterizes direct or peer-to-peer business organizations (currently rare) and is potentially the most robust of the three.

While DLT holds great promise, it is hard to master it properly. The reason is that DLT is an interaction between 3 fields: a) cryptography, b) game theory, and c) economics. As a result, it is hard to master distributed ledgers and blockchains because the underlying concepts come from disparate fields.

The introduction of natively digital assets, achieved by asset tokenization on a distributed ledger, simplifies and automates business processes by allowing participants to access the history of past transactions and establish current ownership of the corresponding tokens. As a result, executing a smart contract can enact a change of ownership. In theory, it will eliminate a centralized intermediary and operate a marketplace or a supply chain in a decentralized fashion.

However, in practice, it is easier said than done. The profitable application of DLT requires a phased approach. First, it is necessary to standardize and digitize the internal business process by issuing digital tokens and reorganizing settlements and reporting. Secondly, businesses can start sharing digital tokens across an entire ecosystem.

&#x20;This white-paper focuses on a protocol that increases the valuable output to improve this exciting technology’s overall prospects.


---

# 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://block-convey.gitbook.io/block-convey/introduction.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.
