From 89e80b980eea62a2ced20313bde7dd5f12e0a8c8 Mon Sep 17 00:00:00 2001 From: Radovenchyk Date: Wed, 30 Apr 2025 15:16:36 +0300 Subject: [PATCH] Update README.md Signed-off-by: Radovenchyk --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c54a181..453a83f5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![License](https://img.shields.io/github/license/euler-xyz/ethereum-vault-connector)](https://github.com/euler-xyz/ethereum-vault-connector/blob/master/LICENSE) + # Ethereum Vault Connector The Ethereum Vault Connector (EVC) is a foundational layer designed to facilitate the core functionality required for a lending market. It serves as a base building block for various protocols, providing a robust and flexible framework for developers to build upon. The EVC primarily mediates between vaults, contracts that implement the [ERC-4626](https://ethereum.org/en/developers/docs/standards/tokens/erc-4626/) interface and contain additional logic for interfacing with other vaults. The EVC not only provides a common base ecosystem but also reduces complexity in the core lending/borrowing contracts, allowing them to focus on their differentiating factors.