# Echelon

## Echelon

- [Echelon Protocol](https://docs.echelon.market/echelon/echelon-protocol.md): Universal lending market connecting liquidity and supercharging yields across the Move ecosystem.
- [Borrow/Lend](https://docs.echelon.market/echelon/core/borrow-lend.md)
- [Core Concepts](https://docs.echelon.market/echelon/core/borrow-lend/core-concepts.md): Core mechanics of the borrow/lend market
- [Borrowing Assets](https://docs.echelon.market/echelon/core/borrow-lend/borrowing-assets.md)
- [Supplying Assets](https://docs.echelon.market/echelon/core/borrow-lend/supplying-assets.md)
- [Interest Rates](https://docs.echelon.market/echelon/core/interest-rates.md)
- [Borrow Rates](https://docs.echelon.market/echelon/core/interest-rates/borrow-rates.md): Details on how Borrow Rates are determined
- [Supply Rates](https://docs.echelon.market/echelon/core/interest-rates/supply-rates.md): Details on how Supply Rates are determined
- [Supported Assets](https://docs.echelon.market/echelon/core/supported-assets.md)
- [xLPT (Staked LP Tokens)](https://docs.echelon.market/echelon/core/supported-assets/xlpt-staked-lp-tokens.md): Staked LPT Collateral Type Support
- [Isolated Assets](https://docs.echelon.market/echelon/core/supported-assets/isolated-assets.md): Isolated Asset Support
- [Oracles](https://docs.echelon.market/echelon/core/oracles.md)
- [Cross Chain Deposits](https://docs.echelon.market/echelon/core/cross-chain-deposits.md): Powered by LayerZero, Echelon facilitates deposits from multiple source chain to its lending vaults.
- [Bridges](https://docs.echelon.market/echelon/core/cross-chain-deposits/bridges.md)
- [Echelon Chain](https://docs.echelon.market/echelon/core/echelon-chain.md): The Upper Echelon - a custom debt and defi focused appchain built with the Initia MoveVM stack
- [Introduction](https://docs.echelon.market/echelon/fixed-yield/introduction.md): Welcome to Echelon Fixed Yield
- [Core Concepts](https://docs.echelon.market/echelon/fixed-yield/core-concepts.md)
- [How It Works](https://docs.echelon.market/echelon/fixed-yield/how-it-works.md)
- [Mechanics](https://docs.echelon.market/echelon/fixed-yield/mechanics.md)
- [Market Example](https://docs.echelon.market/echelon/fixed-yield/mechanics/market-example.md)
- [Yield Accrual Example](https://docs.echelon.market/echelon/fixed-yield/mechanics/yield-accrual-example.md)
- [Risk Management](https://docs.echelon.market/echelon/security/risk-management.md)
- [Asset Listing](https://docs.echelon.market/echelon/security/risk-management/asset-listing.md)
- [Asset Parameters](https://docs.echelon.market/echelon/security/asset-parameters.md)
- [Aptos](https://docs.echelon.market/echelon/security/asset-parameters/aptos.md)
- [Movement](https://docs.echelon.market/echelon/security/asset-parameters/movement.md)
- [Initia](https://docs.echelon.market/echelon/security/asset-parameters/initia.md)
- [Rate Limits](https://docs.echelon.market/echelon/security/rate-limits.md)
- [Liquidations](https://docs.echelon.market/echelon/security/liquidations.md)
- [User Risk Parameters](https://docs.echelon.market/echelon/security/user-risk-parameters.md)
- [Running a Liquidator Bot](https://docs.echelon.market/echelon/integrations/running-a-liquidator-bot.md): Guide on setting up a liquidator bot to participate in the open-source liquidation process
- [Developer Documentation](https://docs.echelon.market/echelon/integrations/developer-documentation.md)
- [Tokenomics](https://docs.echelon.market/echelon/elon-token/tokenomics.md)
- [Audits](https://docs.echelon.market/echelon/operations/audits.md)
- [Risks](https://docs.echelon.market/echelon/operations/risks.md)
- [Disclaimer](https://docs.echelon.market/echelon/operations/disclaimer.md): Last updated Jan 19, 2024
- [Terms of Service](https://docs.echelon.market/echelon/operations/terms-of-service.md): Last updated Jan 19, 2024
- [Restricted Geolocations](https://docs.echelon.market/echelon/operations/restricted-geolocations.md)
- [Echelon: Frozen Yields Campaign](https://docs.echelon.market/echelon/campaigns/echelon-frozen-yields-campaign.md): Frozen Yields is a limited-time Aptos winter incentives campaign offering $30,000 in rewards with 30-day vesting. Rewards are distributed daily based on net supply added after the campaign start.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.echelon.market/echelon/echelon-protocol.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
