# Introduction

Monero, like any blockchain project, is based on the principle of an open decentralized ledger that guarantees consensus regarding transaction history. However, unlike classic projects like Bitcoin and Ethereum, Monero hides sensitive information from third-party observers, such as transaction participants' addresses, transaction amounts, and the connections between transactions.

Initially, Monero was created as a system with fungible coins, and it is generally considered more fungible than classic blockchain projects due to its private qualities.

The phenomenon of ordinals, which has gained popularity recently, synthetically overcomes this property by associating certain data with transaction outputs, turning them into a digital asset that resembles an NFT.

Implementing ordinals in Monero seemed like an interesting and challenging idea to us. Challenging because the technology on which Monero is built is more complex, and implementing ordinals in the privacy protocol is quite an adventure. Interesting because Monero is perhaps the most community-driven project of all, same time having a very diverse community. We believe that there will be many people who will appreciate our efforts.


---

# 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://mordinals.gitbook.io/handbook/introduction.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.
