> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/ko/faq/trading/prediction-markets.md).

# 예측 시장

**왜 세 개의 예측 시장이 모두 NO로 표시되거나, 아니면 모두 YES로 표시되나요?** 이는 예상된 동작이며, 버그가 아닙니다.

세 가지 베팅 유형은 각각 별도의 예측 시장입니다. Minara의 AI는 각 시장을 독립적으로 평가하며, 해당 사건에 대한 자체 확률 추정치를 시장이 그 확률을 어떻게 가격에 반영했는지와 비교합니다. 목표는 우위를 찾는 것입니다. 즉, AI의 추정치가 암시된 배당률과 의미 있게 다른 경우를 찾는 것입니다.

AI가 YES 또는 NO를 추천하는지는 두 가지 요소가 함께 작용하는지에 따라 달라집니다:

* **승률**: AI가 그 사건이 발생할 가능성이 얼마나 높다고 보는지
* **배당률**: 발생할 경우 시장이 얼마나 지급하는지

확률이 높은 결과라고 해서 배당률이 너무 낮아 베팅할 가치가 없다면 자동으로 YES가 되는 것은 아닙니다. AI는 자신의 확률 추정치가 시장 가격이 암시하는 것보다 높을 때만 YES를 추천합니다.

**AI가 Range 시장의 확률을 계산하는 방법**

Below, In-range, Above의 세 가지 결과가 있는 Range 시장의 경우, AI는 하나의 모델을 호출해 P(BTC > X)를 출력합니다. 이는 BTC가 결제 시점에 특정 가격 X를 초과할 확률입니다. 이 계산은 각 경계 가격에 대해 실행됩니다.


---

# 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://minara.ai/docs/support/ko/faq/trading/prediction-markets.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.
