> For the complete documentation index, see [llms.txt](https://ontactprotocol-team.gitbook.io/ontactprotocol_en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ontactprotocol-team.gitbook.io/ontactprotocol_en/challenges-in-existing-iot-market.md).

# Challenges in existing IoT Market

About 20 years after the term Internet of Things (IoT) appeared, we are now living in a digital ecosystem where all people, things, and services are connected to the Internet network. Almost all devices we use are connected to the Internet network, which means that IoT technology is no longer a symbol of innovation, but has become a basic infrastructure that goes with our lives.

According to the forecast by International Data Corporation (IDC), the global IoT market size will maintain a CAGR of 12.6% until 2023 and will exceed $1 trillion in 2022 for the first time in history. In addition, the number of IoT devices connected to the Internet in 2025 is about 41.6 billion, and the digital data generated by these devices per year is about 79.4 ZB (1 ZB = 1.1trillion GB).

IoT devices and digital data connected to the Internet network are increasing exponentially. Various H/W and S/W are intertwining to generate data continuously, and these data are playing an important role in creating new added value for various businesses. Despite of the rapid development of H/W and S/W, the process for fair acquisition and use of data produced through the IoT system still has many problems. Most of the data still has various security issues such as hacking, leakage, and compliance issues, and at the same time, a specific centralized company or organization has a problem of privatizing (monopoly) or abusing data.


---

# 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://ontactprotocol-team.gitbook.io/ontactprotocol_en/challenges-in-existing-iot-market.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.
