> For the complete documentation index, see [llms.txt](https://whitepaper.qualoo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.qualoo.io/blockchain/interactions-with-blockchain.md).

# Interactions with Blockchain

The main types of interactions with the blockchain occurring within the Qualoo ecosystem include the following:

**Confirmation of data submission:** Each time a Test Node submits data and it gets validated, a checksum (a compact summary) of the data is created and then written to the blockchain. This ensures verifiability for data collection.

**Certificates of quality:**  As the network matures, Qualoo will start assessing various Internet Service Providers (ISPs) for their service quality. Top performers will be awarded certificates of quality, which will be recorded on the blockchain. This provides a transparent and tamper-proof record of their achievements, lending additional credibility to these ISPs.

**QXT smart contract deployment:** The QXT token smart contract will be deployed to the blockchain prior to the Token Generation Event (TGE). The smart contract will outline the rules and operations for the QXT token, including aspects such as transfer of tokens, balance checks, and token minting.

**Minting QXT:** QXT tokens will be created or "minted" in line with our vesting schedule spanning multiple years. This process is performed on the blockchain, ensuring transparency and verifiability.

**QXT Transactions:** Transactions involving the transfer of QXT tokens between parties on the secondary market are recorded on the blockchain. Each transaction is secure, transparent, and permanently recorded.

**Minting NFTs:** Qualoo will mint Non-Fungible Tokens (NFTs) for various purposes, such community building. Each NFT is unique and can represent ownership of a specific item or achievement within the Qualoo community. As with QXT tokens, the creation and ownership of these NFTs will be recorded on the blockchain.

&#x20;


---

# 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:

```
GET https://whitepaper.qualoo.io/blockchain/interactions-with-blockchain.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.
