elytro-defi

Simulate and execute DeFi calldata or UserOperations via Elytro ERC-4337 smart accounts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Elytro-eth/skills --skill elytro-defi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elytro-defi
Source: https://github.com/Elytro-eth/skills/tree/main/defi/elytro
Command: npx skills add https://github.com/Elytro-eth/skills --skill elytro-defi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill bridges the gap between DeFi strategy planners and the Elytro smart account execution layer, ensuring secure and efficient on-chain transactions.

Core Features & Use Cases

  • DeFi Transaction Execution: Safely execute complex DeFi operations planned by other AI agents or tools.
  • Smart Account Integration: Leverages Elytro's ERC-4337 capabilities for gas abstraction and account management.
  • Use Case: After an AI planner like Uniswap AI has determined the optimal swap route and parameters, this skill takes that plan and executes it using your Elytro smart account.

Quick Start

Use the elytro-defi skill to simulate a transaction for the demo-arb account on chain 42161.

Frequently Asked Questions about elytro-defi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute DeFi trades using an ERC-4337 smart account?

To execute DeFi trades with an ERC-4337 smart account, you need a protocol-specific planner to generate transaction instructions. This skill coordinates planner-generated calldata with Elytro's smart accounts to quote, simulate, and safely execute UserOperations on-chain.

Can I use Uniswap AI planner output to execute transactions with Elytro?

Yes, Uniswap AI planner output can be used to execute transactions with Elytro. After the planner determines optimal swap routes and parameters, this skill takes that plan and executes it safely using your initialized Elytro smart account.

What do I need to set up before executing DeFi transactions through Elytro?

Before executing DeFi transactions through Elytro, you must initialize an Elytro wallet. You also need context from a protocol-specific DeFi planner to provide the transaction instructions and calldata required for the smart account to process.

How does transaction simulation work for DeFi operations in Elytro?

Transaction simulation for DeFi operations in Elytro works by integrating with planner-generated instructions to build and simulate UserOperations. This ensures the calldata is safe and valid before actual on-chain execution occurs.

What is the best way to run a DeFi transaction simulation on Arbitrum?

The best way to run a DeFi transaction simulation on Arbitrum is using the Elytro CLI to simulate transactions for your account on chain 42161. This requires planner-generated instructions and an initialized Elytro smart account.

Why does Elytro require a DeFi planner before executing swaps?

Elytro requires a DeFi planner before executing swaps because it bridges strategy planning with the smart account execution layer. The planner determines optimal routes and parameters, generating the necessary calldata that Elytro then quotes, simulates, and executes.