> 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/protocol-overview/undefined.md).

# 핵심 메커니즘

모든 TPT 프로덕트는 단일 경제 패턴으로 운영됩니다:

{% @mermaid/diagram content="flowchart LR
A\[기업이<br/>매출채권 보유] --> B\[할인된 가격으로<br/>자산 등록]
B --> C\[투자자가<br/>자본 제공]
C --> D\[만기 시<br/>정산]
D --> E\[투자자<br/>수익 획득]
D --> F\[기업은 즉시<br/>유동성 확보]" %}

### 작동 방식

60일 후 만기인 $100,000 인보이스를 보유한 기업이 5% 할인($95,000)으로 등록할 수 있습니다. 투자자가 해당 인보이스를 매입하면 기업은 즉시 자금을 확보합니다. 채무자가 만기에 결제하면 투자자는 $100,000를 수령하게 되어 60일간 5.26%의 수익을 얻습니다.

### 패턴

이 패턴은 모든 TPT 프로덕트에 걸쳐 반복됩니다:

| 프로덕트       | 자산 유형    | 일반적인 만기 |
| ---------- | -------- | ------- |
| P2P 거래 플랫폼 | TPT 토큰   | 즉시      |
| 인보이스 팩토링   | 미수금 인보이스 | 30-90일  |
| 공급망 금융     | 구매주문서    | 60-120일 |
| 무역금융       | 무역서류     | 30-180일 |

기본 경제 원리는 일관됩니다: **지금 할인된 가격에 매입하고, 나중에 전액을 수령한다**.


---

# 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/protocol-overview/undefined.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.
