# Payment module

* **Land Occupation Payment**
  * Currently, we support USDT and USDC on TON, Solana, and ETH for land occupation payments.
* **Consumption Payment**
  * We also support USDT and USDC on TON, Solana, and ETH for transaction settlements. For example, if you spend 600 yen at a McDonald's in Shibuya, Japan, you only need to transfer the equivalent of 600 yen in USDC/USDT to that landmark. The McDonald's will receive the corresponding transfer amount in their merchant backend and can withdraw it at any time.


---

# 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://heyoplanet.gitbook.io/heyoplanet-docs/heyo-planet/payment-module.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.
