{"id":"4294dbfb-45a8-4853-9bba-0332202dae23","shortId":"ESLbay","kind":"skill","title":"emblem-defi-yield","tagline":"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.","description":"# Emblem DeFi Yield\n\nDeFi 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.\n\n**Requires**: `npm install -g @emblemvault/agentwallet`\n\n---\n\n## What This Skill Can Do\n\n| Capability | How | Tools Used |\n|-----------|-----|------------|\n| Research yield opportunities | Ask about yields, APYs, protocols | LLM knowledge + `birdeyeTradeData`, `birdeyeTrendingTokens` |\n| Review existing DeFi positions | Check LP, lending, staking, farming positions for any wallet | `nansen_defi_portfolio` |\n| Liquid staking (Solana) | Swap SOL for LSTs (mSOL, JitoSOL, bSOL, jupSOL) | `splBuyIntent` |\n| Token swaps for DeFi entry | Swap into DeFi tokens on any chain | `splBuyIntent`, `ethSwap`, `baseSwap`, `bscSwap`, `polygonSwap`, `hederaTokensSwap` |\n| Protocol comparison | Compare yield strategies across DEXs | LLM knowledge + market data tools |\n| Rug-pull checks | Verify token safety before entering positions | `rugcheck` |\n| Smart money DeFi tracking | See what whales are farming | `nansen_smart_money_holdings`, `nansen_defi_portfolio` |\n\n### Not Supported (Yet)\n\nThese features require direct LP pool management tools that are not currently available:\n\n- Adding/removing liquidity to DEX pools\n- Opening/closing concentrated liquidity (CLMM) positions\n- Staking LP tokens\n- Claiming farming rewards\n- Pool APY rankings with live on-chain data\n\nFor these operations, use the DEX UIs directly (Raydium, Orca, Uniswap, etc.).\n\n---\n\n## Quick Start\n\n```bash\nnpm install -g @emblemvault/agentwallet\n\n# Research yield opportunities\nemblemai --agent --profile default -m \"What are the best yield farming opportunities on Solana right now?\"\n\n# Check DeFi positions for a wallet (uses nansen_defi_portfolio)\nemblemai --agent --profile default -m \"Use nansen_defi_portfolio to show DeFi positions for wallet 0x1234...abcd on ethereum\"\n\n# Enter liquid staking via swap\nemblemai --agent --profile default -m \"Swap 5 SOL for JitoSOL using splBuyIntent\"\n```\n\n**Trigger phrases:**\n- \"Find yield opportunities\"\n- \"What are the best APYs?\"\n- \"Show DeFi positions for this wallet\"\n- \"Swap SOL for JitoSOL\"\n- \"What liquid staking options exist?\"\n\n---\n\n## Supported Chains\n\n| Chain | Swap Tool | Balances | Conditional Orders |\n|-------|-----------|----------|--------------------|\n| Solana | `splBuyIntent` | `solanaBalances` | Yes |\n| Ethereum | `ethSwap` | `ethGetBalances` | Yes |\n| Base | `baseSwap` | `baseGetBalances` | Yes |\n| BSC | `bscSwap` | `bscGetBalances` | Yes |\n| Polygon | `polygonSwap` | `polygonGetBalances` | Yes |\n| Hedera | `hederaTokensSwap` | `hederaGetBalances` | Yes |\n\n---\n\n## Workflow: Research and Enter Yield\n\n### Step 1: Research Opportunities\nAsk about current yield landscape. The agent uses its knowledge plus live token data.\n```bash\nemblemai --agent --profile default -m \"What are the best yield farming opportunities on Solana right now? Use birdeyeTrendingTokens to see what's hot.\"\n```\n\n### Step 2: Check a Wallet's DeFi Positions\nUse Nansen to see existing LP, lending, staking, and farming positions.\n```bash\nemblemai --agent --profile default -m \"Use nansen_defi_portfolio to check DeFi positions for wallet 0x1234...abcd on ethereum\"\n```\n\n### Step 3: Verify Balances\nCheck what you have available before swapping.\n```bash\nemblemai --agent --profile default -m \"Use solanaBalances to show my Solana balances\"\n```\n\n### Step 4: Enter a Position via Swap\nSwap into liquid staking tokens or DeFi tokens.\n```bash\nemblemai --agent --profile default -m \"Use splBuyIntent to swap 5 SOL for JitoSOL\"\n```\nRequires user confirmation in safe mode.\n\n### Step 5: Verify\nConfirm the swap executed.\n```bash\nemblemai --agent --profile default -m \"Use solanaBalances to show my updated balances\"\n```\n\n---\n\n## DeFi Patterns\n\n### Yield Research\n```bash\nemblemai --agent --profile default -m \"What are the best yield farming opportunities on Solana? Include liquid staking, LP strategies, and lending protocols.\"\nemblemai --agent --profile default -m \"Compare Marinade (mSOL), Jito (JitoSOL), and BlazeStake (bSOL) for SOL liquid staking.\"\n```\n\n### DeFi Position Tracking (Nansen)\n```bash\nemblemai --agent --profile default -m \"Use nansen_defi_portfolio to show DeFi positions for wallet 0xABC123 on ethereum\"\nemblemai --agent --profile default -m \"Use nansen_defi_portfolio to check what DeFi protocols wallet 2J9Xrm...BL5WBJ is using on solana\"\n```\n\n### Smart Money DeFi Analysis\n```bash\nemblemai --agent --profile default -m \"Use nansen_smart_money_holdings to see what tokens smart money is holding on solana\"\nemblemai --agent --profile default -m \"Use nansen_smart_money_trades to see recent smart money trades for JitoSOL\"\n```\n\n### Liquid Staking (Solana)\n```bash\nemblemai --agent --profile default -m \"Use splBuyIntent to swap 10 SOL for mSOL\"\nemblemai --agent --profile default -m \"Use splBuyIntent to get a quote for swapping 5 SOL to JitoSOL\"\n```\n\n### Safety Checks\n```bash\nemblemai --agent --profile default -m \"Use rugcheck to verify token So11111111111111111111111111111111111111112\"\n```\n\n### Protocol Comparison\n```bash\nemblemai --agent --profile default -m \"Compare yields for SOL liquid staking across Marinade, Jito, BlazeStake, and Jupiter\"\n```\n\n---\n\n## Communication Tips\n\nWhen asking about DeFi, be specific:\n1. **Name the tool** — mention exact tool names for reliable execution\n2. **Specify chain** — which blockchain\n3. **Specify wallet** — for position lookups\n4. **Specify tokens** — which tokens to swap\n\n| Bad | Good |\n|-----|------|\n| `\"show yield\"` | `\"What are the best yield opportunities on Solana? Include APYs and risks.\"` |\n| `\"check positions\"` | `\"Use nansen_defi_portfolio to show DeFi positions for wallet 0x123 on ethereum\"` |\n| `\"stake SOL\"` | `\"Use splBuyIntent to swap 5 SOL for JitoSOL\"` |\n\n---\n\n## Safety\n\nAll value-moving operations require user confirmation:\n- Token swaps (entering liquid staking, DeFi tokens)\n- Cross-chain bridges\n\nRead-only operations execute immediately:\n- Yield research\n- DeFi position viewing (Nansen)\n- Balance checks\n- Rug-pull checks\n\n---\n\n## Helper Script\n\n```bash\nbash scripts/yield-scan.sh [chain]\n```\n\nScans yield landscape for a chain. See [scripts/yield-scan.sh](scripts/yield-scan.sh).\n\n---\n\n## Links\n\n- [Agent Wallet CLI](https://www.npmjs.com/package/@emblemvault/agentwallet)\n- [EmblemVault Docs — canonical](https://emblemvault.ai/docs)\n- [EmblemVault Docs — interactive](https://emblemvault.dev)","tags":["emblem","defi","yield","agent","skills","emblemcompany","agent-skills","ai-agent","blockchain","cross-chain","crypto","emblemai"],"capabilities":["skill","source-emblemcompany","skill-emblem-defi-yield","topic-agent-skills","topic-ai-agent","topic-blockchain","topic-cross-chain","topic-crypto","topic-defi","topic-emblem","topic-emblemai","topic-ethereum","topic-nft","topic-solana","topic-wallet"],"categories":["Agent-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/EmblemCompany/Agent-skills/emblem-defi-yield","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add EmblemCompany/Agent-skills","source_repo":"https://github.com/EmblemCompany/Agent-skills","install_from":"skills.sh"}},"qualityScore":"0.455","qualityRationale":"deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 10 github stars · SKILL.md body (6,586 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T19:08:24.859Z","embedding":null,"createdAt":"2026-04-23T13:04:16.504Z","updatedAt":"2026-05-18T19:08:24.859Z","lastSeenAt":"2026-05-18T19:08:24.859Z","tsv":"'/docs)':884 '/package/@emblemvault/agentwallet)':878 '0x123':806 '0x1234':299,459 '0xabc123':606 '1':383,749 '10':686 '2':425,760 '2j9xrm':624 '3':464,765 '4':488,771 '5':314,512,523,703,815 'abcd':300,460 'across':60,161,735 'adding/removing':211 'agent':259,285,309,392,402,445,476,504,531,548,570,592,610,636,656,678,691,711,725,873 'analysi':633 'api':104,228,329,791 'ask':101,386,744 'avail':210,471 'bad':778 'balanc':350,466,486,541,851 'base':79,361 'basegetbal':363 'baseswap':152,362 'bash':250,400,443,474,502,529,546,590,634,676,709,723,859,860 'best':266,328,409,555,785 'birdeyetradedata':108 'birdeyetrendingtoken':109,418 'bl5wbj':625 'blazestak':580,738 'blockchain':764 'bridg':838 'bsc':80,365 'bscgetbal':367 'bscswap':153,366 'bsol':135,581 'canon':881 'capabl':94 'chain':149,234,346,347,762,837,862,868 'check':18,114,171,274,426,454,467,619,708,794,852,856 'claim':224 'cli':875 'clmm':219 'communic':741 'compar':16,158,574,729 'comparison':157,722 'concentr':217 'condit':351 'confirm':518,525,827 'cross':836 'cross-chain':835 'current':209,388 'data':166,235,399 'default':261,287,311,404,447,478,506,533,550,572,594,612,638,658,680,693,713,727 'defi':3,5,19,43,46,48,64,112,124,141,145,181,193,275,282,291,295,331,430,451,455,500,542,586,598,602,616,621,632,746,798,802,833,847 'dex':162,214,241 'direct':201,243 'discov':13 'doc':880,886 'emblem':2,45 'emblem-defi-yield':1 'emblemai':12,56,258,284,308,401,444,475,503,530,547,569,591,609,635,655,677,690,710,724 'emblemvault':879,885 'emblemvault.ai':883 'emblemvault.ai/docs)':882 'emblemvault.dev':888 'emblemvault/agentwallet':88,254 'enter':24,69,176,303,380,489,830 'entri':142 'etc':247 'ethereum':78,302,357,462,608,808 'ethgetbal':359 'ethswap':151,358 'exact':754 'execut':528,759,843 'exist':63,111,344,436 'farm':118,187,225,268,411,441,557 'featur':199 'find':38,322 'g':87,253 'get':698 'good':779 'hedera':83,373 'hederagetbal':375 'hederatokensswap':155,374 'helper':857 'hold':191,644,652 'hot':423 'immedi':844 'includ':561,790 'instal':86,252 'interact':887 'jito':577,737 'jitosol':134,317,339,515,578,672,706,818 'jupit':740 'jupsol':136 'knowledg':107,164,395 'landscap':390,865 'lend':116,438,567 'link':872 'liquid':9,25,52,70,126,212,218,304,341,496,562,584,673,733,831 'live':231,397 'llm':106,163 'lookup':770 'lp':115,202,222,437,564 'lsts':132 'm':262,288,312,405,448,479,507,534,551,573,595,613,639,659,681,694,714,728 'manag':204 'marinad':575,736 'market':165 'mention':753 'mode':521 'money':180,190,631,643,650,663,669 'move':823 'msol':133,576,689 'name':750,756 'nansen':22,67,123,188,192,281,290,433,450,589,597,615,641,661,797,850 'npm':85,251 'on-chain':232 'opening/closing':216 'oper':238,824,842 'opportun':15,59,100,257,269,324,385,412,558,787 'option':40,343 'orca':245 'order':352 'pattern':543 'phrase':321 'plus':396 'polygon':81,369 'polygongetbal':371 'polygonswap':154,370 'pool':203,215,227 'portfolio':125,194,283,292,452,599,617,799 'posit':20,44,65,72,113,119,177,220,276,296,332,431,442,456,491,587,603,769,795,803,848 'power':54 'profil':260,286,310,403,446,477,505,532,549,571,593,611,637,657,679,692,712,726 'protocol':17,61,105,156,568,622,721 'pull':170,855 'quick':248 'quot':700 'rank':229 'raydium':244 'read':840 'read-on':839 'recent':667 'reliabl':758 'requir':84,200,516,825 'research':7,36,50,57,98,255,378,384,545,846 'review':42,62,110 'reward':226 'right':272,415 'risk':793 'rug':169,854 'rug-pul':168,853 'rugcheck':178,716 'safe':520 'safeti':174,707,819 'scan':863 'script':858 'scripts/yield-scan.sh':861,870,871 'see':183,420,435,646,666,869 'show':294,330,483,538,601,780,801 'skill':91 'skill-emblem-defi-yield' 'smart':179,189,630,642,649,662,668 'so11111111111111111111111111111111111111112':720 'sol':130,315,337,513,583,687,704,732,810,816 'solana':77,128,271,353,414,485,560,629,654,675,789 'solanabal':355,481,536 'source-emblemcompany' 'specif':748 'specifi':761,766,772 'splbuyint':137,150,319,354,509,683,696,812 'stake':10,26,39,53,71,117,127,221,305,342,439,497,563,585,674,734,809,832 'start':249 'step':382,424,463,487,522 'strategi':160,565 'support':196,345 'swap':29,75,129,139,143,307,313,336,348,473,493,494,511,527,685,702,777,814,829 'tip':742 'token':28,74,138,146,173,223,398,498,501,648,719,773,775,828,834 'tool':96,167,205,349,752,755 'topic-agent-skills' 'topic-ai-agent' 'topic-blockchain' 'topic-cross-chain' 'topic-crypto' 'topic-defi' 'topic-emblem' 'topic-emblemai' 'topic-ethereum' 'topic-nft' 'topic-solana' 'topic-wallet' 'track':182,588 'trade':664,670 'trigger':320 'ui':242 'uniswap':246 'updat':540 'use':30,97,239,280,289,318,393,417,432,449,480,508,535,596,614,627,640,660,682,695,715,796,811 'user':33,517,826 'valu':822 'value-mov':821 'verifi':172,465,524,718 'via':11,27,66,306,492 'view':849 'wallet':122,279,298,335,428,458,605,623,767,805,874 'want':34 'whale':185 'workflow':377 'www.npmjs.com':877 'www.npmjs.com/package/@emblemvault/agentwallet)':876 'yes':356,360,364,368,372,376 'yet':197 'yield':4,6,14,37,47,49,58,99,103,159,256,267,323,381,389,410,544,556,730,781,786,845,864","prices":[{"id":"dc01ca0c-1ce0-4881-99ec-5352620b2208","listingId":"4294dbfb-45a8-4853-9bba-0332202dae23","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"EmblemCompany","category":"Agent-skills","install_from":"skills.sh"},"createdAt":"2026-04-23T13:04:16.504Z"}],"sources":[{"listingId":"4294dbfb-45a8-4853-9bba-0332202dae23","source":"github","sourceId":"EmblemCompany/Agent-skills/emblem-defi-yield","sourceUrl":"https://github.com/EmblemCompany/Agent-skills/tree/main/skills/emblem-defi-yield","isPrimary":false,"firstSeenAt":"2026-04-23T13:04:16.504Z","lastSeenAt":"2026-05-18T19:08:24.859Z"}],"details":{"listingId":"4294dbfb-45a8-4853-9bba-0332202dae23","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"EmblemCompany","slug":"emblem-defi-yield","github":{"repo":"EmblemCompany/Agent-skills","stars":10,"topics":["agent-skills","ai-agent","blockchain","cross-chain","crypto","defi","emblem","emblemai","ethereum","nft","solana","wallet","web3"],"license":"mit","html_url":"https://github.com/EmblemCompany/Agent-skills","pushed_at":"2026-05-15T08:53:47Z","description":"Official skill collection for EmblemAI agents — 200+ crypto tools across 7 blockchains","skill_md_sha":"fd8517bd87357a9183728d51874ca9c0bdecc8a3","skill_md_path":"skills/emblem-defi-yield/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/EmblemCompany/Agent-skills/tree/main/skills/emblem-defi-yield"},"layout":"multi","source":"github","category":"Agent-skills","frontmatter":{"name":"emblem-defi-yield","license":"MIT","description":"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.","compatibility":"Requires Node.js >= 18.0.0, @emblemvault/agentwallet CLI, and internet access. Works on Claude Code, Cursor, Codex, OpenClaw, and other agents following the Agent Skills spec."},"skills_sh_url":"https://skills.sh/EmblemCompany/Agent-skills/emblem-defi-yield"},"updatedAt":"2026-05-18T19:08:24.859Z"}}