# Roadmap

## Stages of development

### 1. Pre-Launch (testnet / private access)

* [ ] **5+ Token Issuers**
* [x] **Blockchain configuration**
* [x] **GitHub repository - private**
* [ ] **Server / Data Base setup**
* [x] **ERC-721 token smart contract**
  * [x] primary functions (mint / claim / send /receive)
  * [ ] secondary functions ( edit / burn / attributes)
  * [ ] Hashed TimeLock Contracts (HTLC)
* [x] DEXPIRY **app - restricted and operational in admin mode**
  * [x] App authorization levels:&#x20;
    * Administrator
    * Token Issuer
  * [x] DataBase access
  * [x] QR code reader
  * [x] Track tokens&#x20;
  * [x] View token details
  * [x] Transaction history

### 2. Local Launch (mainnet / public access)

* [ ] **Data Base upgrade**
* [ ] **25+ Token Issuers**
* [ ] **DEXPIRY app - fully operational**&#x20;
  * [ ] Available on Google Play and App Store
  * [ ] Activation of App authorization levels&#x20;
    * Basic User&#x20;
    * Regulator
  * [ ] Subscription models for Token Issuers
  * [ ] Product warranty expiry tracker
* [ ] **Local partnerships**
* [ ] **Compliance with Local Regulations**

### 3. Regional Expansion (international setup)

* [ ] **125+ Token Issuers**
* [ ] **Introduction of Loyalty tokens**
* [ ] **DEXPIRY  app - internationally available**
  * [ ] AI Support Bot
  * [ ] Personal DB repository management
  * [ ] MetaData analysis software
  * [ ] Certificate expiry tracker
* [ ] **Regional partnerships**
* [ ] **EU funding application**

### 4. EU Venture (key market player)

* [ ] **625+ Token Issuers**
* [ ] **Product Manufacturer Application**
* [ ] **ChainLink integration**
* [ ] **Loyalty token utilization**
* [ ] **Reputable EU partnership**
* [ ] **EU regulation standardization**

### 5. Global expansion (go big or go home)

* [ ] **3125+ Token Issuers**
* [ ] **Supply chains interoperability**
* [ ] **Product expiry tracker**
* [ ] **Loyalty token staking**
* [ ] **Warranty token market**


---

# 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/roadmap.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.
