euler-earn
11
总安装量
7
周安装量
#28249
全站排名
安装命令
npx skills add https://github.com/euler-xyz/agent-skills --skill euler-earn
Agent 安装分布
claude-code
5
cursor
5
opencode
5
github-copilot
4
gemini-cli
3
openclaw
2
Skill 文档
EulerEarn Agent Skill
EulerEarn yield aggregation guide for Euler Finance. Covers vault creation, strategy management, and role-based governance.
When to Apply
Reference these guidelines when:
- Creating EulerEarn yield aggregation vaults
- Managing strategies (caps, queues, reallocation)
- Configuring roles (owner, curator, guardian, allocator)
- Using PublicAllocator for permissionless reallocation
- Setting up timelocked governance
- Monitoring strategy APYs and allocation
Rule Categories
| Rule | Impact | Description |
|---|---|---|
earn-create-vault |
MEDIUM | Deploy EulerEarn yield aggregation vaults |
earn-manage-strategies |
MEDIUM | Manage strategies and allocations |
Quick Reference
Role Permissions
| Role | Capabilities |
|---|---|
| Owner | All actions, set other roles, set fee |
| Curator | Manage caps, submit removals, allocator actions |
| Guardian | Revoke pending changes, emergency stops |
| Allocator | Set queues, reallocate funds |
Key Concepts
- Meta-Vaults – ERC-4626 vaults that allocate across strategies
- Supply Queue – Order for depositing into strategies
- Withdraw Queue – Order for withdrawing from strategies
- Timelocked Governance – Cap increases require timelock
- PublicAllocator – Permissionless reallocation with flow caps
Companion Skills
euler-vaults– Core vault operations, EVC, risk managementeuler-irm-oracles– Oracle adapters and interest rate modelseuler-advanced– Hooks, flash loans, fee floweuler-data– Lens contracts and data querying
How to Use
Read individual rule files for detailed explanations and code examples:
rules/earn-create-vault.md
rules/earn-manage-strategies.md
Full Compiled Document
For the complete guide with all rules expanded: AGENTS.md