> 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/products/p2p.md).

# P2P 트레이딩

**상태: ✅ 운영 중**

TPT 토큰의 P2P 트레이딩을 가능하게 하는 기반 프로덕트입니다.

***

## 기능

P2P 트레이딩을 통해 사용자는 전통적인 거래소 중개 없이 서로 직접 TPT 토큰을 매매할 수 있습니다. 트레이더가 자신만의 가격과 조건을 설정합니다.

***

## 메커니즘

{% @mermaid/diagram content="flowchart LR
subgraph Maker\["주문 생성자"]
M1\["주문 생성"]
M2\["가격 & 수량 설정"]
M3\["에스크로 예치"]
end

```
subgraph Taker["주문 수락자"]
    T1["주문 탐색"]
    T2["선택 & 확인"]
    T3["거래 실행"]
end

M3 --> T1
T3 --> Settlement["스마트 컨트랙트<br/>정산"]" %}
```

{% stepper %}
{% step %}

### 주문 생성

1. 메이커가 매수 또는 매도 주문 생성
2. 커스텀 가격과 수량 설정
3. 토큰/스테이블코인을 에스크로 예치
   {% endstep %}

{% step %}

### 주문 실행

1. 테이커가 이용 가능한 주문 탐색
2. 매칭되는 주문 선택
3. 확인 및 거래 실행
4. 스마트 컨트랙트가 즉시 정산
   {% endstep %}
   {% endstepper %}

***

## 주요 특징

| 특징             | 설명                             |
| -------------- | ------------------------------ |
| **커스텀 가격 설정**  | 자신만의 매수/매도 가격 설정 (오더북 슬리피지 없음) |
| **에스크로 보호**    | 모든 거래가 스마트 컨트랙트로 보호            |
| **트레이드 마이닝**   | 완료된 거래에 대해 TPT 리워드 획득          |
| **제로 플랫폼 수수료** | P2P 트랜잭션에 거래 수수료 없음            |

***

## 에코시스템에서의 역할

P2P 트레이딩의 역할:

| 기능            | 설명                     |
| ------------- | ---------------------- |
| **토큰 분배**     | 사용자에게 TPT를 전달하는 메커니즘   |
| **유동성 부트스트랩** | TPT의 기반 유동성            |
| **온보딩 퍼널**    | 향후 프로덕트 사용자의 진입점       |
| **가격 발견**     | 중앙화 거래소 외부에서의 시장 가격 형성 |
|               |                        |

***

## 시작하기

{% stepper %}
{% step %}

### 월렛 연결

{% endstep %}

{% step %}

### 기본 인증 완료

{% endstep %}

{% step %}

### 주문 탐색 또는 생성

{% endstep %}

{% step %}

### 거래 및 리워드 획득

{% endstep %}
{% endstepper %}

{% hint style="success" %}
P2P OTC 트레이딩은 현재 운영 중입니다. \[앱 실행 →] <https://p2p.tripleplusglobal.io/>
{% 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/products/p2p.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.
