# Blockchain Records

Blockchain is an integral part of the DEXPIRY system, which enables users to create, send and receive DEXPIRY tokens (ERC-721 NFT) through cryptographically authorized transactions.

Distributed records can be accessed through the Blockchain explorer or through the DEXPIRY application, which enables the distribution and circulation of DEXPIRY tokens between user addresses in real time.

Distributed records on the Blockchain are approved by the consensus of the Nodes and cannot be changed later.

Distributed records contain data related to individual [<mark style="color:green;">DEXPIRY tokens</mark>](/dexpiry_public_eng/system-components/dexpiry-token.md) stored on the Blockchain in the form of ERC-721 non-fungible tokens, as well as chronologically stored transaction data of all DEXPIRY tokens in circulation.


---

# 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/dexpiry_public_eng/system-components/blockchain-records.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.
