# Equilibrium Overview

## Equilibrium parachain

Equilibrium introduces the first DeFi 2.0 protocol on Polkadot with novel on-chain approach to risk and pricing for asset portfolios. It enables borrowing with minimum collateralization as low as 105% and margin trading with up to 20X leverage.

The innovative design of Equilibrium's bailout mechanism for liquidations that is low friction and does not need auctions allows for the introduction of the first fully on-chain order book based  decentralized exchange with high leverage.

Here is what sets Equilibrium apart from other well-known known DeFi protocols:

* There are no arbitrary governance-set interest rates. They are determined by a borrower’s portfolio, borrower debt, overall system liquidity, and the market's risks and dynamics.<br>
* There are no arbitrarily set LTV requirements. The system makes sure every position remains solvent at a 100% collateralization ratio.<br>
* There are no arbitrarily set liquidation penalties, and no hidden fees when borrowers default on their loan.<br>
* Most loans in popular money markets (AAVE and Compound) are taken in major stablecoins for new investment opportunities. But users need to switch to other applications as there is no trading functionality on the initial platforms. Equilibrium solves this problem efficiently<br>
* The Equilibrium assets module supports:<br>

  1. asset lending.
  2. fractional reserve system and synthetic asset creation.
  3. an exchange that lets users engage in leveraged trading.
  4. portfolio hedging.<br>

  The Assets module logic lets Equilibrium introduce a broad line of DeFi products within one blockchain, practically out of the box.<br>
* The thought-out design of Polkadot’s consensus and finality mechanisms guarantees the security of the Equilibrium substrate on the blockchain level. Approximately 10 collators manage the Equilibrium parachain with a POA consensus and shared GRANDPA finality and blockchain security provided out of the box by Polkadot.<br>
* Equilibrium achieves cross-chain compatibility by way of Polkadot’s integration of third party bridges to different blockchains. Ecosystem-wide interoperability is further achieved with the help of the Polkadot's XCM protocol.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.equilibrium.io/equilibrium-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.
