> 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/zh/ji-shu/tools-integration.md).

# 工具栈

Minara 集成了以下外部工具，包括来自金融和加密领域的多种数据源，以及 Minara 团队的私有数据和知识库。

## 数据源

Minara 不依赖网络搜索来获取可执行的洞察， **因为这些信息往往不可靠且已过时。** 因此，Minara 选择整合多种行业数据源，涵盖以下类别：

* **金融数据**：交易、股票、加密货币、DeFi、NFT、清算、Web3 项目/VC 信息等
* **受众数据**：实体、持有者、聪明资金、社交身份、盈亏、关系等
* **情绪数据**：新闻、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/zh/ji-shu/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.
