> 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/research-and-analysis/data-accuracy.md).

# 데이터 정확도

**Minara가 잘못된 토큰을 분석했습니다.** 응답에 표시된 계약 주소와 체인을 확인하세요. 사용된 데이터 소스를 보려면 "Cooking completed" 추론 패널을 클릭하세요. 계약 주소와 체인을 명시적으로 지정하여 다시 질문하세요.

Minara가 특정 토큰에 대해 계속 잘못된 데이터를 반환한다면, 채팅 링크를 공유하고 Discord에 티켓을 열어 크레딧 환불을 요청하세요.

**Minara의 답변에는 사실 오류가 있습니다.** Minara에게 다시 불러와서 재분석하라고 요청하세요. 투자에 중요한 데이터는 최소 두 개의 독립적인 출처에서 핵심 값을 교차 확인하세요. Minara는 핵심 데이터를 특정 출처와 함께 표시합니다. 세부 내용을 보려면 "이 데이터는 어디에서 나온 건가요?"라고 물어볼 수 있습니다.

**Minara가 제 잘못된 가정에 동의했습니다.** 질문을 답을 포함한 진술형으로 구성하지 마세요(예: "BTC가 약세라고 생각하는데, 맞죠?"). Minara가 반박하지 않고 동의할 수 있습니다. 대신 여러 관점의 분석을 요청하세요: "BTC를 분석하고 각 신호가 강세 또는 약세 관점을 어떻게 지지하거나 반박하는지 보여주세요."

**Minara는 어떤 데이터 소스를 사용하나요?** Arkham, CoinMarketCap, CoinGlass, DeFiLlama, Glassnode, NFTGo, Polymarket, Goplus, xStocks를 포함한 50개 이상의 전문 데이터 제공업체를 사용합니다. 온체인 거래, 가격 데이터, DeFi, 소셜 심리, 거시 신호, 토큰화 주식까지 아우릅니다.


---

# 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/research-and-analysis/data-accuracy.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.
