> 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/resources/official-links.md).

# Official Links

## Official Channels

| Channel        | Link           | Purpose                |
| -------------- | -------------- | ---------------------- |
| **Website**    | \[Coming Soon] | Main website           |
| **Whitepaper** | This GitBook   | Protocol documentation |
| **Twitter**    | \[Coming Soon] | Announcements, updates |
| **Discord**    | \[Coming Soon] | Community discussion   |
| **Telegram**   | \[Coming Soon] | Announcements          |
| **Medium**     | \[Coming Soon] | Blog posts, deep dives |

## Product Links

| Product                  | Link               | Status         |
| ------------------------ | ------------------ | -------------- |
| **P2P OTC Trading**      | [Launch App](#)    | ✅ Live         |
| **Invoice Marketplace**  | [Join Waitlist](#) | 🔨 Development |
| **Supply Chain Finance** | [Learn More](#)    | 🗓️ Planned    |
| **Trade Finance**        | [View Roadmap](#)  | 🗓️ Future     |

## Developer Resources

| Resource       | Link           | Description        |
| -------------- | -------------- | ------------------ |
| **GitHub**     | \[Coming Soon] | Open-source code   |
| **API Docs**   | \[Coming Soon] | Integration guides |
| **SDK**        | \[Coming Soon] | Developer tools    |
| **Bug Bounty** | \[Coming Soon] | Security rewards   |

## Block Explorers

| Network     | Explorer                                | TPT Contract        |
| ----------- | --------------------------------------- | ------------------- |
| **Polygon** | [Polygonscan](https://polygonscan.com/) | \[Link to be added] |

## Analytics & Data

| Platform           | Link           | Data              |
| ------------------ | -------------- | ----------------- |
| **DeFi Llama**     | \[Coming Soon] | TVL, metrics      |
| **Dune Analytics** | \[Coming Soon] | On-chain data     |
| **Token Terminal** | \[Coming Soon] | Financial metrics |

## Token Information

| Platform          | Link           |
| ----------------- | -------------- |
| **CoinGecko**     | \[Coming Soon] |
| **CoinMarketCap** | \[Coming Soon] |
| **DEX Screener**  | \[Coming Soon] |

## Audits & Security

| Auditor | Report              | Date   |
| ------- | ------------------- | ------ |
| \[TBD]  | \[Link to be added] | \[TBD] |

## Media & Press

| Type                | Link                 |
| ------------------- | -------------------- |
| **Press Kit**       | \[Coming Soon]       |
| **Brand Assets**    | \[Coming Soon]       |
| **Media Inquiries** | \[Email to be added] |

## Legal

| Document             | Link           |
| -------------------- | -------------- |
| **Terms of Service** | \[Coming Soon] |
| **Privacy Policy**   | \[Coming Soon] |
| **Risk Disclosure**  | \[Coming Soon] |

## Support

| Channel              | Purpose           |
| -------------------- | ----------------- |
| **Discord #support** | General questions |
| **Email**            | \[Coming Soon]    |
| **FAQ**              | \[Coming Soon]    |

## Stay Updated

### Newsletter

Subscribe to our newsletter for:

* Monthly progress updates
* New feature announcements
* Community highlights

[Subscribe →](#)

### Social Follow

* Twitter for real-time updates
* Discord for community discussion
* Medium for in-depth articles

{% hint style="success" %}
Bookmark this page for quick access to all official TPT Protocol resources.
{% 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/resources/official-links.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.
