euler-irm-oracles

Oracle and Interest Rate Model guide for Euler Finance V2. This skill should be used when deploying oracle adapters, configuring price resolution, querying prices, or understanding IRM types. Triggers on tasks involving Chainlink, Pyth, Chronicle, price feeds, Linear Kink IRM, Adaptive Curve IRM, or interest rate configuration.

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-irm-oracles" with this command: npx skills add euler-xyz/agent-skills/euler-xyz-agent-skills-euler-irm-oracles

Euler IRM & Oracles Agent Skill

Oracle integration and Interest Rate Model guide for Euler Finance V2 protocol. Covers oracle adapters, price routing, and IRM configuration.

When to Apply

Reference these guidelines when:

  • Deploying oracle adapters (Chainlink, Pyth, Chronicle, RedStone)
  • Configuring EulerRouter for price resolution
  • Setting up cross-currency pricing with CrossAdapter
  • Querying asset prices from oracles
  • Understanding Interest Rate Model types and selection
  • Configuring IRM parameters for vaults

Rule Categories

RuleImpactDescription
oracle-deployHIGHDeploy oracle adapters for various price sources
oracle-configure-routerHIGHConfigure EulerRouter for price resolution
oracle-get-priceHIGHQuery asset prices from oracles
irm-modelsHIGHUnderstand and configure Interest Rate Models

Quick Reference

Oracle Adapters

  • ChainlinkOracle - For major pairs (ETH/USD, BTC/USD)
  • PythOracle - Pull-based, requires price updates before use
  • ChronicleOracle - MakerDAO ecosystem (requires whitelisting)
  • FixedRateOracle - For stablecoins (1:1 rates)
  • CrossAdapter - Chain through intermediate assets
  • LidoOracle - For wstETH/stETH exchange rate
  • RateProviderOracle - For Balancer Rate Providers

Interest Rate Models

  • Linear Kink IRM - Standard two-slope model with utilization-based rates
  • Linear Kinky IRM - Non-linear acceleration after kink using shape parameter
  • Adaptive Curve IRM - Self-adjusting based on market conditions
  • Fixed Cyclical Binary - For binary rate transitions

Companion Skills

  • euler-vaults - Core vault operations, EVC, risk management
  • euler-earn - Yield aggregation vaults
  • euler-advanced - Hooks, flash loans, fee flow
  • euler-data - Lens contracts and data querying

How to Use

Read individual rule files for detailed explanations and code examples:

rules/oracle-deploy.md
rules/oracle-configure-router.md
rules/oracle-get-price.md
rules/irm-models.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-advanced

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

euler-earn

No summary provided by upstream source.

Repository SourceNeeds Review