> For the complete documentation index, see [llms.txt](https://spaceguild.gitbook.io/sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spaceguild.gitbook.io/sg/p2e-games/warsindia/support/what-is-blockchain.md).

# What is Blockchain?

## Blockchain

***The blockchain can best be defined as a public database that is updated and shared across a network of computers. Data and status are kept in batches or "blocks" in sequential order.***

You must add transaction data to a block in order to interact with the blockchain successfully. "Chain" signifies that each block has an encrypted reference to its parent block. A block's data cannot be modified without also altering all subsequent blocks, which necessitates network-wide consensus. Every computer in the network must approve each new block and chain as a whole.&#x20;

These machines are known as "nodes," and they all share the same data. To make this distributed protocol a reality, the blockchain needs a consensus mechanism.&#x20;

## **Why does Sindia use blockchain technology?**&#x20;

***Sindia's blockchain allows digital assets to be owned through non-fungible tokens (NFTs)***. It also allows ***extremely secure and transparent transactions.*** Because of these qualities, you will be able to fully own your Sindia digital assets, and you will be able to freely exchange them, exactly like physical trading cards, but in an ideal information market. Sindia may also leverage blockchain to construct unique game elements like earning magic or winning gold tickets by using smart contracts.


---

# 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://spaceguild.gitbook.io/sg/p2e-games/warsindia/support/what-is-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.
