# Adverbcoin.Io Blockchain Overview

## **The Best Next-gen Decentralized Blockchain, Staking, NFT Marketplace**&#x20;

To better understand the technical aspects of a blockchain, it is helpful to explain the concept through an example. When an individual deposits a sum of money into a banking institution, the individual trusts that the sum will be there until they decide to exchange it for goods or services. The individual trusts the bank will have an accurate record of the transaction, such as the amount, depositor, date, and time of the deposit. More broadly, society relies on central repositories, such as banks or governments, to collect, maintain, and protect the recorded actions of individuals or institutions.

Blockchain differs from centralized repositories in that it decentralizes the source of trust. An individual deposits funds into a digital wallet and the value is captured on the blockchain. If this individual purchases a digital song, the transaction is captured in the blockchain along with the change in fund level in the digital account. The bank is not required as a trusted third party. The trustworthy record is recorded in the blockchain shared by all the parties on the network.

\
**Blockchain Parts**&#x20;

***Blockchains contain three core parts:***&#x20;

**Block**: A list of recorded transactions over a period of time. Transactions can represent virtually any type of activity from registering a land deed to a single purchase. Any rules relating to the block itself are established when the network is first created. For example, the maximum number of transactions in a block or the size of each block can be limited .

**Chain:** When the block reaches its maximum size of transactions, it is chained or linked to the preceding block through a hash as described in the section below. The hash value of one block is inserted into the next block. This makes a link between the new block and the previous block.

**Network**: The network is made up of nodes each containing a complete record of all transactions on a blockchain. No centralized "official" copy exists and no node is "trusted" more than another. The data integrity is maintained by the blockchain being replicated on all of the nodes.


---

# 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://adverb-io.gitbook.io/adverbcoin.io-whitepaper/adverbcoin.io-blockchain-overview.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.
