> 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/why-blockchain.md).

# Why Blockchain

TPT leverages blockchain infrastructure for specific advantages in trade finance:

<table><thead><tr><th width="197">Capability</th><th width="243">Traditional Finance</th><th>TPT Protocol</th></tr></thead><tbody><tr><td>Settlement</td><td>2-5 business days</td><td>Immediate on-chain</td></tr><tr><td>Custody</td><td>Bank intermediaries</td><td>Smart contract escrow</td></tr><tr><td>Transparency</td><td>Opaque, bilateral</td><td>Fully auditable</td></tr><tr><td>Access</td><td>Geographic/regulatory limits</td><td>Global, 24/7</td></tr><tr><td>Minimum investment</td><td>Often $100K+</td><td>Fractional participation</td></tr><tr><td>Operating hours</td><td>Business hours only</td><td>Continuous</td></tr></tbody></table>

***

## What We Use Blockchain For

The protocol does not use blockchain for speculation or token emissions—it uses programmable escrow and transparent settlement to make real trade finance more efficient.

### Programmable Escrow

Smart contracts hold assets and funds with predefined rules:

* No party can unilaterally access funds
* Settlement triggers are automatic and transparent
* Disputes follow on-chain resolution paths

### Transparent Settlement

All transactions are visible on-chain:

* Asset submissions and verifications
* Funding events
* Maturity and settlement
* Default and recovery

### Global Access

Anyone with an internet connection can:

* Submit assets for financing (after KYB)
* Invest in trade finance yields (after KYC)
* Participate 24/7, regardless of time zone

### Fractional Participation

Blockchain enables:

* Splitting large invoices into smaller investments
* Lower minimum investment thresholds
* Broader investor participation


---

# 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/why-blockchain.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.
