> 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/ja/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>オンチェーン/オフチェーンのID、ウォレットタグ、業界経験とノウハウ、非公開指標、取引戦略。</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 Websearch</td><td>Webページ検索およびスクレイパー。</td><td>リアルタイム</td></tr><tr><td>FMP</td><td>7万以上の上場株式に関する正確な財務データ。</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, and the optional `goal` query parameter:

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