# Blockchain zapisi

Blockchain je integralni dio DEXPIRY sustava i putem kriptografski autoriziranih transakcija omogućuje korisnicima stvaranje, slanje i primanje DEXPIRY tokena (ERC-721 NFT).

Distribuiranim zapisima može se pristupiti putem blockchain explorera ili putem DEXPIRY aplikacije, koja omogućuje prikaz raspodjele i prometa DEXPIRY tokena između korisničkih adresa u stvarnom vremenu.

Zapisi na blockchainu odobravaju se konsenzusom nodova i nije ih moguće naknadno mijenjati. Oni sadrže podatke vezane uz svaki [<mark style="color:green;">**DEXPIRY token**</mark>](/komponente-sustava/dexpiry-token.md) pohranjen na blockchainu, kao i kronološki zabilježene podatke o transakcijama svih DEXPIRY tokena u opticaju.


---

# 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.dexpiry.com/komponente-sustava/blockchain-zapisi.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.
