> ## Documentation Index
> Fetch the complete documentation index at: https://docs.edel.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Protocol Glossary

> Comprehensive glossary of key terms and concepts in the Edel Protocol ecosystem

<Frame>
  <img src="https://mintcdn.com/edelfinance/RAmQMxLSnNZx1q3j/images/Protocol%20Glossary.jpg?fit=max&auto=format&n=RAmQMxLSnNZx1q3j&q=85&s=9b62d42f3d42a03377c8265d6b5dc4d1" alt="Protocol glossary showing key terms and concepts in the Edel ecosystem" width="1920" height="1080" data-path="images/Protocol Glossary.jpg" />
</Frame>

## Core Protocol Terms

<AccordionGroup>
  <Accordion title="aTokens">
    Interest-bearing tokens received by users when they supply assets to Edel Protocol. aTokens represent the user's share of the liquidity pool and accrue interest in real-time. These maintain compatibility with Aave's token standard.
  </Accordion>

  <Accordion title="APY">
    Annual Percentage Yield, which is the yield/interest after a year, including compounding interest. This differs from APR, which does not account for compounding effects.
  </Accordion>

  <Accordion title="Borrow Cap">
    A limit set by Edel Governance on the maximum amount of an asset that can be borrowed from the protocol. This helps manage exposure and risk associated with each asset.
  </Accordion>

  <Accordion title="Collateral">
    An asset supplied to Edel Protocol to secure a borrowing position. The collateral must exceed the value of the borrowed amount to ensure the protocol's solvency.
  </Accordion>

  <Accordion title="Credit Delegation">
    A feature where users can delegate their borrowing power to another user who can then take out loans using the collateral of the delegator. This is facilitated through the Edel Protocol's smart contracts built on Aave infrastructure.
  </Accordion>
</AccordionGroup>

## Risk Management

<AccordionGroup>
  <Accordion title="Debt Ceiling">
    The maximum amount of debt that can be issued against an isolated asset. Used to limit the risk exposure to a single collateral type within the Edel Protocol.
  </Accordion>

  <Accordion title="Health Factor">
    A ratio that determines the health of a user's loan position. It compares the value of the user's collateral to their borrowed assets. A health factor below 1 triggers liquidation.

    <Warning>
      Monitor your health factor closely to avoid liquidation. Maintain a health factor well above 1.0 for safety.
    </Warning>
  </Accordion>

  <Accordion title="Liquidation">
    The process that occurs when a borrower's health factor drops below 1, resulting in the sale of collateral to repay part of the debt and bring the position back to a safer level.
  </Accordion>

  <Accordion title="Liquidation Bonus">
    The bonus provided to liquidators as an incentive to purchase undercollateralized assets in a liquidation event. It is expressed in percentage points.
  </Accordion>

  <Accordion title="Liquidation Threshold">
    The point at which a loan becomes eligible for liquidation due to insufficient collateral relative to borrowed funds. The threshold is defined per asset and determines the collateral value required to maintain a position.
  </Accordion>

  <Accordion title="Loan To Value (LTV)">
    The maximum percentage of a collateral asset's value that can be borrowed. For example, an LTV of 75% means that for every 1 ETH of collateral, 0.75 ETH can be borrowed.
  </Accordion>
</AccordionGroup>

## Advanced Features

<AccordionGroup>
  <Accordion title="Isolation Mode">
    A feature that limits borrowers to borrowing only certain stablecoins when using assets marked as isolated. It helps mitigate risk by restricting the total debt exposure to a single asset.
  </Accordion>

  <Accordion title="Siloed Borrowing">
    A feature that restricts certain assets to being borrowed alone, mitigating the risk of price manipulation or illiquid assets affecting the protocol's solvency.
  </Accordion>
</AccordionGroup>

## Governance & Economics

<AccordionGroup>
  <Accordion title="Governance Power">
    Refers to the ability to create proposals or vote in Edel's governance system, based on Edel governance token holdings.
  </Accordion>

  <Accordion title="Reserve Factor">
    A percentage of interest accrued by borrowers that is allocated to the Edel Treasury to help safeguard the protocol and fund ecosystem development.
  </Accordion>

  <Accordion title="Risk Admin">
    An entity or automated system responsible for adjusting risk parameters in Edel Protocol without going through a governance vote. This allows Edel to respond quickly to unforeseen risks.
  </Accordion>

  <Accordion title="Supply Cap">
    A limit set on the total amount of a particular asset that can be supplied to the Edel Protocol. This helps manage liquidity and risk exposure.
  </Accordion>

  <Accordion title="Voting Power">
    The amount of influence a user has in governance decisions, determined by the amount of Edel governance tokens they hold.
  </Accordion>
</AccordionGroup>

## Technical Infrastructure

<AccordionGroup>
  <Accordion title="Corporate Action">
    Events like stock splits, mergers, or dividend distributions that affect how tokenized equity prices should be interpreted. Edel Protocol automatically adjusts for these events through oracle multipliers and activation times.
  </Accordion>

  <Accordion title="Freshness Window">
    The time period during which a price from an oracle remains valid and trustworthy. Once this window expires, the protocol treats the price as stale and may switch to fallback sources or apply conservative policies.
  </Accordion>

  <Accordion title="Liquidity Index">
    Tracks the cumulative interest earned by a reserve over time, used to calculate accurate interest payments within the protocol.
  </Accordion>

  <Accordion title="Market Status">
    An indicator showing whether a traditional market (for tokenized equities) is currently Open, Closed, or Halted. This affects how the protocol handles price updates and risk calculations for these assets.
  </Accordion>

  <Accordion title="Network Risk">
    Risks associated with the blockchain networks on which Edel operates, such as congestion, security vulnerabilities, or network failures.
  </Accordion>

  <Accordion title="Oracle">
    A service used by Edel Protocol to fetch external data, such as the prices of assets, which is critical for determining the value of collateral and debt. Edel leverages Chainlink's decentralized oracle network.

    <Info>
      Edel inherits Aave's robust oracle infrastructure while maintaining the flexibility to integrate additional oracle solutions as needed.
    </Info>
  </Accordion>

  <Accordion title="Ray Units">
    A unit of measurement with 27 decimals, used by the underlying Aave infrastructure for internal calculations to ensure precision, particularly for rates and exchange values.
  </Accordion>

  <Accordion title="Reasonable Range">
    The acceptable variance threshold for new oracle prices compared to the last trusted price. If a new price falls outside this range, the protocol may flag it as suspicious and apply additional validation or reject it entirely.
  </Accordion>

  <Accordion title="Utilization Rate">
    A metric that determines the proportion of borrowed assets to the total available assets in a reserve. A higher utilization rate indicates higher borrowing demand and typically results in higher interest rates.
  </Accordion>
</AccordionGroup>

## Additional Resources

Need more detailed information about any of these concepts?

<CardGroup cols={2}>
  <Card title="Risk Management" icon="shield" href="/resources/risks">
    Learn about Edel's comprehensive risk management framework
  </Card>

  <Card title="Protocol Overview" icon="book" href="/concepts/overview">
    Understand how Edel Protocol works and its key features
  </Card>

  <Card title="Supply & Earn" icon="piggy-bank" href="/the-protocol/supply&earn">
    Learn how to earn yield by supplying assets to the protocol
  </Card>

  <Card title="Borrowing Strategies" icon="coins" href="/the-protocol/borrow">
    Explore borrowing strategies and use cases
  </Card>
</CardGroup>
