> For the complete documentation index, see [llms.txt](https://docs.matrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.matrix.io/ceos-message/hong-kong-is-rewriting-the-stablecoin-game.md).

# Hong Kong is rewriting the stablecoin game!

<figure><img src="/files/2MsPZzhAxFkciFQ4Dij3" alt=""><figcaption></figcaption></figure>

Hello everyone! Today, I would like to discuss a topic that is both full of opportunities and carries significant responsibilities: stablecoins. The Hong Kong Stablecoin Ordinance came into effect in August 2025. This legislation, together with the draft regulatory guidelines for licensed stablecoin issuers, provides a clear and comprehensive framework for the issuance and operation of fiat-pegged stablecoins. What we will discuss today is how to find a truly feasible and implementable solution in the context of continuously increasing compliance requirements. Hong Kong’s requirements are stricter than ever before. The regulations explicitly stipulate that stablecoin issuers must ensure “real-name traceability,” with all user identities subject to strict verification and retention for at least five years; any anonymous addresses and unauthorized DeFi protocol services are prohibited. Such requirements are far more stringent and complex than traditional financial institutions’ KYC standards. Especially in large-scale application scenarios, relying solely on traditional document scanning and facial recognition is insufficient to meet requirements and cannot withstand attacks from forged documents and AI face swapping. — Owen Tao, CEO


---

# 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://docs.matrix.io/ceos-message/hong-kong-is-rewriting-the-stablecoin-game.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.
