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

# 토큰 유틸리티

TPT는 네 가지 핵심 기능을 통해 플랫폼 운영을 지원하는 유틸리티 토큰입니다.

***

### 플랫폼 접근 (스테이킹 티어)

투자자는 플랫폼 기능에 접근하기 위해 TPT를 스테이킹합니다:

| 티어      | 필요 스테이킹량     | 혜택                |
| ------- | ------------ | ----------------- |
| **베이직** | \[추후 공개] TPT | 마켓플레이스 접근, 표준 수익률 |
| **프로**  | \[추후 공개] TPT | 우선 접근, 높은 한도      |
| **기관**  | \[추후 공개] TPT | 전담 서비스, 커스텀 풀     |

#### 스테이킹 작동 방식

{% stepper %}
{% step %}
TPT를 스테이킹 컨트랙트에 예치
{% endstep %}

{% step %}
티어 레벨 선택
{% endstep %}

{% step %}
해당 기능에 접근
{% endstep %}

{% step %}
플랫폼 참여 기간 동안 토큰 락업
{% endstep %}

{% step %}
쿨다운 기간 후 출금
{% endstep %}
{% endstepper %}

#### 티어별 스테이킹 혜택

| 기능        | 베이직 | 프로 | 기관 |
| --------- | --- | -- | -- |
| 마켓플레이스 접근 | ✅   | ✅  | ✅  |
| 표준 투자     | ✅   | ✅  | ✅  |
| 우선 접근     | ❌   | ✅  | ✅  |
| 높은 한도     | ❌   | ✅  | ✅  |
| 커스텀 풀     | ❌   | ❌  | ✅  |
| 전담 지원     | ❌   | ❌  | ✅  |

***

### 수수료 결제

플랫폼 수수료는 다음으로 결제 가능합니다:

| 결제 방법               | 수수료율              |
| ------------------- | ----------------- |
| 스테이블코인 (USDC, USDT) | 표준 요율             |
| TPT 토큰              | 할인 요율 (예: 20% 할인) |

#### 예시

| 수수료 유형        | USDC 결제 | TPT 결제         |
| ------------- | ------- | -------------- |
| 등록 수수료 (1%)   | $1,000  | TPT 기준 $800 상당 |
| 정산 수수료 (0.5%) | $500    | TPT 기준 $400 상당 |

이는 활발한 플랫폼 사용자로부터 TPT에 대한 지속적인 수요를 창출합니다.

***

### 트레이드 마이닝

P2P OTC 트레이더는 다음에 비례하여 TPT 리워드를 획득합니다:

| 요소            | 설명                |
| ------------- | ----------------- |
| **거래량**       | 높은 거래량 = 더 많은 리워드 |
| **체결률**       | 성공적인 거래에 더 많은 보상  |
| **플랫폼 가입 기간** | 장기 트레이더 보너스 배수    |

### 트레이드 마이닝 메커니즘

{% @mermaid/diagram content="flowchart LR
T\["P2P 거래<br/>완료"] --> R\["TPT 리워드<br/>획득"]
R --> S\["플랫폼 접근을 위해<br/>스테이킹"]
S --> M\["더 많은 기회에<br/>접근"]
M --> T" %}

트레이드 마이닝은 선순환을 만듭니다:

{% stepper %}
{% step %}
거래 → TPT 획득
{% endstep %}

{% step %}
TPT 스테이킹 → 투자자 기능 접근
{% endstep %}

{% step %}
투자 → 수익 획득
{% endstep %}

{% step %}
재투자 → 복리 수익
{% endstep %}
{% endstepper %}

***

## Governance (Future)

Token holders will participate in protocol governance:

| Governance Area         | Description                              |
| ----------------------- | ---------------------------------------- |
| **Fee Parameters**      | Adjust platform fee rates                |
| **Risk Parameters**     | Set exposure limits, debtor requirements |
| **New Asset Classes**   | Approve new product types                |
| **Treasury Allocation** | Direct protocol revenue                  |
| **Upgrades**            | Approve smart contract changes           |

### Governance Timeline

| Phase       | Governance Model                     |
| ----------- | ------------------------------------ |
| **Current** | Team governance with community input |
| **Phase 2** | Token voting on major decisions      |
| **Phase 3** | Full DAO with on-chain execution     |

{% hint style="info" %}
Governance features will launch progressively as the protocol matures.
{% 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/tpt-token/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.
