> For the complete documentation index, see [llms.txt](https://lemonchain.gitbook.io/lemonchain_whitepaper_v1.9_kor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lemonchain.gitbook.io/lemonchain_whitepaper_v1.9_kor/whitepaper/5./5.5.md).

# 5.5 데이터 마켓 플레이스

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

데이터 마켓 플레이스(Data Marketplace)는 헬스케어 데이터를 구매하거나 판매할 수 있는 공간이다. 마켓은 공급자 측면의 인터페이스와 수요자 측면의 인터페이스로 구성되며, 공급자는 블록체인을 통해 마켓에 헬스케어 데이터를 등록하여 수요자에게 데이터 접근 및 사용을 승인하거나 거부할 수 있다.

수요자는 데이터 공급자를 손쉽게 검색할 수 있으며, 데이터 공급자에게 일정량의 LEMC 토큰을 제공함으로써 데이터의 사용권을 획득할 수 있다. 데이터 공급자는 등록 시 자신의 데이터를 어느 범위까지 공개할지 설정할 수 있으며, 이를 통해 데이터에 대한 권리를 행사할 수 있다.

데이터의 가격은 시장 평균가를 기본으로 하며 공급자가 별도의 번거로움 없이도 데이터 마켓 플레이스를 활용할 수 있도록 원하는 가격을 설정할 수 있는 선택권을 보장한다.


---

# 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://lemonchain.gitbook.io/lemonchain_whitepaper_v1.9_kor/whitepaper/5./5.5.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.
