Skip to content

Add zerion-lifi-earn skill#69

Merged
graysonhyc merged 1 commit into
zeriontech:mainfrom
alessandromaci:add-lifi-earn-skill
May 13, 2026
Merged

Add zerion-lifi-earn skill#69
graysonhyc merged 1 commit into
zeriontech:mainfrom
alessandromaci:add-lifi-earn-skill

Conversation

@alessandromaci
Copy link
Copy Markdown
Contributor

What it enables

The zerion-lifi-earn skill teaches AI agents how to combine LI.FI's vault discovery (Earn API) and Composer-powered deposit (via the LI.FI SDK) with Zerion CLI's wallet primitives and position verification. An agent that hears "find the best USDC vault on Base and deposit 1,000 USDC from my Ethereum wallet" can run the full discover → deposit → verify flow without leaving the CLI.

Zerion CLI commands it composes with

  • zerion wallet fund — fund the source wallet before discovery
  • zerion portfolio — pre-flight balance check and post-deposit verification
  • zerion analyze --positions defi — confirm the new vault position landed

Why the combination is useful

LI.FI's Earn API exposes a normalized vault catalog (APY, TVL, isTransactional flag for Composer-supported vaults) across 20+ chains. The LI.FI SDK orchestrates same-chain and cross-chain deposits through one executeRoute call — handling allowances, bridge polling, and the multi-step flow when a bridge doesn't support destination calls. Zerion CLI provides the wallet primitives and portfolio truth-state on either side. Together: an agent can discover yield opportunities, execute the deposit, and confirm the position — all from a single CLI context.

Submitted by LI.FI as a verified partner contribution.

@graysonhyc graysonhyc merged commit 8a310d4 into zeriontech:main May 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants