> 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/tpt-whitepaper-kr/introduction.md).

# Introduction

**TPT Protocol**은 무역금융을 위한 탈중앙화 인프라로, 기업들이 보유한 매출채권을 통해 유동성을 확보할수있도록지원하며, 동시에 크립토 네이티브 투자자들에게는 실제 기업 현금 흐름에 기반한 수익기회를 제공합니다.

TPT 프로토콜은 근본적인 비효율성을 해결하고자 합니다 : 전 세계 기업들은 미수금 인보이스, 구매주문서, 무역서류 등 수조 달러 규모의 자산을 보유하고 있습니다. 이러한 자산들은 실제 경제적 가치를 나타내지만 유동성이 부족합니다. 한편, 크립토 자본시장은 투기적 토큰 발행과 무관한 지속 가능한 수익원을 찾고 있습니다.

TPT는 여러 무역금융 자산 클래스를 아우르는 통합 플랫폼을 통해 이 격차를 해소합니다:

* **P2P 거래 플랫폼** — 현재 운영 중
* **인보이스 팩토링 마켓플레이스** — 개발 중
* **공급망 금융 (Supply Chain Finance)** — 예정
* **무역금융 플랫폼 (Trade Finance Platform)** — 향후 계획

각 프로덕트는 동일한 핵심 패턴을 따릅니다: 기업은 미래 매출채권을 할인된 가격에 즉시 유동화하고, 투자자는 결제 시점에 차익(스프레드)을 수익으로 얻습니다.

본 문서는 프로토콜의 메커니즘, 참여자 역할, 자산 클래스, 토큰 이코노믹스, 그리고 리스크 프레임워크를 설명합니다.


---

# 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/tpt-whitepaper-kr/introduction.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.
