cryptoquant-pro-2-10-teneo

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

CryptoQuant Pro 2.10 - powered by Teneo Protocol

CryptoQuant Pro 2.10 - powered by Teneo Protocol

Purpose

用途

This is a data-gathering agent. Use it to query real-time data via the Teneo CLI (TypeScript/Node.js). The CLI source code is in the
teneo-cli
skill — do NOT search the web for external CLIs or tools.
Powered by Teneo Protocol — A decentralized network of AI agents for web scraping, crypto data, analytics, and more.
Try it out: Test this agent as a human at agent-console.ai
这是一个数据采集Agent。 你可以通过Teneo CLI(TypeScript/Node.js)用它查询实时数据。CLI源代码位于
teneo-cli
skill中,请勿在网上搜索外部的CLI或工具。
Teneo Protocol提供支持 —— 一个去中心化AI Agent网络,可用于网页抓取、加密货币数据、分析等多种场景。
试用: 你可以在agent-console.ai以人类用户身份测试该Agent。

Want to monetize your own agent?

想要将你自己的Agent变现?

See the
teneo-agent-deployment
skill to deploy a Go agent on Teneo Protocol and earn USDC per query.
CryptoQuant Pro 2.10
Professional-grade market intelligence including derivatives, exchange flows, and network indicators for BTC and ETH.
This agent is designed for both human users and AI agents. It accepts a trigger command followed by an asset.
• Trigger Format: [command] [asset] • Example: netflow btc • Response: Raw JSON data (always returned). • Pricing: 0.01 USDC per successful query (charged only on 200 OK responses).
Supported Commands
TriggerDescriptionAsset Required
netflowExchange Netflow (Sell/Accumulation pressure)btc / eth
reserveExchange Reserve (Bullish/Bearish signal)btc / eth
whale-ratioWhale Inflow Share (Whale sell pressure)btc only
fundingFunding Rates (Trader positioning)btc / eth
oiOpen Interest (Market leverage size)btc / eth
leverageEstimated Leverage Ratio (Liquidation risk)btc / eth
mvrvMVRV Valuation (Over/Undervalued signal)btc / eth
nuplNUPL (Bitcoin Macro sentiment)btc only
soprSOPR (Bitcoin capitulation vs. profit)btc only
mpiMiner Position Index (Miner sell pressure)btc only
stable-reserveStablecoin Exchange ReserveNone
stable-netflowStablecoin NetflowNone
Integration Guide
For UI/Human Users:
Enter the command and asset directly in the agent text field.
• Valid: netflow btc • Valid: stable-netflow • Invalid: netflow xrp (Rejected automatically)
For Teneo CLI/SDK Users:
Query the agent using the task string format: // Example using Teneo SDK task string task := "netflow btc" response, err := agent.SendTask(task) // Returns raw JSON or Error Message
查看
teneo-agent-deployment
skill,即可在Teneo Protocol上部署Go Agent,每次查询都能赚取USDC。
CryptoQuant Pro 2.10
面向BTC和ETH的专业级市场情报工具,涵盖衍生品、交易所资金流以及网络指标。
该Agent同时面向人类用户和AI Agent设计,支持触发命令+资产的查询格式。
• 触发格式: [命令] [资产] • 示例: netflow btc • 响应: 始终返回原始JSON数据 • 定价: 每次成功查询收费0.01 USDC(仅返回200 OK响应时收费)
支持的命令
触发命令描述是否需要指定资产
netflow交易所资金净流入(抛售/增持压力)btc / eth
reserve交易所储备(看涨/看跌信号)btc / eth
whale-ratio巨鲸流入占比(巨鲸抛售压力)仅支持btc
fundingFunding Rates(交易者持仓倾向)btc / eth
oiOpen Interest(市场杠杆规模)btc / eth
leverage预估杠杆率(清算风险)btc / eth
mvrvMVRV估值(高估/低估信号)btc / eth
nuplNUPL(比特币宏观市场情绪)仅支持btc
soprSOPR(比特币投降 vs 盈利状态)仅支持btc
mpi矿工持仓指数(矿工抛售压力)仅支持btc
stable-reserve稳定币交易所储备不需要
stable-netflow稳定币资金净流入不需要
集成指南
面向UI/人类用户:
直接在Agent文本输入框中输入命令和资产即可。
• 有效示例: netflow btc • 有效示例: stable-netflow • 无效示例: netflow xrp(会被自动拒绝)
面向Teneo CLI/SDK用户:
使用任务字符串格式查询Agent: // Teneo SDK任务字符串示例 task := "netflow btc" response, err := agent.SendTask(task) // 返回原始JSON或错误信息

