Emily Your Personal Radix Assistant
Query the Radix DLT blockchain for wallet balances, token prices, network stats, validators, transactions, ecosystem news, DeFi yield data, trading venues, dApps, and developer resources.
Free to use. No API key required. Mainnet data only.
Setup (auto-configured)
On first use, check if the emily-radix-assistant server is already registered:
CODEBLOCK0
If not found, register it (URL is the only required argument):
CODEBLOCK1
Verify with a quick test:
CODEBLOCK2
To see all available tools and their schemas:
CODEBLOCK3
Address Formats
- - Wallet addresses start with
account_rdx (66 characters total) - Token addresses start with
resource_rdx (67 characters total) - RNS domains end with
.xrd (e.g. alice.xrd) - All addresses are mainnet only (Babylon network)
Available Tools (35 total)
Wallet Tools (7)
| Tool | Description | Required Params | Optional Params |
|---|
| INLINECODE5 | All tokens with prices, 24H/7D changes | INLINECODE6 | - |
| INLINECODE7 |
Total USD value, 24H/7D performance |
address | - |
|
distribution_of_wallet | Portfolio breakdown by % |
address |
limit (1-20, default 5),
minUSDValue |
|
historical_wallet_value | Wallet value on a past date |
address,
date (YYYY-MM-DD) | - |
|
latest_transactions | Most recent transactions |
address |
until (ISO date) |
|
search_transactions | Filter transaction history |
address |
resourceAddress,
startDate,
endDate,
transactionType (swap/stake/unstake/claim/deposit/withdrawal/all) |
|
check_owned_rns_domains | RNS (.xrd) domains owned |
address | - |
Token Tools (7)
| Tool | Description | Required Params | Optional Params |
|---|
| INLINECODE27 | Search/list tokens (top by volume when no search) | - | INLINECODE28 , limit (default 10), includeAddress, includePrice, includeVolume, includeSupply, includePriceChanges, includeTvl, includeType, includePriceXRD, includeDescription, includeInfoUrl, INLINECODE40 |
| INLINECODE41 |
Top/bottom performers | - |
sortBy (gained/lost/volume
high/volumelow/market
caphigh/market
caplow),
timePeriod (24h/7d),
currency (USD/XRD),
limit (1-100, default 5) |
|
wrapped_assets | Bridged assets (xUSDC, xETH, xwBTC...) | - |
limit (1-50, default 10),
sortBy (volume/tvl/marketCap/name),
includePrice,
includeVolume,
includeSupply,
includePriceChanges,
includeTvl |
|
token_details | On-chain metadata for a specific token |
address (resource_rdx...) |
includeTopHolders (0-100) |
|
tokens_on_cmc | Search CoinMarketCap listings | - |
search,
limit (1-300, default 10),
includePrice,
sortBy (rank/name/symbol) |
|
token_details_from_cmc | Detailed CMC data by IDs |
tokenIds (array of ints) | - |
|
historical_token_data | Token price on a specific date |
address (resource_rdx...),
date (YYYY-MM-DD) | - |
Network Tools (3)
| Tool | Description | Required Params | Optional Params |
|---|
| INLINECODE67 | XRD price, staking %, DEX volume, TVL, epoch | - | - |
| INLINECODE68 |
Validators with stake amounts and APY | - |
limit (default 50) |
|
rns_to_address | Resolve .xrd domain to wallet address |
address (e.g. alice.xrd) | - |
Ecosystem & News (8)
| Tool | Description | Required Params | Optional Params |
|---|
| INLINECODE72 | Today's ecosystem update (launches, protocol updates, market moves) | - | - |
| INLINECODE73 |
Daily summaries for recent days | - |
days (1-30, default 7) |
|
weekly_updates | Weekly ecosystem summaries | - |
weeks (1-12, default 4) |
|
monthly_updates | Monthly ecosystem summaries with growth metrics and milestones | - |
months (1-12, default 3) |
|
specific_date_range | Ecosystem summaries for a custom date range (auto-selects daily/weekly/monthly) |
startDate,
endDate (YYYY-MM-DD) | - |
|
specific_month | Ecosystem summary for a specific month |
year (e.g. 2025),
month (1-12) | - |
|
official_announcements | Latest official announcements from the Radix Telegram channel | - | - |
|
ecosystem_summary | Comprehensive summary across timeframes | - |
timeframe (daily/weekly/monthly),
period (e.g. "last 7 days") |
Glossary, dApps & Community (6)
| Tool | Description | Required Params | Optional Params |
|---|
| INLINECODE89 | Radix terminology (Cerberus, Scrypto, Xi'an, Radix Engine, etc.) | - | INLINECODE90 (array of theme names; omit for available list) |
| INLINECODE91 |
Core blockchain and Radix technical concepts (sharding, consensus, atomic transactions) | - |
concepts (array of concept names; omit for available list) |
|
radix_dapps | Discover dApps in the ecosystem | - |
name,
tags (array),
category (DeFi/NFT/Utility/Meme/Dao) |
|
radix_developer_resources | Developer docs, SDKs, tools, and learning resources | - | - |
|
xrd_trading_venues | Where to buy, trade, bridge, or leverage XRD | - |
type (leverage/onramp/bridge/spot),
all (boolean) |
|
radix_socials | Community channels, official accounts, developer chats | - |
category (community/official/resources/developer/market) |
Attos Earn - DeFi Yield (4)
| Tool | Description | Required Params | Optional Params |
|---|
| INLINECODE103 | Liquidity pools with TVL, volume, APR/bonuses | - | INLINECODE104 (tvl/volume24h/volume7d/bonus24h/bonus7d), limit (default 10) |
| INLINECODE106 |
Yield strategies: lending, staking, liquidation with APR rates | - |
strategyType (Lending/Staking/Liquidation),
provider (Weft Finance/Root Finance/Defiplaza/Flux),
sortBy (bonus
value/totalstake/deposited),
limit (default 10) |
|
attos_earn_lp_positions | LP positions for a wallet with PnL data |
walletAddress |
sortBy (invested/investedXrd/currentValue/pnlPercentage) |
|
attos_earn_stats | Platform overview: total pools and strategies count | - | - |
CoinMarketCap Workflow (2 steps)
To get detailed market data for any cryptocurrency:
- 1. Search first with
tokens_on_cmc to get CMC IDs - Then query details with
token_details_from_cmc using those IDs
CODEBLOCK4
Usage Examples
Wallet analysis:
- - "What tokens are in accountrdx16x..." → INLINECODE117
- "How is this wallet performing?" → INLINECODE118
- "Show portfolio breakdown for accountrdx..." → INLINECODE119
- "What was this wallet worth on 2024-06-15?" → INLINECODE120
- "Show recent swaps for account_rdx..." →
search_transactions with INLINECODE122
Token research:
- - "Top 10 tokens on Radix by volume" → INLINECODE123
- "Biggest gainers this week" →
token_gainers_and_losers with sortBy=gained, INLINECODE126 - "Show me wrapped assets on Radix" → INLINECODE127
- "Who are the top holders of HUG?" →
token_details with INLINECODE129 - "What was XRD price on 2024-01-01?" → INLINECODE130
Network & staking:
- - "Radix network stats" → INLINECODE131
- "Top 10 validators by APY" →
all_validators with INLINECODE133 - "Resolve alice.xrd" → INLINECODE134
DeFi yield:
- - "Best pools by APR on Attos Earn" →
attos_earn_pools with INLINECODE136 - "Show lending strategies" →
attos_earn_strategies with INLINECODE138 - "My LP positions" →
attos_earn_lp_positions with wallet address - "Attos Earn overview" → INLINECODE140
Ecosystem & news:
- - "What happened in the Radix ecosystem today?" → INLINECODE141
- "Weekly updates from the last month" →
weekly_updates with INLINECODE143 - "What happened in June 2025?" →
specific_month with year=2025, INLINECODE146 - "Ecosystem news from Jan to March 2025" → INLINECODE147
- "Latest official announcements" → INLINECODE148
- "Monthly ecosystem summaries" → INLINECODE149
Knowledge & community:
- - "Explain Cerberus consensus" →
radix_glossary with INLINECODE151 - "What is sharding?" →
radix_core_concepts with INLINECODE153 - "Find DeFi dApps" →
radix_dapps with INLINECODE155 - "Where can I buy XRD?" →
xrd_trading_venues with INLINECODE157 - "Radix Discord and Telegram links" → INLINECODE158
Multi-tool workflows:
- - Resolve an RNS domain, then check wallet tokens:
rns_to_address → INLINECODE160 - Research a token on Radix, then compare to CMC data:
token_details → tokens_on_cmc → INLINECODE163 - Full wallet analysis:
tokens_in_wallet + performance_of_wallet + distribution_of_wallet + INLINECODE167 - DeFi overview:
attos_earn_stats + attos_earn_pools + INLINECODE170
Data Sources & Freshness
- - Token prices: Astrolescent API, cached up to 24 hours, updated hourly via cron
- Wallet data: Radix Gateway API (Babylon mainnet), real-time
- CoinMarketCap: Live API queries
- Ecosystem updates: Aggregated daily/weekly/monthly from Telegram channels and official sources
- Validators: Radix Gateway API, real-time
- dApps directory: Curated dataset, periodically updated
- Attos Earn: Live API queries to earn-api.attos.world (Beta)
- Trading venues & socials: Curated static datasets
Rate Limits
60 requests per minute per IP. Returns HTTP 429 with Retry-After header when exceeded.
About
Powered by Emily - an AI assistant for the Radix DLT ecosystem.
Data sourced from the Radix Gateway API, Astrolescent, CoinMarketCap, and Attos Earn.
Emily 您的个人 Radix 助手
查询 Radix DLT 区块链的钱包余额、代币价格、网络统计、验证节点、交易记录、生态系统新闻、DeFi 收益数据、交易场所、dApp 和开发者资源。
免费使用。无需 API 密钥。仅支持主网数据。
设置(自动配置)
首次使用时,检查 emily-radix-assistant 服务器是否已注册:
bash
mcporter list emily-radix-assistant
如果未找到,请注册(URL 是唯一必需参数):
bash
mcporter config add emily-radix-assistant https://www.ineedemily.com/api/mcp/mcp
通过快速测试验证:
bash
mcporter call emily-radix-assistant.network_stats
查看所有可用工具及其架构:
bash
mcporter list emily-radix-assistant --schema --all-parameters
地址格式
- - 钱包地址以 accountrdx 开头(共 66 个字符)
- 代币地址以 resourcerdx 开头(共 67 个字符)
- RNS 域名以 .xrd 结尾(例如 alice.xrd)
- 所有地址均为仅主网(Babylon 网络)
可用工具(共 35 个)
钱包工具(7 个)
| 工具 | 描述 | 必需参数 | 可选参数 |
|---|
| tokensinwallet | 所有代币及其价格、24小时/7天变化 | address | - |
| performanceofwallet |
总美元价值、24小时/7天表现 | address | - |
| distribution
ofwallet | 按百分比的投资组合分布 | address | limit(1-20,默认 5),minUSDValue |
| historical
walletvalue | 过去某日期的钱包价值 | address,date(YYYY-MM-DD) | - |
| latest_transactions | 最近的交易记录 | address | until(ISO 日期) |
| search_transactions | 筛选交易历史 | address | resourceAddress,startDate,endDate,transactionType(swap/stake/unstake/claim/deposit/withdrawal/all) |
| check
ownedrns_domains | 拥有的 RNS(.xrd)域名 | address | - |
代币工具(7 个)
| 工具 | 描述 | 必需参数 | 可选参数 |
|---|
| tokensonradix | 搜索/列出代币(无搜索时按交易量排序) | - | search,limit(默认 10),includeAddress,includePrice,includeVolume,includeSupply,includePriceChanges,includeTvl,includeType,includePriceXRD,includeDescription,includeInfoUrl,includeExplorerUrl |
| tokengainersandlosers |
涨幅/跌幅最大的代币 | - | sortBy(gained/lost/volumehigh/volume
low/marketcap
high/marketcap_low),timePeriod(24h/7d),currency(USD/XRD),limit(1-100,默认 5) |
| wrapped_assets | 跨链资产(xUSDC、xETH、xwBTC...) | - | limit(1-50,默认 10),sortBy(volume/tvl/marketCap/name),includePrice,includeVolume,includeSupply,includePriceChanges,includeTvl |
| token
details | 特定代币的链上元数据 | address(resourcerdx...) | includeTopHolders(0-100) |
| tokens
oncmc | 搜索 CoinMarketCap 列表 | - | search,limit(1-300,默认 10),includePrice,sortBy(rank/name/symbol) |
| token
detailsfrom_cmc | 按 ID 获取详细 CMC 数据 | tokenIds(整数数组) | - |
| historical
tokendata | 特定日期的代币价格 | address(resource_rdx...),date(YYYY-MM-DD) | - |
网络工具(3 个)
| 工具 | 描述 | 必需参数 | 可选参数 |
|---|
| networkstats | XRD 价格、质押比例、DEX 交易量、TVL、纪元 | - | - |
| allvalidators |
验证节点及其质押量和 APY | - | limit(默认 50) |
| rns
toaddress | 将 .xrd 域名解析为钱包地址 | address(例如 alice.xrd) | - |
生态系统与新闻(8 个)
| 工具 | 描述 | 必需参数 | 可选参数 |
|---|
| todayupdate | 今日生态系统更新(发布、协议更新、市场动态) | - | - |
| recentdaily_updates |
最近几天的每日摘要 | - | days(1-30,默认 7) |
| weekly_updates | 每周生态系统摘要 | - | weeks(1-12,默认 4) |
| monthly_updates | 每月生态系统摘要,包含增长指标和里程碑 | - | months(1-12,默认 3) |
| specific
daterange | 自定义日期范围的生态系统摘要(自动选择每日/每周/每月) | startDate,endDate(YYYY-MM-DD) | - |
| specific_month | 特定月份的生态系统摘要 | year(例如 2025),month(1-12) | - |
| official_announcements | Radix Telegram 频道的最新官方公告 | - | - |
| ecosystem_summary | 跨时间段的综合摘要 | - | timeframe(daily/weekly/monthly),period(例如 last 7 days) |
术语表、dApp 与社区(6 个)
| 工具 | 描述 | 必需参数 | 可选参数 |
|---|
| radixglossary | Radix 术语(Cerberus、Scrypto、Xian、Radix Engine 等) | - | themes(主题名称数组;省略则显示可用列表) |
| radixcore_concepts |
核心区块链和 Radix 技术概念(分片、共识、原子交易) | - | concepts(概念名称数组;省略则显示可用列表) |
| radix_dapps | 发现生态系统中的 dApp | - | name,tags(数组),category(DeFi/NFT/Utility/Meme/Dao) |
| radix
developerresources | 开发者文档、SDK、工具和学习资源 | - | - |
| xrd
tradingvenues | 购买、交易、跨链或杠杆交易 XRD 的场所 | - | type(leverage/onramp/bridge/spot),all(布尔值) |
| radix_socials | 社区频道、官方账号、开发者聊天群 | - | category(community/official/resources/developer/market) |
Attos Earn - DeFi 收益(4 个)
| 工具 | 描述 | 必需参数 | 可选参数 |
|---|
| attosearnpools | 流动性池,包含 TVL、交易量、APR/奖励 | - | sortBy(tvl/volume24h/volume7d/bonus24h/bonus7d),limit(默认 10) |
| attosearnstrategies |
收益策略:借贷、质押、清算,含 APR 利率 | - | strategyType(Lending/Staking/Liquidation),provider(Weft Finance/Root Finance/Defiplaza/Flux),sortBy(bonus
value/totalstake/deposited),limit(默认 10) |
| attos
earnlp_positions | 钱包的 LP 头寸及盈亏数据 | walletAddress | sortBy(invested/investedXrd/currentValue/pnlPercentage) |
| attos
earnstats | 平台概览:总池数和策略数 | - | - |
CoinMarketCap 工作流程(2