> 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/trust-and-security/transparency.md).

# Transparency

## On-Chain Reporting

All transactions are visible on-chain:

| Event                 | On-Chain Data                     |
| --------------------- | --------------------------------- |
| **Asset Submissions** | Hash, timestamp, seller address   |
| **Verifications**     | Result, verifier, timestamp       |
| **Funding Events**    | Amount, investor, terms           |
| **Settlements**       | Payment, distribution, completion |
| **Defaults**          | Declaration, recovery status      |
| **Fee Collection**    | Amount, destination               |

### Viewing On-Chain Data

* **Block Explorer** — \[Polygonscan link to be added]
* **Protocol Dashboard** — Real-time metrics
* **API Access** — Developer endpoints (future)

***

## Off-Chain Reporting

Regular publication of:

### Monthly Reports

| Metric            | Description               |
| ----------------- | ------------------------- |
| **Total Volume**  | Assets financed in period |
| **Active Assets** | Currently outstanding     |
| **Default Rate**  | % of assets in default    |
| **Recovery Rate** | % recovered from defaults |
| **Average Yield** | Realized investor returns |

### Quarterly Reports

| Report                 | Contents                          |
| ---------------------- | --------------------------------- |
| **Portfolio Analysis** | Asset distribution, concentration |
| **Performance Review** | Trends, comparisons               |
| **Protocol Updates**   | Development progress              |
| **Treasury Report**    | Fund balances, allocations        |

***

## Third-Party Verification

### Debtor Credit Assessment

| Provider | Service                          |
| -------- | -------------------------------- |
| \[TBD]   | Business credit scores           |
| \[TBD]   | Payment history data             |
| \[TBD]   | Financial statement verification |

### Document Verification

| Provider | Service                   |
| -------- | ------------------------- |
| \[TBD]   | Invoice authenticity      |
| \[TBD]   | Delivery confirmation     |
| \[TBD]   | Trade document validation |

### Reserve Attestations

| Provider | Service                             |
| -------- | ----------------------------------- |
| \[TBD]   | Quarterly reserve audits            |
| \[TBD]   | Smart contract balance verification |

***

## Real-Time Metrics

The protocol dashboard displays:

### Platform Metrics

| Metric                  | Description                 |
| ----------------------- | --------------------------- |
| **TVL**                 | Total Value Locked          |
| **Active Users**        | Investors, Sellers, Traders |
| **Volume (24h/7d/30d)** | Transaction volume          |
| **Average Yield**       | Current opportunity yields  |

### Asset Metrics

| Metric                    | Description         |
| ------------------------- | ------------------- |
| **Assets Listed**         | Currently available |
| **Assets Funded**         | Active investments  |
| **Maturity Distribution** | Time to payment     |
| **Debtor Quality**        | Rating distribution |

### Token Metrics

| Metric                   | Description               |
| ------------------------ | ------------------------- |
| **TPT Staked**           | Total in staking contract |
| **Trade Mining Rewards** | Distributed this period   |
| **Fee Revenue**          | Protocol earnings         |

***

## Communication Channels

### Official Updates

| Channel      | Content                      |
| ------------ | ---------------------------- |
| **Blog**     | Major announcements, reports |
| **Twitter**  | Real-time updates            |
| **Discord**  | Community discussion         |
| **Telegram** | Announcements                |

### Developer Resources

| Resource          | Content                             |
| ----------------- | ----------------------------------- |
| **Documentation** | This GitBook                        |
| **GitHub**        | Open-source code (where applicable) |
| **API Docs**      | Integration guides (future)         |

{% hint style="success" %}
Transparency is a core value. If you have questions about any aspect of protocol operations, reach out through official channels.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://triple-plus-global.gitbook.io/tpt-whitepaper/trust-and-security/transparency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