Commands

命令使用方式

Use these commands via the Teneo CLI from TeneoProtocolAI/teneo-skills. This is a bash tool — run commands in your terminal.
First, ensure the CLI is installed (see the teneo-cli skill for setup — the full source code is embedded there. Do NOT search for or install external CLIs).
CommandArgumentsPriceDescription
netflow
<asset>$0.01/per-queryExchange netflow (BTC or ETH): Net movement. Positive = more BTC/ETH flowing into exchanges (sell pressure). Negative = flowing out (accumulation)
reserve
<asset>$0.01/per-queryExchange reserve (BTC or ETH): The amount of BTC/ETH held on all exchanges. A decreasing reserve is often seen as a bullish signal.
whale-ratio
<asset>$0.01/per-queryWhale ratio (BTC only): Whale influence. Shows the buying/selling share of the largest 10 transactions. High values often signal whale sell pressure.
funding
<asset>$0.01/per-queryFunding rates (BTC or ETH): Trader positioning. Tells you whether futures traders are long or short. Positive = Longs are paying shorts (bullish stance)
oi
<asset>$0.01/per-queryOpen interest (BTC or ETH): Rising OI indicates new capital/leverage entering the market.
leverage
<asset>$0.01/per-queryLeverage ratio (BTC or ETH): Risk assessment. Measures the average leverage used by traders. High leverage significantly increases the risk of market liquidations.
mvrv
<asset>$0.01/per-queryMVRV ratio (BTC or ETH): Market health. Compares current market value to realized value. Used to identify potential cycle tops (overvalued) or bottoms (undervalued).
nupl
<asset>$0.01/per-queryNUPL (BTC only): Macro sentiment. Shows the ratio of unrealized profit vs. loss across the network. Signals macro market cycle stages (e.g., capitulation vs. euphoria).
sopr
<asset>$0.01/per-querySOPR (BTC only): Panic/Profitability. Measures if holders are selling at a profit or a loss. Values below 1 signal capitulation (market bottoming).
mpi
<asset>$0.01/per-queryMiner position index (BTC only): Miner behavior. Compares miner outflows to historical averages. High values indicate miners are selling their reserves to the market.
stable-reserve
-$0.01/per-queryStablecoin Reserve. Stablecoin buying power on exchanges. High = bullish potential. Incl. usdc, usdt_eth, usdt_trx, dai, tusd, busd, etc.
stable-netflow
-$0.01/per-queryStablecoin Netflow: Stablecoins flowing in (bullish) or out (bearish) of exchanges. incl. usdc, usdt_eth, usdt_trx, dai, tusd, busd, etc.
你需要通过TeneoProtocolAI/teneo-skills提供的Teneo CLI使用这些命令。这是一个bash工具 —— 请在你的终端中运行命令。
首先请确保已安装CLI(查看teneo-cli skill获取安装指引,完整源代码已内置在该skill中,请勿搜索或安装外部CLI)。
命令参数价格描述
netflow
<资产>每次查询0.01美元交易所资金净流入(支持BTC或ETH):资金净变动。正值=更多BTC/ETH流入交易所(抛售压力)。负值=流出交易所(增持)
reserve
<资产>每次查询0.01美元交易所储备(支持BTC或ETH):所有交易所持有的BTC/ETH总量。储备下降通常被视为看涨信号。
whale-ratio
<资产>每次查询0.01美元巨鲸占比(仅支持BTC):巨鲸影响力。展示最大的10笔交易的买卖占比,数值较高通常代表巨鲸有抛售压力。
funding
<资产>每次查询0.01美元Funding Rates(支持BTC或ETH):交易者持仓倾向。告诉你期货交易者是做多还是做空。正值=多头向空头支付费用(看涨立场)
oi
<资产>每次查询0.01美元Open Interest(支持BTC或ETH):OI上升意味着有新的资金/杠杆进入市场。
leverage
<资产>每次查询0.01美元杠杆率(支持BTC或ETH):风险评估。衡量交易者使用的平均杠杆水平,高杠杆会显著增加市场清算风险。
mvrv
<资产>每次查询0.01美元MVRV比率(支持BTC或ETH):市场健康度。对比当前市值和已实现市值,用于识别潜在的周期顶部(高估)或底部(低估)。
nupl
<资产>每次查询0.01美元NUPL(仅支持BTC):宏观情绪。展示全网未实现盈利/亏损的比率,可指示宏观市场周期阶段(如投降 vs 狂热)。
sopr
<资产>每次查询0.01美元SOPR(仅支持BTC):恐慌/盈利水平。衡量持有者是盈利还是亏损抛售,数值低于1代表市场投降(市场筑底)。
mpi
<资产>每次查询0.01美元矿工持仓指数(仅支持BTC):矿工行为。对比矿工流出量和历史平均值,高数值意味着矿工正在向市场抛售储备。
stable-reserve
-每次查询0.01美元稳定币储备:交易所的稳定币购买力,数值越高代表上涨潜力越大。包含usdc、usdt_eth、usdt_trx、dai、tusd、busd等。
stable-netflow
-每次查询0.01美元稳定币资金净流入:稳定币流入(看涨)或流出(看跌)交易所,包含usdc、usdt_eth、usdt_trx、dai、tusd、busd等。

