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

# P2P Trading

**Status: ✅ Live**

The foundation product enabling peer-to-peer trading of TPT tokens.

***

## What It Does

P2P Trading allows users to buy and sell TPT tokens directly with each other, without traditional exchange intermediaries. Traders set their own prices and terms.

***

## Mechanism

{% @mermaid/diagram content="flowchart LR
subgraph Maker\["Order Maker"]
M1\["Create Order"]
M2\["Set Price & Amount"]
M3\["Deposit to Escrow"]
end

```
subgraph Taker["Order Taker"]
    T1["Browse Orders"]
    T2["Select & Confirm"]
    T3["Execute Trade"]
end

M3 --> T1
T3 --> Settlement["Smart Contract<br/>Settlement"]" %}
```

### Order Flow

{% stepper %}
{% step %}

### Order Creation

* Maker creates buy or sell order
* Sets custom price and amount
* Deposits tokens/stablecoins to escrow
  {% endstep %}

{% step %}

### Order Execution

* Taker browses available orders
* Selects matching order
* Confirms and executes trade
* Smart contract settles instantly
  {% endstep %}
  {% endstepper %}

***

## Key Features

| Feature                | Description                                           |
| ---------------------- | ----------------------------------------------------- |
| **Custom Pricing**     | Set your own buy/sell prices (no order book slippage) |
| **Escrow Protection**  | All trades secured by smart contract                  |
| **Trade Mining**       | Earn TPT rewards for completed trades                 |
| **Zero Platform Fees** | No trading fees on P2P transactions                   |

***

## Role in Ecosystem

P2P Trading serves as:

| Function                | Description                                  |
| ----------------------- | -------------------------------------------- |
| **Token Distribution**  | Mechanism for getting TPT to users           |
| **Liquidity Bootstrap** | Foundation liquidity for TPT                 |
| **Onboarding Funnel**   | Entry point for future product users         |
| **Price Discovery**     | Market pricing outside centralized exchanges |

***

## Getting Started

{% stepper %}
{% step %}

### Connect your wallet

Connect the wallet you use to hold TPT or stablecoins.
{% endstep %}

{% step %}

### Complete basic verification

Follow the platform's verification steps to enable trading.
{% endstep %}

{% step %}

### Browse or create orders

Search available orders or create a new buy/sell order with your custom price and amount.
{% endstep %}

{% step %}

### Trade and earn rewards

Execute trades and earn TPT trade mining rewards as applicable.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
P2P OTC Trading is live now. [Launch App →](https://quick-badge-086985.framer.app/)
{% 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/products/p2p-trading.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.
