# Home

## The Web3 Payment Infrastructure for SEA QR Commerce

Terminus is building the bridge between crypto liquidity and real-world commerce in Southeast Asia. It enables users to spend crypto through existing QR payment rails while merchants continue to receive local fiat with no merchant-side workflow change.

> This documentation hub contains the official Terminus whitepaper, network thesis, product architecture, token design, governance framework, and roadmap.

## Start Here

| If you want to understand...                   | Start with                                                                                                                                                             |
| ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| the full project in one pass                   | [Executive Summary](/terminus-docs/start-here/executive-summary.md)                                                                                                    |
| why Southeast Asia is the right launch market  | [Why Southeast Asia](/terminus-docs/market-thesis/why-southeast-asia.md)                                                                                               |
| how the payment flow actually works            | [How Terminus Works](/terminus-docs/product-and-infrastructure/how-terminus-works.md)                                                                                  |
| the token thesis and allocation model          | [TMNS Token Thesis](/terminus-docs/token-and-value-accrual/tmns-token-thesis.md) and [Tokenomics](/terminus-docs/token-and-value-accrual/tokenomics.md)                |
| how the project scales from product to network | [Terminus Payment Association](/terminus-docs/ecosystem-and-network/terminus-payment-association.md) and [Roadmap](/terminus-docs/governance-and-execution/roadmap.md) |

## At a Glance

* Live markets: Thailand and Vietnam
* Product surface: Terminus
* Merchant outcome: local fiat settlement
* Merchant requirement: no new QR code, no new POS, no crypto operations
* Partner role of AEON: integrated crypto payment channel, not user entry point
* Token placeholder: `TMNS`
* Token role: ecosystem incentive token
* Strategic horizon: broader exchange, wallet, and `x402`-aligned ecosystem expansion

## Core Thesis

Crypto has already achieved distribution. The open question is whether it can achieve everyday utility.

Terminus is designed to answer that question by connecting crypto balances to the QR payment rails already used across Southeast Asia. Rather than asking merchants to adopt crypto-native workflows, Terminus routes crypto-funded demand into the settlement systems merchants already trust.

This gives the network a three-layer shape:

* `Product Layer` a user-facing payment experience that turns crypto balances into real offline spending power
* `Infrastructure Layer` a routing, conversion, and settlement stack that connects digital assets to local QR rails
* `Network Layer` a tokenized ecosystem, supported by `TMNS` and the Terminus Payment Association, designed to coordinate growth over time

```mermaid
flowchart LR
    A["Crypto Liquidity"] --> B["Terminus Product"]
    B --> C["Routing, Conversion, and Settlement"]
    C --> D["SEA QR Payment Rails"]
    D --> E["Merchant Receives Local Fiat"]
    B --> F["TMNS Incentive Layer"]
    F --> G["Users, Partners, and Community"]
    G --> B
```

## Reading Paths

### For Community and Token Holders

* [Executive Summary](/terminus-docs/start-here/executive-summary.md)
* [Traction and Market Validation](/terminus-docs/market-thesis/traction-and-market-validation.md)
* [TMNS Token Thesis](/terminus-docs/token-and-value-accrual/tmns-token-thesis.md)
* [Tokenomics](/terminus-docs/token-and-value-accrual/tokenomics.md)
* [Value Accrual Model](/terminus-docs/token-and-value-accrual/value-accrual-model.md)
* [Roadmap](/terminus-docs/governance-and-execution/roadmap.md)

### For Partners and Operators

* [Why Southeast Asia](/terminus-docs/market-thesis/why-southeast-asia.md)
* [Product Overview](/terminus-docs/product-and-infrastructure/product-overview.md)
* [Merchant Experience](/terminus-docs/product-and-infrastructure/merchant-experience.md)
* [How Terminus Works](/terminus-docs/product-and-infrastructure/how-terminus-works.md)
* [Technology and Infrastructure](/terminus-docs/product-and-infrastructure/technology-and-infrastructure.md)
* [Go-To-Market Strategy](/terminus-docs/product-and-infrastructure/go-to-market-strategy.md)

### For Governance and Ecosystem Readers

* [Terminus Payment Association](/terminus-docs/ecosystem-and-network/terminus-payment-association.md)
* [Strategic Ecosystem and Future Integrations](/terminus-docs/ecosystem-and-network/strategic-ecosystem-and-future-integrations.md)
* [Governance](/terminus-docs/governance-and-execution/governance.md)
* [Use of Proceeds](/terminus-docs/governance-and-execution/use-of-proceeds.md)
* [Risk Factors](/terminus-docs/governance-and-execution/risk-factors.md)

## Documentation Map

The GitBook navigation is organized by theme:

* `Start Here` home and executive summary
* `Market Thesis` vision, problem, regional logic, positioning, and traction
* `Product and Infrastructure` user flow, merchant flow, system architecture, go-to-market, and business model
* `Ecosystem and Network` association design and strategic integrations
* `Token and Value Accrual` `TMNS` thesis, utility, tokenomics, and value capture
* `Governance and Execution` governance, roadmap, capital deployment, risks, and conclusion

## Full Table of Contents

See [SUMMARY.md](https://github.com/terminus-network/terminus_docs/blob/main/SUMMARY.md).


---

# Agent Instructions: 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:

```
GET https://terminus-1.gitbook.io/terminus-docs/start-here/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
