emblemai-crypto-wallet
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEmblemAI 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-walletOr 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/agentwalletSupported Chains
兼容链
| Chain | Operations |
|---|---|
| Solana | Balance, swap, transfer, token lookup |
| Ethereum | Balance, swap, transfer, NFT |
| Base | Balance, swap, transfer |
| BSC | Balance, swap, transfer |
| Polygon | Balance, swap, transfer |
| Hedera | Balance, transfer |
| Bitcoin | Balance, transfer |
| 区块链 | 支持操作 |
|---|---|
| Solana | 余额查询、兑换、转账、代币查找 |
| Ethereum | 余额查询、兑换、转账、NFT操作 |
| Base | 余额查询、兑换、转账 |
| BSC | 余额查询、兑换、转账 |
| Polygon | 余额查询、兑换、转账 |
| Hedera | 余额查询、转账 |
| Bitcoin | 余额查询、转账 |
API Integration
API集成
Base URL:
https://api.agenthustle.aiAuthentication requires an API key passed as header.
x-api-key基础URL:
https://api.agenthustle.ai认证需要将API密钥作为请求头传递。
x-api-keyCore Endpoints
核心接口
- — Check wallet balance
GET /balance/{chain}/{address} - — Execute token swap
POST /swap - — Portfolio overview
GET /portfolio/{address} - — Token information
GET /token/{chain}/{contract} - — Send tokens
POST /transfer
- — 查询钱包余额
GET /balance/{chain}/{address} - — 执行代币兑换
POST /swap - — 投资组合概览
GET /portfolio/{address} - — 代币信息查询
GET /token/{chain}/{contract} - — 发送代币
POST /transfer
Key Behaviors
关键行为准则
- Always confirm before executing transactions — show the user what will happen
- Check balances first before attempting swaps or transfers
- Verify token contracts using rugcheck or similar before trading unknown tokens
- Report gas estimates when available
- Never expose private keys — all signing happens server-side via vault
- 执行交易前务必确认 — 向用户展示即将执行的操作内容
- 尝试兑换或转账前先检查余额
- 交易未知代币前,使用rugcheck或类似工具验证代币合约
- 如有可用,提供Gas费用估算
- 绝不泄露私钥 — 所有签名操作通过服务器端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。
- 请勿将输出结果替代为特定环境下的验证、测试或专家评审。
- 若缺少必要的输入信息、权限、安全边界或成功标准,请暂停操作并请求用户澄清。