> 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/minara-handbook/ko/technology/tools-integration.md).

# 도구 스택

Minara는 금융 및 암호화폐 분야의 다양한 데이터 소스와 Minara 팀의 비공개 데이터 및 지식 베이스를 포함하여 다음과 같은 외부 도구를 통합합니다.

## 데이터 소스

Minara는 실행 가능한 인사이트를 위해 웹 검색에 의존하지 않습니다, **왜냐하면 그것들은 종종 신뢰할 수 없고 최신이 아니기 때문입니다.** 대신 Minara는 다음 범주를 포함하는 다양한 업계 데이터 소스를 통합하기로 했습니다:

* **금융 데이터**: 거래, 주식, 암호화폐, DeFi, NFT, 청산, Web3 프로젝트/VC 정보 등
* **오디언스 데이터**: 개체, 보유자, 스마트 머니, 소셜 신원, 손익(P\&L), 관계 등
* **심리 데이터**: 뉴스, X 게시물 및 트렌드, 탐욕/공포 지수, 거시 신호, 정책 헤드라인 등

이러한 데이터는 **50+** 다음을 포함한 선도적인 업계 데이터 및 심리 제공업체에서 제공합니다:

<table><thead><tr><th width="238.9375">데이터 소스</th><th>데이터 용도</th><th>지연 시간</th></tr></thead><tbody><tr><td>Minara의 비공개 데이터베이스</td><td>온체인/오프체인 신원, 지갑 태그, 업계 경험과 노하우, 비공개 지표 및 거래 전략.</td><td>실시간</td></tr><tr><td>Arkham</td><td>거래, 자금 유입·유출 분석 및 개체 식별.</td><td>실시간</td></tr><tr><td>블록체인 RPC 제공업체</td><td>여러 블록체인에 대한 전체 데이터 접근.</td><td>실시간</td></tr><tr><td>상장/상장폐지 공지</td><td>최신 토큰 상장 및 상장폐지 이벤트를 포착합니다.</td><td>1 - 3초</td></tr><tr><td>CoinMarketCap/CoinGecko</td><td>포괄적인 토큰 정보, 가격 데이터 및 고급 지표.</td><td>실시간</td></tr><tr><td>CoinGlass</td><td>고급 암호화폐 및 ETF 데이터와 신호.</td><td>실시간</td></tr><tr><td>DeFiLlama</td><td>포괄적인 DeFi 데이터.</td><td>실시간</td></tr><tr><td>Glassnode</td><td>고급 블록체인 및 시장 인텔리전스.</td><td>실시간</td></tr><tr><td>NFTGo</td><td>포괄적인 NFT 데이터 및 시장 인사이트.</td><td>실시간</td></tr><tr><td>Virtuals.io/Pump.Fun/Bonk.fun 같은 토큰 런치패드</td><td>최신 토큰 출시 및 거래 데이터.</td><td>실시간</td></tr><tr><td>RootData</td><td>Web3 프로젝트, 팀, 자금 조달 및 뉴스에 대한 포괄적이고 신뢰할 수 있는 정보.</td><td>1분</td></tr><tr><td>소셜 미디어</td><td>소셜 미디어 및 심리 데이터.</td><td>실시간</td></tr><tr><td>글로벌 뉴스</td><td>거시적 추세를 포착하고 심리를 감지합니다. 대부분의 시나리오에 적용 가능합니다.</td><td>5-10초</td></tr><tr><td>Polymarket</td><td>이벤트 예측 및 확률</td><td>실시간</td></tr><tr><td>Goplus</td><td>토큰 및 스마트 계약 보안, 그리고 위험 분석.</td><td>실시간</td></tr><tr><td>xStocks</td><td>실물 주식 및 ETF의 토큰화된 표현.</td><td>실시간</td></tr><tr><td>OpenAI/Grok 웹 검색</td><td>웹 페이지 검색 및 스크래퍼.</td><td>실시간</td></tr><tr><td>FMP</td><td>70,000개 이상의 상장 주식에 대한 정확한 금융 데이터.</td><td>실시간</td></tr></tbody></table>

## 블록체인 상호작용

| 도구       | 용도                                                           |
| -------- | ------------------------------------------------------------ |
| 지갑 작업    | 사용자의 스마트 지갑을 사용해 거래를 전송합니다: 암호자산 거래, 스테이킹, 계약과의 상호작용, 토큰 생성. |
| N8N 워크플로 | 프롬프트로 어떤 종류의 암호화폐 워크플로도 생성합니다.                               |


---

# 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:

```
GET https://minara.ai/docs/minara-handbook/ko/technology/tools-integration.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.
