Agent skill
using-euler-v2-adapter
How to use the Euler v2 (EVK / eVault) adapter for vault market discovery, APYs, positions, and EVC-batched lend/borrow flows.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/using-euler-v2-adapter
Metadata
Additional technical details for this skill
- tags
- wayfinder, euler, euler-v2, evk, evault, evc, erc-4626, lending, borrowing
SKILL.md
When to use
Use this skill when you are:
- Discovering Euler v2 markets (vaults) on a given chain
- Fetching point-in-time supply/borrow APYs and vault metadata
- Reading a user’s enabled vaults / positions (assets, shares, borrowed, collateral/controller flags)
- Writing scripts that deposit/withdraw/borrow/repay using EVC batching
How to use
- rules/high-value-reads.md - Verified vaults, markets, and user snapshots
- rules/execution-opportunities.md - Deposit/withdraw/borrow/repay + collateral/controller flows
- rules/gotchas.md - Terminology, units, perspectives, and adapter wiring gotchas
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?