# 🔢 데이터 계층: 데이터를 위한 모든 것

"모든 데이터 과학자는 데이터 전처리에 80%의 시간을 할애하고, 20%의 시간을 분석 수행에 할애해야 한다."

그림 1에서 보듯이, 데이터는 전체 AI 워크플로우에서 매우 중요한 역할을 하며, AI 블록체인에서 기본적인 요소입니다. 모든 dAI 애플리케이션은 고품질 데이터에 의존합니다. 우리는 DIN 프로토콜을 설계하고 구현하여 인센티브 메커니즘을 통해 네트워크가 고품질 데이터를 확보할 수 있도록 보장합니다.

이 장에서는 DIN 프로토콜이 네트워크 참여자와 어떻게 작용하는지와 그들이 데이터 활동에 참여함으로써 어떻게 보상을 받을 수 있는지를 설명할 것입니다.

<figure><img src="/files/6SaiPNMYkI1lQafW4J2B" alt=""><figcaption><p>그림 1. AI workflow</p></figcaption></figure>


---

# 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://docs.din.lol/din-cook-data-for-ai/korean/din-1/exploring-din-an-in-depth-technical-overview.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.
