# Metashard

Scalable blockchains are ideal to store immutable data. Immutability implies that you can write data to the blockchain, but you verifiably not change the data, thus making it ideal to store registry entries (such as land ownership) or certificates where authenticity is essential. While the blockchain itself does not enforce authenticity, the incentive of creating a forgery diminishes when you know to get caught eventually. Moreover, in the case of landownership it presents a case of verifying whether 3rd parties have claims to the same land, which is only possible with public and open databases such as the Bitcoin SV blockchain.&#x20;

Metashard is a SaaS platform users can register and manage their shards. A shard is a sub database with specified files in it. Since we are a blockchain database solution, we naturally acquire our data from the blockchain (see post and [upload](/utility/upload.md)). To not need to query the whole blockchain each time a user wants to get access to their required data, we let users pre-define the data transaction they want to keep track off. Metashard then makes sure to automatically sort all transactions of that identifier into the users shard for rapid access.&#x20;

![https://metashard.com](/files/GtEvhUbSamIJTV2mTxVr)

Comparing costs and performance, Metashard is significantly more resource efficient than solutions that crawl the whole database on each request.&#x20;

{% hint style="success" %}
Metashard is a extension of the Relysia Infrastructure that complements especially the /post endpoint. Give it a try at <https://metashard.com>.
{% endhint %}


---

# 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.relysia.com/more/metashard.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.
