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

# 투명성

### 온체인 리포팅

모든 트랜잭션이 온체인에서 확인 가능합니다:

| 이벤트        | 온체인 데이터          |
| ---------- | ---------------- |
| **자산 제출**  | 해시, 타임스탬프, 셀러 주소 |
| **검증**     | 결과, 검증자, 타임스탬프   |
| **펀딩 이벤트** | 금액, 투자자, 조건      |
| **정산**     | 결제, 분배, 완료       |
| **디폴트**    | 선언, 회수 상태        |
| **수수료 징수** | 금액, 목적지          |

#### 온체인 데이터 확인

* **블록 익스플로러** — \[Polygonscan 링크 추가 예정]
* **프로토콜 대시보드** — 실시간 지표
* **API 접근** — 개발자 엔드포인트 (향후)

***

### 오프체인 리포팅

정기적으로 발행되는 항목:

#### 월간 리포트

| 지표         | 설명           |
| ---------- | ------------ |
| **총 거래량**  | 기간 내 금융 자산   |
| **활성 자산**  | 현재 미결제       |
| **디폴트율**   | 디폴트 자산 비율    |
| **회수율**    | 디폴트에서 회수된 비율 |
| **평균 수익률** | 실현된 투자자 수익   |

#### 분기 리포트

| 리포트           | 내용         |
| ------------- | ---------- |
| **포트폴리오 분석**  | 자산 분포, 집중도 |
| **퍼포먼스 리뷰**   | 트렌드, 비교    |
| **프로토콜 업데이트** | 개발 진행 상황   |
| **트레저리 리포트**  | 펀드 잔액, 배분  |

***

### 제3자 검증

#### 채무자 신용 평가

| 제공업체     | 서비스       |
| -------- | --------- |
| \[추후 공개] | 기업 신용 점수  |
| \[추후 공개] | 결제 이력 데이터 |
| \[추후 공개] | 재무제표 검증   |

#### 문서 검증

| 제공업체     | 서비스      |
| -------- | -------- |
| \[추후 공개] | 인보이스 진위  |
| \[추후 공개] | 배송 확인    |
| \[추후 공개] | 무역 문서 검증 |

#### 적립금 증명

| 제공업체     | 서비스            |
| -------- | -------------- |
| \[추후 공개] | 분기별 적립금 감사     |
| \[추후 공개] | 스마트 컨트랙트 잔액 검증 |

***

### 실시간 지표

프로토콜 대시보드에 표시되는 항목:

#### 플랫폼 지표

| 지표                    | 설명                           |
| --------------------- | ---------------------------- |
| **TVL**               | 총 예치 자산 (Total Value Locked) |
| **활성 사용자**            | 투자자, 셀러, 트레이더                |
| **거래량 (24시간/7일/30일)** | 트랜잭션 볼륨                      |
| **평균 수익률**            | 현재 기회의 수익률                   |

#### 자산 지표

| 지표         | 설명       |
| ---------- | -------- |
| **등록된 자산** | 현재 이용 가능 |
| **펀딩된 자산** | 활성 투자    |
| **만기 분포**  | 결제까지의 시간 |
| **채무자 품질** | 등급 분포    |

#### 토큰 지표

| 지표               | 설명             |
| ---------------- | -------------- |
| **스테이킹된 TPT**    | 스테이킹 컨트랙트 내 총량 |
| **트레이드 마이닝 리워드** | 이 기간에 분배된 양    |
| **수수료 수익**       | 프로토콜 수입        |

***

### 커뮤니케이션 채널

#### 공식 업데이트

| 채널           | 내용         |
| ------------ | ---------- |
| **블로그**      | 주요 공지, 리포트 |
| **Twitter**  | 실시간 업데이트   |
| **Discord**  | 커뮤니티 토론    |
| **Telegram** | 공지사항       |

#### 개발자 리소스

| 리소스        | 내용             |
| ---------- | -------------- |
| **문서**     | 이 GitBook      |
| **GitHub** | 오픈소스 코드 (해당 시) |
| **API 문서** | 통합 가이드 (향후)    |

{% hint style="success" %}
투명성은 핵심 가치입니다. 프로토콜 운영의 어떤 측면에 대해서든 질문이 있으시면 공식 채널을 통해 연락해 주세요.
{% 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/trust-and-security/undefined-2.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.