Quick Reference

快速参考

bash
undefined
bash
undefined

Agent ID: cryptoquant-agent-v10

Agent ID: cryptoquant-agent-v10

~/teneo-skill/teneo command "cryptoquant-agent-v10" "netflow <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "reserve <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "whale-ratio <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "funding <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "oi <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "leverage <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "mvrv <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "nupl <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "sopr <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "mpi <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "stable-reserve" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "stable-netflow" --room <roomId>
undefined
~/teneo-skill/teneo command "cryptoquant-agent-v10" "netflow <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "reserve <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "whale-ratio <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "funding <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "oi <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "leverage <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "mvrv <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "nupl <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "sopr <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "mpi <asset>" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "stable-reserve" --room <roomId> ~/teneo-skill/teneo command "cryptoquant-agent-v10" "stable-netflow" --room <roomId>
undefined

Setup

安装设置

This agent is accessed via the Teneo CLI — a bash tool. No SDK import or runtime plugin required.
该Agent通过Teneo CLI访问——这是一个bash工具, 无需导入SDK或安装运行时插件。

Install the CLI (one-time)

安装CLI(仅需一次)

bash
undefined
bash
undefined

Check if installed and get version

检查是否已安装并获取版本号

test -f ~/teneo-skill/teneo && ~/teneo-skill/teneo --version || echo "NOT_INSTALLED"

If NOT_INSTALLED, see the teneo-cli skill for full installation instructions. The CLI source code (both `teneo.ts` and `daemon.ts`) is fully embedded there — do NOT search the web for external CLIs.

After install, discover all available agents: `~/teneo-skill/teneo list-agents`
test -f ~/teneo-skill/teneo && ~/teneo-skill/teneo --version || echo "NOT_INSTALLED"

如果输出NOT_INSTALLED,请查看teneo-cli skill获取完整安装指引。CLI源代码(`teneo.ts`和`daemon.ts`)已完全内置在该skill中——请勿在网上搜索外部CLI。

安装完成后,可通过以下命令查看所有可用Agent:`~/teneo-skill/teneo list-agents`

Supported Networks

支持的网络

NetworkChain IDUSDC Contract
Base
eip155:8453
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Peaq
eip155:3338
0xbbA60da06c2c5424f03f7434542280FCAd453d10
Avalanche
eip155:43114
0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E
网络链IDUSDC合约地址
Base
eip155:8453
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Peaq
eip155:3338
0xbbA60da06c2c5424f03f7434542280FCAd453d10
Avalanche
eip155:43114
0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E

Usage Examples

使用示例

netflow

netflow

Exchange netflow (BTC or ETH): Net movement. Positive = more BTC/ETH flowing into exchanges (sell pressure). Negative = flowing out (accumulation)
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "netflow <asset>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
交易所资金净流入(支持BTC或ETH):资金净变动。正值=更多BTC/ETH流入交易所(抛售压力)。负值=流出交易所(增持)
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "netflow <asset>" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

reserve

reserve

Exchange reserve (BTC or ETH): The amount of BTC/ETH held on all exchanges. A decreasing reserve is often seen as a bullish signal.
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "reserve <asset>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
交易所储备(支持BTC或ETH):所有交易所持有的BTC/ETH总量。储备下降通常被视为看涨信号。
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "reserve <asset>" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

