# Research

- [Background](https://docs.realium.io/research/background.md): How the real estate industry hasn't changed in 100 years and how new technologies are beginning to disrupt the transaction process.
- [Blockchain Explained](https://docs.realium.io/research/background/blockchain-explained.md): Blockchain is a digital record of transactions. The name comes from its structure, in which individual records, called blocks, are linked together in single list, called a chain.
- [Tokenization Explained](https://docs.realium.io/research/background/tokenization-explained.md): The process of representing ownership of a physical (and non-physical) asset on the blockchain.
- [Token Protocols](https://docs.realium.io/research/background/token-protocols.md): A brief summary of different token protocols outlining the pros and cons of each one.
- [Avalanche Explained](https://docs.realium.io/research/background/avalanche-explained.md): Avalanche is an open-source platform for launching highly decentralized applications, new financial primitives, and new interoperable blockchains.
- [Use Case](https://docs.realium.io/research/use-case.md): Why blockchain is a good solution for real estate. How real estate fits into this situation to begin with?
- [Real Estate's Limitations](https://docs.realium.io/research/use-case/real-estate-limitations.md): An overview of the current hurdles that are found in real estate. This section is dedicated to the detailed discussion of why each of these pain points exist and how they impact us today.
- [Blockchain Advantages](https://docs.realium.io/research/use-case/advantages.md): For all of its complexity, blockchain’s potential as a decentralized form of record-keeping is almost without limit. With real estate this means the complex paper driven process can be automated.
- [Blockchain Disadvantages](https://docs.realium.io/research/use-case/disadvantages.md): While there are significant upsides to the blockchain, there are also significant challenges to its adoption. The roadblocks to the application of blockchain technology today are not just technical.
- [Conclusion](https://docs.realium.io/research/conclusion.md)


---

# 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://docs.realium.io/research.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.
