> 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-mechanics/undefined-1.md).

# 투자자 가이드

투자자는 무역금융 자산에 펀딩하여 수익을 얻습니다:

{% @mermaid/diagram content="flowchart TD
A\["1️⃣ 플랫폼 접근"]
B\["2️⃣ 탐색 & 분석"]
C\["3️⃣ 투자"]
D\["4️⃣ 모니터링"]
E\["5️⃣ 수익 수령"]

```
A --> B --> C --> D --> E

A -.- A1["TPT 토큰 스테이킹<br/>KYC 완료"]
B -.- B1["기회 검토<br/>리스크/수익 평가"]
C -.- C1["자본 커밋<br/>전체 또는 분할"]
D -.- D1["퍼포먼스 추적<br/>업데이트 수신"]
E -.- E1["만기 시 수령<br/>재투자 또는 출금"]" %}
```

{% stepper %}
{% step %}

### 단계: 플랫폼 접근

투자자는 다음을 통해 플랫폼 접근 권한을 얻습니다:

* KYC 인증 완료
* TPT 토큰 스테이킹 (금액에 따라 접근 티어 결정)
* 지원되는 월렛 연결
  {% endstep %}

{% step %}

### 단계: 탐색 & 분석

마켓플레이스는 주요 지표와 함께 이용 가능한 기회를 표시합니다:

| 지표          | 설명           |
| ----------- | ------------ |
| **액면가**     | 만기 시 총 금액    |
| **할인율**     | 현재 가격        |
| **예상 수익률**  | 연환산 수익률      |
| **만기까지 일수** | 결제까지 남은 시간   |
| **채무자 등급**  | 신용도 평가       |
| **셀러 이력**   | 플랫폼 내 트랙 레코드 |

투자자는 자산 유형, 수익률 범위, 만기, 채무자 품질 등으로 필터링할 수 있습니다.

{% endstep %}

{% step %}

### 단계: 투자

투자 옵션:

| 옵션        | 설명                |
| --------- | ----------------- |
| **전체 매입** | 자산 전체 매입          |
| **분할 매입** | 일부만 매입 (최소 금액 제한) |
| **풀 참여**  | 분산된 자산 풀에 투자 (향후) |

자본은 스마트 컨트랙트를 통해 커밋됩니다. 펀딩 후 투자금은 만기까지 락업됩니다.

{% endstep %}

{% step %}

### 단계: 모니터링

보유 기간 동안 투자자는 다음을 할 수 있습니다:

* 대시보드에서 자산 상태 추적
* 결제 이벤트 알림 수신
* 포트폴리오 퍼포먼스 지표 확인
* 가능한 경우 채무자 업데이트 접근
  {% endstep %}

{% step %}

### 단계: 수익 수령

만기 시:

1. 채무자 결제가 스마트 컨트랙트로 수신
2. 원금 + 수익 계산
3. 출금 또는 재투자 가능
   {% endstep %}
   {% endstepper %}

***

### 수익률 이해하기

연 5-10% APY의 예상 수익률은 다음에서 도출됩니다:

| 요소         | 영향                        |
| ---------- | ------------------------- |
| **할인율**    | 일반적으로 30일당 1-3%           |
| **연환산**    | 2% 할인의 30일 인보이스 ≈ 24% APY |
| **리스크 조정** | 고위험 채무자는 더 높은 할인율 요구      |
| **시장 역학**  | 수요/공급이 가격에 영향             |

{% hint style="info" %}
수익률은 보장되지 않습니다. 실제 수익은 채무자의 성공적인 결제에 따라 달라집니다.
{% 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/tpt-whitepaper-kr/protocol-mechanics/undefined-1.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.
