> 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/protocol-overview/core-mechanism.md).

# Core Mechanism

{% @mermaid/diagram content="flowchart LR
A\[Business holds<br/>receivable] --> B\[Lists asset<br/>at discount]
B --> C\[Investor<br/>provides capital]
C --> D\[Settlement<br/>on maturity]
D --> E\[Investor earns<br/>yield]
D --> F\[Business received<br/>immediate liquidity]" %}

### How it works

A business holding a $100,000 invoice due in 60 days might list it at a 5% discount ($95,000). An investor purchases the invoice, providing the business with immediate capital. When the debtor pays at maturity, the investor receives $100,000—a 5.26% return over 60 days.

### The pattern

| Product              | Asset Type      | Typical Maturity |
| -------------------- | --------------- | ---------------- |
| P2P OTC Trading      | TPT Tokens      | Immediate        |
| Invoice Factoring    | Unpaid Invoices | 30-90 days       |
| Supply Chain Finance | Purchase Orders | 60-120 days      |
| Trade Finance        | Trade Documents | 30-180 days      |

{% hint style="info" %}
The underlying economics remain consistent across products: **discount now, collect full value later**.
{% 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/protocol-overview/core-mechanism.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.
