Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/blockchain/Algorand/algorand-coinpath-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ keywords:

Coinpath walks ALGO and ASA flows between Algorand addresses — forward to see where funds went, backward to see where they came from. The API returns senders, receivers, hop depth, amounts, currency metadata, and transaction details at each level. Common use cases: AML screening, treasury audits, exchange deposit tracing, and source-of-funds verification.

:::tip Trace Algorand funds with AI — no queries needed
Connect the [Bitquery MCP server](https://mcp.bitquery.io/) to Claude, Cursor, or ChatGPT and ask in plain English: _"Trace where ALGO from this address went, 3 hops deep, and show the largest receivers."_ The agent walks the fund flow for you. See [AI Investigations](https://bitquery.io/solutions/ai-investigations) and the [Tracing MCP guide](/docs/mcp/Tracing/overview).
:::

:::info Endpoint
Algorand GraphQL queries are served at `https://graphql.bitquery.io`.
:::
Expand Down
4 changes: 4 additions & 0 deletions docs/blockchain/Bitcoin/bitcoin-coinpath-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Coinpath walks Bitcoin fund flows between addresses — forward to see where fun

<VideoPlayer url="https://www.youtube.com/watch?v=pEVNAhfEOJ4" />

:::tip Trace Bitcoin funds with AI — no queries needed
Connect the [Bitquery MCP server](https://mcp.bitquery.io/) to Claude, Cursor, or ChatGPT and ask in plain English: _"Trace where BTC from bc1q... went over the last 30 days, 3 hops deep, and flag any exchange deposits."_ The agent walks the fund flow for you. See [AI Investigations](https://bitquery.io/solutions/ai-investigations) and the [Tracing MCP guide](/docs/mcp/Tracing/overview).
:::

:::info Endpoint
Bitcoin GraphQL queries are served at `https://graphql.bitquery.io`.
:::
Expand Down
4 changes: 4 additions & 0 deletions docs/blockchain/Cardano/coinpath.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ keywords:

Coinpath walks ADA flows between Cardano addresses across multiple hops — forward to see where funds went, backward to see where they came from. Because Cardano uses an eUTXO model, the API stitches chains of UTXOs together and returns senders, receivers, hop depth, amounts, and transaction counts at each level. Common use cases: AML / compliance screening, DAO treasury audits, exchange deposit tracing, and source-of-funds verification.

:::tip Trace Cardano funds with AI — no queries needed
Connect the [Bitquery MCP server](https://mcp.bitquery.io/) to Claude, Cursor, or ChatGPT and ask in plain English: _"Trace where ADA from addr1... came from and where it went, 2 hops each way."_ The agent walks the fund flow for you. See [AI Investigations](https://bitquery.io/solutions/ai-investigations) and the [Tracing MCP guide](/docs/mcp/Tracing/overview).
:::

:::info Endpoint
Cardano GraphQL queries are served at `https://graphql.bitquery.io`.
:::
Expand Down
4 changes: 2 additions & 2 deletions docs/blockchain/Solana/Pumpfun/Pump-Fun-API.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ subscription {
[All Pump.fun tokens created by an address — Query ➤](https://ide.bitquery.io/all-Pump-fun-tokens-created-by-an-address_3)

:::tip
Want to analyze the funding history and transaction patterns of a creator? Check out our [Money Flow API](https://docs.bitquery.io/v1/docs/Examples/coinpath/money-flow-api#funding-history-of-address) to track fund movements and understand creator behavior.
Want to analyze the funding history and transaction patterns of a creator? Connect the [Bitquery MCP server](https://mcp.bitquery.io/) and ask an AI agent to trace the creator's funding in plain English ([AI Investigations](https://bitquery.io/solutions/ai-investigations)), or use our [Money Flow API](https://docs.bitquery.io/v1/docs/Examples/coinpath/money-flow-api#funding-history-of-address) to query fund movements directly.
:::

<details>
Expand Down Expand Up @@ -1835,7 +1835,7 @@ Find wallet addresses of top creators by number of tokens launched
[Top Pump.fun token creators — Query ➤](https://ide.bitquery.io/Top-pump-fun-token-creators_2)

:::tip
Want to dive deeper into a creator's background? Use our [Money Flow API](https://docs.bitquery.io/v1/docs/Examples/coinpath/money-flow-api#funding-history-of-address) to analyze funding history and trace the source of funds for any Pump.fun creator.
Want to dive deeper into a creator's background? Ask an AI agent via the [Bitquery MCP server](https://mcp.bitquery.io/) to trace the source of funds for any Pump.fun creator ([AI Investigations](https://bitquery.io/solutions/ai-investigations)), or use our [Money Flow API](https://docs.bitquery.io/v1/docs/Examples/coinpath/money-flow-api#funding-history-of-address) to analyze funding history directly.
:::

<details>
Expand Down
2 changes: 1 addition & 1 deletion docs/graphql/data-coverage-retention.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ That pair is the exception, not a general rule: **every other Solana realtime cu
|---|---|---|---|
| Transfers / Transactions | ✅ | ✅ full history | Full archive available. |
| Balances | ✅ | ✅ | Point-in-time supported. |
| Coinpath (money flow) | — | ✅ (v1) | Coinpath is served by the [v1 API](https://docs.bitquery.io/v1/); there is no v2 equivalent yet. |
| Coinpath (money flow) | — | ✅ (v1) | Coinpath is served by the [v1 API](https://docs.bitquery.io/v1/); there is no v2 equivalent yet. For AI-driven fund tracing, use the [Bitquery MCP server](https://mcp.bitquery.io/) ([Tracing MCP guide](/docs/mcp/Tracing/overview)). |

### Trading cube (cross-chain Trades / Tokens / Pairs)

Expand Down
2 changes: 1 addition & 1 deletion docs/mcp/Tracing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sidebar_label: Overview
---
# Tracing MCP - What You Can Do With It

These are the patterns we see most often when teams plug the [Bitquery MCP server](https://mcp.bitquery.io) into Claude, Cursor, ChatGPT, or Claude Code. **You don't write SQL** - you ask in plain English, the agent does the rest. Each pattern below shows the kind of question that works and what comes back.
These are the patterns we see most often when teams plug the [Bitquery MCP server](https://mcp.bitquery.io) into Claude, Cursor, ChatGPT, or Claude Code. **You don't write SQL** - you ask in plain English, the agent does the rest. Each pattern below shows the kind of question that works and what comes back. For the full product, see [AI Investigations](https://bitquery.io/solutions/ai-investigations).

---

Expand Down
6 changes: 4 additions & 2 deletions docs/usecases/wallet-provenance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Order the wallet's incoming transfers ascending by time and take the first — t
}
```

Order by `Block_Time` (not a transaction-timestamp field, which can drop rows). Repeat on the funder to walk the chain back a few hops; for deep multi-hop money-flow use [Coinpath](https://docs.bitquery.io/v1/docs/Examples/coinpath/money-flow-api).
Order by `Block_Time` (not a transaction-timestamp field, which can drop rows). Repeat on the funder to walk the chain back a few hops; for deep multi-hop money-flow, connect the [Bitquery MCP server](https://mcp.bitquery.io/) and ask an AI agent to trace it for you ([AI Investigations](https://bitquery.io/solutions/ai-investigations)), or use [Coinpath](https://docs.bitquery.io/v1/docs/Examples/coinpath/money-flow-api) directly.

## Every token a wallet deployed (rug-check)

Expand Down Expand Up @@ -62,11 +62,13 @@ Find contract-creation events by a deployer address to see all tokens/contracts
items={[
{ q: "How do I find who funded a wallet?", a: "Order the wallet's incoming transfers ascending by Block_Time and take the first; its sender is the initial funder. Walk back a few hops on the funder for provenance." },
{ q: "How do I list every token a deployer launched?", a: "Query contract-creation calls (Create: true) filtered by the deployer/signer address; Call.To is each newly-deployed contract. Repeat-deployer patterns are a rug signal." },
{ q: "Can I follow funds across many hops automatically?", a: "For deep multi-hop money-flow, use Coinpath (currently a v1 capability). The transfer-ordering recipe here is best for one or a few hops." },
{ q: "Can I follow funds across many hops automatically?", a: "Yes. Connect the Bitquery MCP server (https://mcp.bitquery.io) to Claude, Cursor, or ChatGPT and ask the agent to trace funds across hops in plain English. Coinpath (v1) is the query-level option. The transfer-ordering recipe here is best for one or a few hops." },
]}
/>

## Next steps

- [ERC-20 transfers API](/docs/blockchain/Ethereum/transfers/erc20-token-transfer-api/)
- [Tracing MCP guide](/docs/mcp/Tracing/overview)
- [AI Investigations](https://bitquery.io/solutions/ai-investigations)
- [Coinpath (v1)](https://docs.bitquery.io/v1/docs/Examples/coinpath/money-flow-api)
5 changes: 2 additions & 3 deletions src/components/HomepageFeatures/sectionsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,8 @@ export const personas = [
},
{
title: "Investigators & compliance",
body: "Wallet timelines, money-flow tracing, entity helpers, exportable datasets.",
to: "https://docs.bitquery.io/v1/docs/Examples/coinpath/money-flow-api",
external: true,
body: "AI fund-flow tracing via MCP, AML risk scoring, wallet timelines.",
to: "/docs/mcp/Tracing/overview/",
},
];

Expand Down
Loading