emblem-defi-yield
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEmblem DeFi Yield
Emblem DeFi 收益
DeFi yield research and liquid staking powered by EmblemAI. Research yield opportunities across protocols, review existing DeFi positions via Nansen, and enter liquid staking positions through token swaps on Solana, Ethereum, Base, BSC, Polygon, and Hedera.
Requires:
npm install -g @emblemvault/agentwallet由EmblemAI提供支持的DeFi收益研究与流动性质押工具。你可以研究跨协议的收益机会,通过Nansen查看现有DeFi持仓,还可以在Solana、Ethereum、Base、BSC、Polygon和Hedera链上通过代币兑换建立流动性质押仓位。
所需依赖:
npm install -g @emblemvault/agentwalletWhat This Skill Can Do
功能介绍
| Capability | How | Tools Used |
|---|---|---|
| Research yield opportunities | Ask about yields, APYs, protocols | LLM knowledge + |
| Review existing DeFi positions | Check LP, lending, staking, farming positions for any wallet | |
| Liquid staking (Solana) | Swap SOL for LSTs (mSOL, JitoSOL, bSOL, jupSOL) | |
| Token swaps for DeFi entry | Swap into DeFi tokens on any chain | |
| Protocol comparison | Compare yield strategies across DEXs | LLM knowledge + market data tools |
| Rug-pull checks | Verify token safety before entering positions | |
| Smart money DeFi tracking | See what whales are farming | |
| 功能 | 实现方式 | 使用工具 |
|---|---|---|
| 研究收益机会 | 咨询收益、APY、相关协议 | LLM知识库 + |
| 查看现有DeFi持仓 | 查询任意钱包的LP、借贷、质押、挖矿持仓 | |
| 流动性质押(Solana链) | 将SOL兑换为LST(mSOL、JitoSOL、bSOL、jupSOL) | |
| 代币兑换参与DeFi | 在任意链上兑换DeFi相关代币 | |
| 协议对比 | 对比不同DEX的收益策略 | LLM知识库 + 市场数据工具 |
| Rug-pull校验 | 建仓前验证代币安全性 | |
| 聪明钱DeFi追踪 | 查看巨鲸正在参与的挖矿项目 | |
Not Supported (Yet)
暂不支持的功能
These features require direct LP pool management tools that are not currently available:
- Adding/removing liquidity to DEX pools
- Opening/closing concentrated liquidity (CLMM) positions
- Staking LP tokens
- Claiming farming rewards
- Pool APY rankings with live on-chain data
For these operations, use the DEX UIs directly (Raydium, Orca, Uniswap, etc.).
这些功能需要直接的LP池管理工具,目前暂未提供:
- 向DEX池添加/移除流动性
- 开/关集中流动性(CLMM)仓位
- 质押LP代币
- 领取挖矿奖励
- 带实时链上数据的池APY排名
如需执行这些操作,请直接使用DEX UI(Raydium、Orca、Uniswap等)。
Quick Start
快速开始
bash
npm install -g @emblemvault/agentwalletbash
npm install -g @emblemvault/agentwalletResearch yield opportunities
研究收益机会
emblemai --agent --profile default -m "What are the best yield farming opportunities on Solana right now?"
emblemai --agent --profile default -m "What are the best yield farming opportunities on Solana right now?"
Check DeFi positions for a wallet (uses nansen_defi_portfolio)
查询钱包的DeFi持仓(使用nansen_defi_portfolio)
emblemai --agent --profile default -m "Use nansen_defi_portfolio to show DeFi positions for wallet 0x1234...abcd on ethereum"
emblemai --agent --profile default -m "Use nansen_defi_portfolio to show DeFi positions for wallet 0x1234...abcd on ethereum"
Enter liquid staking via swap
通过兑换参与流动性质押
emblemai --agent --profile default -m "Swap 5 SOL for JitoSOL using splBuyIntent"
**Trigger phrases:**
- "Find yield opportunities"
- "What are the best APYs?"
- "Show DeFi positions for this wallet"
- "Swap SOL for JitoSOL"
- "What liquid staking options exist?"
---emblemai --agent --profile default -m "Swap 5 SOL for JitoSOL using splBuyIntent"
**触发短语:**
- "Find yield opportunities"
- "What are the best APYs?"
- "Show DeFi positions for this wallet"
- "Swap SOL for JitoSOL"
- "What liquid staking options exist?"
---Supported Chains
支持的公链
| Chain | Swap Tool | Balances | Conditional Orders |
|---|---|---|---|
| Solana | | | Yes |
| Ethereum | | | Yes |
| Base | | | Yes |
| BSC | | | Yes |
| Polygon | | | Yes |
| Hedera | | | Yes |
| 公链 | 兑换工具 | 余额查询 | 条件单 |
|---|---|---|---|
| Solana | | | 支持 |
| Ethereum | | | 支持 |
| Base | | | 支持 |
| BSC | | | 支持 |
| Polygon | | | 支持 |
| Hedera | | | 支持 |
Workflow: Research and Enter Yield
工作流程:收益研究与建仓
Step 1: Research Opportunities
步骤1:研究收益机会
Ask about current yield landscape. The agent uses its knowledge plus live token data.
bash
emblemai --agent --profile default -m "What are the best yield farming opportunities on Solana right now? Use birdeyeTrendingTokens to see what's hot."咨询当前的收益格局,Agent会结合自身知识库和实时代币数据给出结果。
bash
emblemai --agent --profile default -m "What are the best yield farming opportunities on Solana right now? Use birdeyeTrendingTokens to see what's hot."Step 2: Check a Wallet's DeFi Positions
步骤2:查询钱包的DeFi持仓
Use Nansen to see existing LP, lending, staking, and farming positions.
bash
emblemai --agent --profile default -m "Use nansen_defi_portfolio to check DeFi positions for wallet 0x1234...abcd on ethereum"使用Nansen查看现有LP、借贷、质押和挖矿持仓。
bash
emblemai --agent --profile default -m "Use nansen_defi_portfolio to check DeFi positions for wallet 0x1234...abcd on ethereum"Step 3: Verify Balances
步骤3:验证余额
Check what you have available before swapping.
bash
emblemai --agent --profile default -m "Use solanaBalances to show my Solana balances"兑换前查询可用余额。
bash
emblemai --agent --profile default -m "Use solanaBalances to show my Solana balances"Step 4: Enter a Position via Swap
步骤4:通过兑换建仓
Swap into liquid staking tokens or DeFi tokens.
bash
emblemai --agent --profile default -m "Use splBuyIntent to swap 5 SOL for JitoSOL"Requires user confirmation in safe mode.
兑换为流动性质押代币或者其他DeFi代币。
bash
emblemai --agent --profile default -m "Use splBuyIntent to swap 5 SOL for JitoSOL"安全模式下需要用户确认操作。
Step 5: Verify
步骤5:验证结果
Confirm the swap executed.
bash
emblemai --agent --profile default -m "Use solanaBalances to show my updated balances"确认兑换已执行完成。
bash
emblemai --agent --profile default -m "Use solanaBalances to show my updated balances"DeFi Patterns
DeFi使用场景
Yield Research
收益研究
bash
emblemai --agent --profile default -m "What are the best yield farming opportunities on Solana? Include liquid staking, LP strategies, and lending protocols."
emblemai --agent --profile default -m "Compare Marinade (mSOL), Jito (JitoSOL), and BlazeStake (bSOL) for SOL liquid staking."bash
emblemai --agent --profile default -m "What are the best yield farming opportunities on Solana? Include liquid staking, LP strategies, and lending protocols."
emblemai --agent --profile default -m "Compare Marinade (mSOL), Jito (JitoSOL), and BlazeStake (bSOL) for SOL liquid staking."DeFi Position Tracking (Nansen)
DeFi持仓追踪(Nansen)
bash
emblemai --agent --profile default -m "Use nansen_defi_portfolio to show DeFi positions for wallet 0xABC123 on ethereum"
emblemai --agent --profile default -m "Use nansen_defi_portfolio to check what DeFi protocols wallet 2J9Xrm...BL5WBJ is using on solana"bash
emblemai --agent --profile default -m "Use nansen_defi_portfolio to show DeFi positions for wallet 0xABC123 on ethereum"
emblemai --agent --profile default -m "Use nansen_defi_portfolio to check what DeFi protocols wallet 2J9Xrm...BL5WBJ is using on solana"Smart Money DeFi Analysis
聪明钱DeFi分析
bash
emblemai --agent --profile default -m "Use nansen_smart_money_holdings to see what tokens smart money is holding on solana"
emblemai --agent --profile default -m "Use nansen_smart_money_trades to see recent smart money trades for JitoSOL"bash
emblemai --agent --profile default -m "Use nansen_smart_money_holdings to see what tokens smart money is holding on solana"
emblemai --agent --profile default -m "Use nansen_smart_money_trades to see recent smart money trades for JitoSOL"Liquid Staking (Solana)
流动性质押(Solana链)
bash
emblemai --agent --profile default -m "Use splBuyIntent to swap 10 SOL for mSOL"
emblemai --agent --profile default -m "Use splBuyIntent to get a quote for swapping 5 SOL to JitoSOL"bash
emblemai --agent --profile default -m "Use splBuyIntent to swap 10 SOL for mSOL"
emblemai --agent --profile default -m "Use splBuyIntent to get a quote for swapping 5 SOL to JitoSOL"Safety Checks
安全校验
bash
emblemai --agent --profile default -m "Use rugcheck to verify token So11111111111111111111111111111111111111112"bash
emblemai --agent --profile default -m "Use rugcheck to verify token So11111111111111111111111111111111111111112"Protocol Comparison
协议对比
bash
emblemai --agent --profile default -m "Compare yields for SOL liquid staking across Marinade, Jito, BlazeStake, and Jupiter"bash
emblemai --agent --profile default -m "Compare yields for SOL liquid staking across Marinade, Jito, BlazeStake, and Jupiter"Communication Tips
使用提示
When asking about DeFi, be specific:
- Name the tool — mention exact tool names for reliable execution
- Specify chain — which blockchain
- Specify wallet — for position lookups
- Specify tokens — which tokens to swap
| Bad | Good |
|---|---|
| |
| |
| |
咨询DeFi相关问题时请尽量明确:
- 指明工具名称 — 提到确切的工具名称以保证执行可靠
- 指定公链 — 明确要操作的区块链
- 指定钱包地址 — 用于查询持仓
- 指定代币 — 明确要兑换的代币
| 错误示例 | 正确示例 |
|---|---|
| |
| |
| |
Safety
安全说明
All value-moving operations require user confirmation:
- Token swaps (entering liquid staking, DeFi tokens)
- Cross-chain bridges
Read-only operations execute immediately:
- Yield research
- DeFi position viewing (Nansen)
- Balance checks
- Rug-pull checks
所有涉及资产转移的操作都需要用户确认:
- 代币兑换(参与流动性质押、兑换DeFi代币)
- 跨链桥操作
只读操作会立即执行:
- 收益研究
- DeFi持仓查看(Nansen)
- 余额查询
- Rug-pull校验
Helper Script
辅助脚本
bash
bash scripts/yield-scan.sh [chain]Scans yield landscape for a chain. See scripts/yield-scan.sh.
bash
bash scripts/yield-scan.sh [chain]扫描指定公链的收益情况,详见 scripts/yield-scan.sh。