> For the complete documentation index, see [llms.txt](https://wiki.relictum.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.relictum.pro/ru/baza-znanii/sut-proekta/n-mernaya-model-smart-kontraktov.md).

# N-мерная модель смарт-контрактов

Relictum Pro — это бесконечный распределенный реестр с развитой системой смартконтрактов, которые описывают более 80% значимых событий в повседневной жизни человека.

Благодаря возможности смарт-контрактов возникает n-мерная (4-х мерная) цепочка; когда возникают новые типо-свойства смарт-контрактов, например, при автоматическом заключении сделки между несколькими участниками, когда автоматически замыкается цепочка и заключается сделка между всеми участниками (до 10 сделок).

<figure><img src="/files/LT87RGsPkdK0MSAPnb7Z" alt=""><figcaption></figcaption></figure>

Также, возникают следующие свойства:

* Возможность пересечения смарт-контрактов и, таким образом, описания полного типосвойства товара (возможность объединения смарт-контрактов в один — формируя "СТРОКУ описания").
* Возможность получить виртуальный портрет человека и, при желании, сделать полную выборку по разным аспектам жизнедеятельности (сколько расходует средств, что слушает, что просматривает и другое)

<figure><img src="/files/muxFLhu9xWixiBmuAysF" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.relictum.pro/ru/baza-znanii/sut-proekta/n-mernaya-model-smart-kontraktov.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.
