# Superlend

## Superlend

- [Overview](https://docs.superlend.xyz/getting-started/overview.md): An overview of Superlend and how its core products work together.
- [How Superlend Works](https://docs.superlend.xyz/getting-started/how-superlend-works.md): A high-level overview of how Superlend connects markets, strategies, and your portfolio.
- [Discover](https://docs.superlend.xyz/products/discover.md): Discover and compare earning and borrowing opportunities in one place.
- [How to Compare Yields](https://docs.superlend.xyz/products/discover/how-to-compare-yields.md)
- [Filters Explained](https://docs.superlend.xyz/products/discover/filters-explained.md): Filter and refine opportunities in Discover.
- [Rewards Mode](https://docs.superlend.xyz/products/discover/rewards-mode.md): Track live incentive campaigns, daily rewards, and eligible actions across protocols.
- [Risk Ratings (coming soon)](https://docs.superlend.xyz/products/discover/risk-ratings-coming-soon.md)
- [Markets](https://docs.superlend.xyz/products/markets.md)
- [Superlend Markets](https://docs.superlend.xyz/products/markets/superlend-markets.md): Superlend’s curated instance of onchain lending markets.
- [Efficiency Mode](https://docs.superlend.xyz/products/markets/superlend-markets/efficiency-mode.md): How E-Mode increases borrowing efficiency for correlated, low-volatility assets.
- [Isolation Mode](https://docs.superlend.xyz/products/markets/superlend-markets/isolation-mode.md): How isolated collateral and debt ceilings are used to manage risk in Superlend Markets.
- [RWA Markets](https://docs.superlend.xyz/products/markets/rwa-markets.md): Markets that enable borrowing against real-world–asset–backed collateral.
- [Price Oracles](https://docs.superlend.xyz/products/markets/price-oracles.md): How asset prices are sourced and used in Superlend Markets.
- [Deployed Contracts](https://docs.superlend.xyz/products/markets/deployed-contracts.md): A list of smart contracts deployed and used by Superlend.
- [RWA Markets](https://docs.superlend.xyz/products/markets/deployed-contracts/rwa-markets.md): A list of smart contracts deployed and used by Superlend.
- [Superlend Etherlink Incident Report & Wind-Down Plan](https://docs.superlend.xyz/products/markets/superlend-etherlink-incident-report-and-wind-down-plan.md): Detailed report on the Etherlink rounding vulnerability affecting Superlend BTC markets (~0.68 BTC impact), including remediation steps, user impact, and the planned wind-down of Etherlink markets.
- [Vaults](https://docs.superlend.xyz/products/vaults.md): An overview of vault strategies available on Superlend.
- [Prime Vaults](https://docs.superlend.xyz/products/vaults/prime-vaults.md): Automated, asset-specific vaults designed for hands-off yield earning.
- [High Yield Vaults](https://docs.superlend.xyz/products/vaults/high-yield-vaults.md): Smart vaults that use automated leverage to amplify yield.
- [How it works](https://docs.superlend.xyz/products/vaults/high-yield-vaults/how-it-works.md): An overview of how high yield vaults loop, rebalance, and unwind positions.
- [Fees & Risks](https://docs.superlend.xyz/products/vaults/high-yield-vaults/fees-and-risks.md): An overview of fees and risks associated with using high yield vaults.
- [Security](https://docs.superlend.xyz/products/vaults/high-yield-vaults/security.md): Security design, risk controls, and audits for high yield vaults.
- [Developers](https://docs.superlend.xyz/products/vaults/high-yield-vaults/developers.md): Technical architecture and smart contract details for high yield vaults.
- [Portfolio](https://docs.superlend.xyz/products/portfolio.md): View and manage all your positions across Superlend in one place.
- [Overview](https://docs.superlend.xyz/security/overview.md): How Superlend approaches security, audits, and risk management.
- [Audits](https://docs.superlend.xyz/security/audits.md): Independent reviews of Superlend’s contracts and market design.
- [Contract Audits](https://docs.superlend.xyz/security/audits/contract-audits.md): Security reviews and audit reports for Superlend smart contracts.
- [Economic Audit](https://docs.superlend.xyz/security/audits/economic-audit.md): An overview of the economic risk assessment for Superlend markets.
- [Risk Framework](https://docs.superlend.xyz/security/risk-framework.md): How risks are evaluated and managed across Superlend products.
- [Superpoints (coming soon)](https://docs.superlend.xyz/community/superpoints-coming-soon.md)
- [Roadmap](https://docs.superlend.xyz/community/roadmap.md)
- [Vision](https://docs.superlend.xyz/community/vision.md): Superlend’s vision for simplifying lending and yield in DeFi.
- [Crosschain Deposits](https://docs.superlend.xyz/advanced/crosschain-deposits.md): Deposit into any opportunity with any asset from any supported chain in one click.
- [Risk Engine (coming soon)](https://docs.superlend.xyz/advanced/risk-engine-coming-soon.md)


---

# 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.superlend.xyz/getting-started/overview.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.
