> 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は実用的な洞察を得るためにWeb検索に頼りません、 **なぜなら、それらはしばしば信頼性が低く、古いからです。** その代わりに、Minaraは以下のカテゴリをカバーするさまざまな業界データソースを統合することを選択しました：

* **金融データ**: 取引、株式、暗号資産、DeFi、NFT、清算、Web3プロジェクト/VC情報など
* **オーディエンスデータ**: エンティティ、保有者、スマートマネー、ソーシャルID、損益（P\&L）、関係性など
* **センチメントデータ**: ニュース、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によるWeb検索</td><td>Webページ検索およびスクレイパー。</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, 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.
