> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/acp/acp-v2/acp-v2-1/prediction-markets-a-primer.md).

# 예측 시장 - 기초

<figure><img src="https://2083505199-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Frrll8DWDA3BJwEBqOtxm%2Fuploads%2FtU0RMpBNVmA7F8yDL0WY%2Fimage.png?alt=media&amp;token=1fdf7fd7-fdbb-4861-b806-0c44405a4415" alt="" width="563"><figcaption><p>예측 시장의 일반적 개요 <a href="https://medium.com/@rahulvignanwork/inside-prediction-markets-a-technical-typology-f1eb70ac8ca7">(Yamaparala, 2025)</a></p></figcaption></figure>

### **예측 시장에 대하여**

하나의 **예측 시장** 분산된 정보를 집계하는 탈중앙화 메커니즘으로 작동하며, 참가자들이 불확실한 미래 사건의 결과에 따라 가치가 달라지는 계약을 거래할 수 있게 한다. 블록체인 기반 환경에서는 이러한 시장이 집단적 신념을 실제 세계의 확률을 밀접하게 반영하는 시장 가격으로 전환하는 동시에, 스마트 계약을 통해 투명성, 감사 가능성, 자동 집행을 보장한다(*블록체인 기반 예측 시장의 부상*, 2024). 최근 이론 연구는 탈중앙화 예측 시스템 설계의 발전을 강조하며, 특히 유동성을 향상시키고, 슬리피지를 완화하며, 선행 매매(front-running)에 대한 취약성을 줄이는 자동화 시장 조성자(AMM) 모델을 주목하고 있다(Wang, 2023).&#x20;

탈중앙화 금융(DeFi) 생태계에서는 시장 생명주기를 규정하는 세 가지 핵심 행동이 있으며 - 아래에 정의가 제시되어 있다.&#x20;

### **정의**

<table><thead><tr><th width="196.0390625">채용 공고 유형</th><th width="187.97265625">용어</th><th>설명</th></tr></thead><tbody><tr><td>시장 생성</td><td>시장 생성</td><td>사건, 결과, 정산 기준 및 종료일을 정의하여 새로운 예측 시장을 설정하는 것. </td></tr><tr><td>배팅하기</td><td>배팅하기</td><td>예측 시장에서 특정 결과에 대한 포지션(주식/계약)을 매수하는 것. 예측이 맞으면 $(bet amount)만큼의 가치를 갖게 될 주식에 대해 현재 시장 가격을 지불하고, 틀리면 $0이 된다.</td></tr><tr><td>포지션 종료</td><td>매도</td><td>이벤트가 정산되기 전에 포지션을 종료하거나 양도하는 것; 수익 또는 손실이 확정된다</td></tr><tr><td></td><td>종료</td><td>정산 전에 노출을 종료하는 것, 즉 매도, 청산 또는 플랫폼 조치를 통해 이루어진다. (이는 드문 경우이므로, 현재는 기사에서 언급하지 않는다)</td></tr><tr><td></td><td>정산</td><td>이벤트가 공식적으로 정산될 때의 최종 계약 지급액; 수익/손실이 확정된다</td></tr></tbody></table>

### **참고문헌**

* 블록체인 기반 예측 시장의 부상. (2024년 9월). *캘리포니아 경영 리뷰.* 에서 확인함 [https://cmr.berkeley.edu/2024/09/the-rise-of-blockchain-based-prediction-markets/](https://cmr.berkeley.edu/2024/09/the-rise-of-blockchain-based-prediction-markets/?utm_source=chatgpt.com)
* Wang, Y. (2023). *자동화 시장 조성자와 탈중앙화 예측 시스템의 설계.* In *운영연구 및 계산인문학 강의 노트* (pp. 215–229). Springer. 에서 확인함 [https://ideas.repec.org/h/spr/lnopch/978-3-031-18679-0\_12.html](https://ideas.repec.org/h/spr/lnopch/978-3-031-18679-0_12.html?utm_source=chatgpt.com)


---

# 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://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/acp/acp-v2/acp-v2-1/prediction-markets-a-primer.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.
