From emblemcompany-agent-skills-6
DeFi yield research and liquid staking via EmblemAI. Discover yield opportunities, compare protocols, check DeFi positions with Nansen, and enter liquid staking via token swaps. Use when the user wants to research yields, find staking options, or review DeFi positions.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin emblemcompany-agent-skills-6This skill uses the workspace's default tool permissions.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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
| Capability | How | Tools Used |
|---|---|---|
| Research yield opportunities | Ask about yields, APYs, protocols | LLM knowledge + birdeyeTradeData, birdeyeTrendingTokens |
| Review existing DeFi positions | Check LP, lending, staking, farming positions for any wallet | nansen_defi_portfolio |
| Liquid staking (Solana) | Swap SOL for LSTs (mSOL, JitoSOL, bSOL, jupSOL) | splBuyIntent |
| Token swaps for DeFi entry | Swap into DeFi tokens on any chain | splBuyIntent, ethSwap, baseSwap, bscSwap, polygonSwap, hederaTokensSwap |
| Protocol comparison | Compare yield strategies across DEXs | LLM knowledge + market data tools |
| Rug-pull checks | Verify token safety before entering positions | rugcheck |
| Smart money DeFi tracking | See what whales are farming | nansen_smart_money_holdings, nansen_defi_portfolio |
These features require direct LP pool management tools that are not currently available:
For these operations, use the DEX UIs directly (Raydium, Orca, Uniswap, etc.).
npm install -g @emblemvault/agentwallet
# Research yield opportunities
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)
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:
| Chain | Swap Tool | Balances | Conditional Orders |
|---|---|---|---|
| Solana | splBuyIntent | solanaBalances | Yes |
| Ethereum | ethSwap | ethGetBalances | Yes |
| Base | baseSwap | baseGetBalances | Yes |
| BSC | bscSwap | bscGetBalances | Yes |
| Polygon | polygonSwap | polygonGetBalances | Yes |
| Hedera | hederaTokensSwap | hederaGetBalances | Yes |
Ask about current yield landscape. The agent uses its knowledge plus live token data.
emblemai --agent --profile default -m "What are the best yield farming opportunities on Solana right now? Use birdeyeTrendingTokens to see what's hot."
Use Nansen to see existing LP, lending, staking, and farming positions.
emblemai --agent --profile default -m "Use nansen_defi_portfolio to check DeFi positions for wallet 0x1234...abcd on ethereum"
Check what you have available before swapping.
emblemai --agent --profile default -m "Use solanaBalances to show my Solana balances"
Swap into liquid staking tokens or DeFi tokens.
emblemai --agent --profile default -m "Use splBuyIntent to swap 5 SOL for JitoSOL"
Requires user confirmation in safe mode.
Confirm the swap executed.
emblemai --agent --profile default -m "Use solanaBalances to show my updated balances"
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."
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"
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"
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"
emblemai --agent --profile default -m "Use rugcheck to verify token So11111111111111111111111111111111111111112"
emblemai --agent --profile default -m "Compare yields for SOL liquid staking across Marinade, Jito, BlazeStake, and Jupiter"
When asking about DeFi, be specific:
| Bad | Good |
|---|---|
"show yield" | "What are the best yield opportunities on Solana? Include APYs and risks." |
"check positions" | "Use nansen_defi_portfolio to show DeFi positions for wallet 0x123 on ethereum" |
"stake SOL" | "Use splBuyIntent to swap 5 SOL for JitoSOL" |
All value-moving operations require user confirmation:
Read-only operations execute immediately:
bash scripts/yield-scan.sh [chain]
Scans yield landscape for a chain. See scripts/yield-scan.sh.