> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/basics/what-is-a-blockchain.md).

# What is a Blockchain?

A blockchain is a technology revolutionizing how we store and manage digital information. \
\
Initially introduced alongside Bitcoin, the blockchain concept has since evolved beyond financial transactions.

## True Blockchain Definition

Imagine a record book that isn't under the control of a single authority but is instead distributed across multiple computers or nodes. Each transaction forms a block, and these blocks are linked in a chain, creating the blockchain.\
\
This system's extraordinary capabilities lie in how a cryptographic hash links each block to the previous one. This mechanism ensures that once a block is added to the chain and verified, altering or manipulating the information becomes virtually impossible.

The transparency and integrity add a whole new level of trust to the system.\
\
Blockchain technology also eliminates the need for intermediaries, such as relying on central institutions. This is because the blockchain operates on a network where every participant has a copy of the entire blockchain. The decentralized nature opens new possibilities for direct and trustless interactions between participants.\
\
In addition to cryptocurrencies, blockchain technology has found applications in various other sectors, including supply chain management, healthcare, voting systems, intellectual property, and many more\
\
For example, the integration of other software such as smart contracts, which are emerging with the blockchain bubble, will allow for self-executing agreements where pre-defined rules are encoded within the blockchain itself.

## Where DECENOMY Stands

DECENOMY is a project network with a common wallet codebase and blockchain infrastructure, facilitating cross-chain interoperability and governance among various DECENOMY projects.\
\
It employs a distinctive open-source cryptocurrency platform known as DSW, an acronym for Decenomy Standard Wallet. DSW serves as the core blockchain development for the entire infrastructure.\
\
DSW forked the PIVX code in 2021 to inherit blockchain features like Proof-of-Stake (POS) and Masternodes, which PIVX had originally inherited by forking DASH. As the main source of technology, DASH is also a Bitcoin fork code, thus providing all the main Bitcoin functionality and technology to the DSW blockchain code.\
\
Since then the DSW code has been developed independently from these forks, and you can track its progress in its GitHub Repository at [<mark style="color:blue;">https://github.com/decenomy/DSW</mark>](https://github.com/decenomy/DSW)\
\
Some unique developments, new features added, and upcoming ones are all documented on this website in the chapter [<mark style="color:blue;">Blockchain Development</mark>](/blockchain-development.md)


---

# 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://docs.decenomy.net/basics/what-is-a-blockchain.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.
