> For the complete documentation index, see [llms.txt](https://triple-plus-global.gitbook.io/tpt-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://triple-plus-global.gitbook.io/tpt-whitepaper/undefined/roadmap.md).

# Roadmap

{% @mermaid/diagram content="gantt
title TPT Protocol Development Roadmap
dateFormat YYYY-MM

```
section P2P Trading
P2P OTC Trading Live           :done, p2p, 2025-01, 2025-12

section Invoice Marketplace
Development                    :active, inv-dev, 2026-01, 2026-03
Testnet Launch                 :inv-test, 2026-03, 2026-04
Mainnet Launch                 :inv-main, 2026-04, 2026-06

section Supply Chain
Design & Partnerships          :scf-des, 2026-06, 2026-09
Development                    :scf-dev, 2026-09, 2026-11
Launch                         :scf-main, 2026-11, 2026-12

section Trade Finance
Research & Design              :tf-res, 2027-01, 2027-06
Development                    :tf-dev, 2027-06, 2027-12" %}
```

{% hint style="info" %}
Roadmap is subject to change based on market conditions, technical requirements, and community feedback.
{% endhint %}

***

## 2025 — Foundation ✅

| Milestone                          | Status     |
| ---------------------------------- | ---------- |
| P2P OTC Trading launched           | ✅ Complete |
| Core smart contract infrastructure | ✅ Complete |
| TPT token deployed                 | ✅ Complete |
| Initial community established      | ✅ Complete |

***

{% stepper %}
{% step %}

### Q1-Q2 2026 — Invoice Marketplace

#### Q1 2026: Development

| Task                                  | Status         |
| ------------------------------------- | -------------- |
| Verification system development       | 🔨 In Progress |
| Investor dashboard and marketplace UI | 🔨 In Progress |
| Settlement automation                 | 🔨 In Progress |
| Smart contract audits                 | ✅ Complete     |

#### Q2 2026: Launch

| Task                               | Target  |
| ---------------------------------- | ------- |
| Testnet launch with pilot partners | Q2 2026 |
| Security audit completion          | Q2 2026 |
| Mainnet launch                     | Q2 2026 |
| First invoices funded              | Q2 2026 |
| {% endstep %}                      |         |

{% step %}

### Q3-Q4 2026 — Supply Chain Finance

#### Q3 2026: Partnerships & Design

| Task                               | Target  |
| ---------------------------------- | ------- |
| Enterprise partnership development | Q3 2026 |
| ERP integration framework          | Q3 2026 |
| Purchase order verification system | Q3 2026 |

#### Q4 2026: Development & Launch

| Task                               | Target  |
| ---------------------------------- | ------- |
| Smart contract development         | Q4 2026 |
| Pilot program with anchor partners | Q4 2026 |
| Public launch                      | Q4 2026 |
| {% endstep %}                      |         |

{% step %}

### 2027 — Trade Finance & Expansion

#### H1 2027: Trade Finance Design

| Task                                 | Target  |
| ------------------------------------ | ------- |
| Trade finance platform design        | H1 2027 |
| Letter of credit replacement product | H1 2027 |
| Partner bank integrations            | H1 2027 |

#### H2 2027: Development & Launch

| Task                            | Target  |
| ------------------------------- | ------- |
| Trade finance smart contracts   | H2 2027 |
| Documentary verification system | H2 2027 |
| Pilot with trade partners       | H2 2027 |
| {% endstep %}                   |         |

{% step %}

### Beyond 2027

#### Platform Expansion

| Initiative                   | Description                   |
| ---------------------------- | ----------------------------- |
| **Multi-chain Deployment**   | Expand beyond Polygon         |
| **Additional Asset Classes** | Equipment finance, inventory  |
| **Geographic Expansion**     | New markets and jurisdictions |

#### Institutional Products

| Initiative            | Description                      |
| --------------------- | -------------------------------- |
| **Managed Pools**     | Professional management          |
| **Tranched Products** | Senior/junior structures         |
| **Custom Mandates**   | Tailored institutional offerings |

#### Full Decentralization

| Initiative              | Description                    |
| ----------------------- | ------------------------------ |
| **DAO Transition**      | Complete governance handover   |
| **Community Ownership** | Fully decentralized operations |
| **Open Protocol**       | Permissionless participation   |
| {% endstep %}           |                                |
| {% endstepper %}        |                                |

***

## Key Milestones Summary

{% updates format="full" %}
{% update date="2026-02-28" %}

## P2P OTC Trading live

{% endupdate %}

{% update date="2026-06-01" %}

## Invoice Marketplace launch (Target: Q2 2026)

{% endupdate %}

{% update date="2026-12-01" %}

## Supply Chain Finance launch (Target: Q4 2026)

{% endupdate %}

{% update date="2027-01-01" %}

## Trade Finance Platform launch

{% endupdate %}

{% update date="2026-02-05" %}

## Multi-chain, institutional, full DAO

{% endupdate %}
{% endupdates %}

***

## Stay Updated

* **Blog** — Major announcements
* **Twitter** — Real-time updates
* **Discord** — Community discussion
* **Newsletter** — Monthly progress reports


---

# 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://triple-plus-global.gitbook.io/tpt-whitepaper/undefined/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.