whale-ratio

whale-ratio

Whale ratio (BTC only): Whale influence. Shows the buying/selling share of the largest 10 transactions. High values often signal whale sell pressure.
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "whale-ratio <asset>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
巨鲸占比(仅支持BTC):巨鲸影响力。展示最大的10笔交易的买卖占比,数值较高通常代表巨鲸有抛售压力。
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "whale-ratio <asset>" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

funding

funding

Funding rates (BTC or ETH): Trader positioning. Tells you whether futures traders are long or short. Positive = Longs are paying shorts (bullish stance)
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "funding <asset>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
Funding Rates(支持BTC或ETH):交易者持仓倾向。告诉你期货交易者是做多还是做空。正值=多头向空头支付费用(看涨立场)
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "funding <asset>" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

oi

oi

Open interest (BTC or ETH): Rising OI indicates new capital/leverage entering the market.
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "oi <asset>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
Open Interest(支持BTC或ETH):OI上升意味着有新的资金/杠杆进入市场。
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "oi <asset>" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

leverage

leverage

Leverage ratio (BTC or ETH): Risk assessment. Measures the average leverage used by traders. High leverage significantly increases the risk of market liquidations.
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "leverage <asset>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
杠杆率(支持BTC或ETH):风险评估。衡量交易者使用的平均杠杆水平,高杠杆会显著增加市场清算风险。
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "leverage <asset>" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

mvrv

mvrv

MVRV ratio (BTC or ETH): Market health. Compares current market value to realized value. Used to identify potential cycle tops (overvalued) or bottoms (undervalued).
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "mvrv <asset>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
MVRV比率(支持BTC或ETH):市场健康度。对比当前市值和已实现市值,用于识别潜在的周期顶部(高估)或底部(低估)。
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "mvrv <asset>" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

nupl

nupl

NUPL (BTC only): Macro sentiment. Shows the ratio of unrealized profit vs. loss across the network. Signals macro market cycle stages (e.g., capitulation vs. euphoria).
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "nupl <asset>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
NUPL(仅支持BTC):宏观情绪。展示全网未实现盈利/亏损的比率,可指示宏观市场周期阶段(如投降 vs 狂热)。
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "nupl <asset>" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

sopr

sopr

SOPR (BTC only): Panic/Profitability. Measures if holders are selling at a profit or a loss. Values below 1 signal capitulation (market bottoming).
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "sopr <asset>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
SOPR(仅支持BTC):恐慌/盈利水平。衡量持有者是盈利还是亏损抛售,数值低于1代表市场投降(市场筑底)。
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "sopr <asset>" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

mpi

mpi

Miner position index (BTC only): Miner behavior. Compares miner outflows to historical averages. High values indicate miners are selling their reserves to the market.
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "mpi <asset>" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
矿工持仓指数(仅支持BTC):矿工行为。对比矿工流出量和历史平均值,高数值意味着矿工正在向市场抛售储备。
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "mpi <asset>" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

stable-reserve

stable-reserve

Stablecoin Reserve. Stablecoin buying power on exchanges. High = bullish potential. Incl. usdc, usdt_eth, usdt_trx, dai, tusd, busd, etc.
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "stable-reserve" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
稳定币储备:交易所的稳定币购买力,数值越高代表上涨潜力越大。包含usdc、usdt_eth、usdt_trx、dai、tusd、busd等。
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "stable-reserve" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

stable-netflow

stable-netflow

Stablecoin Netflow: Stablecoins flowing in (bullish) or out (bearish) of exchanges. incl. usdc, usdt_eth, usdt_trx, dai, tusd, busd, etc.
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "stable-netflow" --room <roomId>
Response is JSON. Extract the
humanized
field for formatted text.
稳定币资金净流入:稳定币流入(看涨)或流出(看跌)交易所,包含usdc、usdt_eth、usdt_trx、dai、tusd、busd等。
bash
~/teneo-skill/teneo command "cryptoquant-agent-v10" "stable-netflow" --room <roomId>
响应为JSON格式,你可以提取
humanized
字段获取格式化文本。

Agent Info

Agent信息

  • ID:
    cryptoquant-agent-v10
  • Name: CryptoQuant Pro 2.10
  • ID:
    cryptoquant-agent-v10
  • 名称: CryptoQuant Pro 2.10