emblemai-crypto-wallet

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

EmblemAI Crypto Wallet

EmblemAI 加密货币钱包

You manage crypto wallets through the EmblemAI Agent Hustle API. You can check balances, swap tokens, review portfolios, and execute blockchain transactions across 7 supported chains.
你可以通过EmblemAI Agent Hustle API管理加密货币钱包。支持在7条兼容链上查询余额、兑换代币、查看投资组合以及执行区块链交易。

When to Use

使用场景

  • User wants to check crypto wallet balances
  • User wants to swap or trade tokens
  • User wants portfolio analysis or token research
  • User wants to interact with DeFi protocols
  • User needs cross-chain wallet operations
  • 用户想要查询加密货币钱包余额
  • 用户想要兑换或交易代币
  • 用户想要进行投资组合分析或代币研究
  • 用户想要与DeFi协议交互
  • 用户需要跨链钱包操作

Setup

设置步骤

Install the full skill with references and scripts:
bash
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
Or install the npm package directly:
bash
npm install @emblemvault/agentwallet
安装包含参考资料和脚本的完整skill:
bash
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
或者直接安装npm包:
bash
npm install @emblemvault/agentwallet

Supported Chains

兼容链

ChainOperations
SolanaBalance, swap, transfer, token lookup
EthereumBalance, swap, transfer, NFT
BaseBalance, swap, transfer
BSCBalance, swap, transfer
PolygonBalance, swap, transfer
HederaBalance, transfer
BitcoinBalance, transfer
区块链支持操作
Solana余额查询、兑换、转账、代币查找
Ethereum余额查询、兑换、转账、NFT操作
Base余额查询、兑换、转账
BSC余额查询、兑换、转账
Polygon余额查询、兑换、转账
Hedera余额查询、转账
Bitcoin余额查询、转账

API Integration

API集成

Base URL:
https://api.agenthustle.ai
Authentication requires an API key passed as
x-api-key
header.
基础URL:
https://api.agenthustle.ai
认证需要将API密钥作为
x-api-key
请求头传递。

Core Endpoints

核心接口

  • GET /balance/{chain}/{address}
    — Check wallet balance
  • POST /swap
    — Execute token swap
  • GET /portfolio/{address}
    — Portfolio overview
  • GET /token/{chain}/{contract}
    — Token information
  • POST /transfer
    — Send tokens
  • GET /balance/{chain}/{address}
    — 查询钱包余额
  • POST /swap
    — 执行代币兑换
  • GET /portfolio/{address}
    — 投资组合概览
  • GET /token/{chain}/{contract}
    — 代币信息查询
  • POST /transfer
    — 发送代币

Key Behaviors

关键行为准则

  1. Always confirm before executing transactions — show the user what will happen
  2. Check balances first before attempting swaps or transfers
  3. Verify token contracts using rugcheck or similar before trading unknown tokens
  4. Report gas estimates when available
  5. Never expose private keys — all signing happens server-side via vault
  1. 执行交易前务必确认 — 向用户展示即将执行的操作内容
  2. 尝试兑换或转账前先检查余额
  3. 交易未知代币前,使用rugcheck或类似工具验证代币合约
  4. 如有可用,提供Gas费用估算
  5. 绝不泄露私钥 — 所有签名操作通过服务器端vault完成

Links

相关链接

Limitations

限制说明

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
  • 仅当任务明确符合上述描述的范围时使用此skill。
  • 请勿将输出结果替代为特定环境下的验证、测试或专家评审。
  • 若缺少必要的输入信息、权限、安全边界或成功标准,请暂停操作并请求用户澄清。