euler-advanced

Advanced features guide for Euler Finance V2 protocol. This skill should be used when implementing vault hooks, flash loans, debt transfer, fee flow mechanics, or EUL rewards. Triggers on tasks involving hooks, pause guardians, access control, flash loans, pullDebt, FeeFlowController, or RewardToken.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "euler-advanced" with this command: npx skills add euler-xyz/agent-skills/euler-xyz-agent-skills-euler-advanced

Euler Advanced Features Agent Skill

Advanced features guide for Euler Finance V2 protocol. Covers hooks, flash loans, fee flow, and rewards.

When to Apply

Reference these guidelines when:

  • Implementing vault hooks (pause, access control, custom logic)
  • Using flash loans for arbitrage or liquidations
  • Transferring debt between accounts with pullDebt
  • Understanding fee flow and Dutch auctions
  • Working with locked EUL reward tokens
  • Implementing access control hooks

Rule Categories

RuleImpactDescription
adv-hooksMEDIUMVault hooks for custom logic and access control
adv-flashloan-pulldebtHIGHFlash loans and debt transfer operations
adv-fee-flowMEDIUMFee flow controller and Dutch auctions
adv-rewards-eulMEDIUMEUL reward token vesting and distribution

Quick Reference

Key Concepts

  1. Hooks - Custom logic before vault operations
  2. Flash Loans - Borrow and repay in same transaction (FREE)
  3. pullDebt - Take on another account's debt
  4. FeeFlowController - Dutch auction for protocol fees
  5. RewardToken - Locked EUL with 20% immediate, 80% over 6 months

Companion Skills

  • euler-vaults - Core vault operations, EVC, risk management
  • euler-irm-oracles - Oracle adapters and interest rate models
  • euler-earn - Yield aggregation vaults
  • euler-data - Lens contracts and data querying

How to Use

Read individual rule files for detailed explanations and code examples:

rules/adv-hooks.md
rules/adv-flashloan-pulldebt.md
rules/adv-fee-flow.md
rules/adv-rewards-eul.md

Full Compiled Document

For the complete guide with all rules expanded: AGENTS.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

euler-vaults

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

euler-irm-oracles

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

euler-earn

No summary provided by upstream source.

Repository SourceNeeds Review