> For the complete documentation index, see [llms.txt](https://fizenio.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fizenio.gitbook.io/docs/general-introduction-to-fizen/fizens-story/how.md).

# How

We can clearly see that technology always moves fast and ahead of legal regulations. In the world today, most countries have accepted cryptocurrencies and the use of cryptocurrencies in payment. You can refer to information from the following wikipedia page:

<https://en.m.wikipedia.org/wiki/Legality_of_cryptocurrency_by_country_or_territory>

For countries that accept cryptocurrencies, users can pay cryptocurrencies directly to businesses.

<figure><img src="/files/exwEZjO4c2W0ov7FB00W" alt=""><figcaption></figcaption></figure>

For a small number of countries that do not allow the use of cryptocurrency in payment such as Indonesia, Thailand, Vietnam, we will be an intermediary to help convert cryptocurrencies to the fiat currency of that country to make payments for users.

<figure><img src="/files/AWiENQY9UO3Bnwmj5wNV" alt=""><figcaption></figcaption></figure>

Going back a bit in history, money is just a human invention that has made the exchange of goods more convenient and easier. "Money technology" has always been improved by humans. From the early days when humans used shells, coins, paper money, cards, money in bank's databases, to now, with peer-to-peer cryptocurrencies. We believe that what truly serves human life, such as cryptocurrencies, will endure and improve. Laws and regulations will also evolve gradually to enable technology to better serve humanity.

<figure><img src="/files/e5uFK2jq5mR4czA56ZfE" alt=""><figcaption></figcaption></figure>

Together with the development of awareness and legal regulations, we, along with many developers worldwide, are constantly striving to enhance technology and integrate it into everyday life. In the past, cryptocurrencies like Bitcoin experienced transaction fees as high as $25 and waiting times of over an hour for a single transaction (still cheaper and faster than traditional cross-border banking systems). In 2023, transferring cryptocurrency such as USDT on the Polygon blockchain incurs a fee of only $0.001, with transaction times measured in seconds for one or multiple transactions simultaneously. No international interbank system in the world can match this!

Fizen's focus is on bringing this technology into the lives of users and businesses. So, what actions have we taken?


---

# 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://fizenio.gitbook.io/docs/general-introduction-to-fizen/fizens-story/how.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.
