# Euler V2

Euler v2 is the lending protocol from the original team behind Euler Finance, rebuilt from the ground up to be fully modular, more gas-efficient, and tailored for composability in modern DeFi environments.

The protocol launched in early 2024, and focuses on giving developers and users powerful tools to build lending markets that are easy to integrate into apps along with maximum customization. Unlike traditional lending protocols, Euler V2 emphasizes modularity and user-chosen market risk.

Some of the unique aspects of Euler v2 include:<br>

* Permissionless market creation, meaning that any asset can be listed on Euler v2 through isolated risk markets. This allows more niche assets to be onboarded safely, with risk confined to that specific market.<br>
* Unlike traditional pooled lending protocols, Euler v2 emphasizes risk isolation. If one market becomes unhealthy, it doesn’t endanger others, which is ideal given the volatile nature of niche/new tokens.<br>
* Liquidations in v2 are more gas-efficient and flexible. Euler supports custom liquidation logic, enabling new strategies like partial liquidations or off-chain oracle integrations.

***

## Related Articles:

* [Dashboard & Use-case](https://help.defisaver.com/protocols/euler-v2/dashboard-and-use-case)
* [Compatibility & Automations](https://help.defisaver.com/protocols/euler-v2/compatibility-and-automations)
* [EKV (Euler Vault Kit)](https://help.defisaver.com/protocols/euler-v2/evk-euler-vault-kit)
* [EVC (Ethereum Vault Connector)](https://help.defisaver.com/protocols/euler-v2/evc-ethereum-vault-connector)


---

# 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://help.defisaver.com/protocols/euler-v2.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.
