-
Notifications
You must be signed in to change notification settings - Fork 931
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
467 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
--- | ||
slug: 2023-10-16-october | ||
title: "Lenfi - Lending protocol" | ||
authors: | ||
name: Denicio Bute | ||
title: Community Manager - Cardano Foundation | ||
url: https://github.com/weqanhet | ||
image_url: https://avatars.githubusercontent.com/u/61522394?v=4 | ||
tags: [lending, borrowing, defi, lenfi] | ||
description: "In today's interview, we'll explore the world of Lenfi, a decentralised protocol for lending and borrowing which operates without custodial control. Lenfi was built on the Cardano blockchain and we have a special guest joining us, Mantas, the lead developer responsible for this exciting project. So, what exactly is Lenfi and why did they choose Cardano as their platform? Read further to discover these answers and more." | ||
image: https://developers.cardano.org/img/og/og-blog-lenfi.png | ||
--- | ||
|
||
import ThemedImage from '@theme/ThemedImage'; | ||
import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
|
||
[<ThemedImage | ||
style={{width: '300px'}} | ||
alt="lenfi.io" | ||
sources={{ | ||
light: useBaseUrl('/img/devblog/lenfi-light.svg'), | ||
dark: useBaseUrl('/img/devblog/lenfi-dark.svg'), | ||
}} | ||
/>](https://lenfi.io) | ||
|
||
In today's interview, we'll explore the world of Lenfi, a decentralised protocol for lending and borrowing which operates without custodial control. Lenfi was built on the Cardano blockchain, and we have a special guest joining us, Mantas, the lead developer responsible for this exciting project. So, what exactly is Lenfi, and why did they choose Cardano as their platform? Read further to discover these answers and more. | ||
|
||
Here's an interesting insight. Were you aware that Lenfi enables depositors to offer liquidity? You can deposit your funds with predetermined conditions or in any of the liquidity pools. Let's explore the depths of Lenfi's universe to grasp its tremendous potential. | ||
|
||
|
||
<!-- truncate --> | ||
<br /> | ||
|
||
**_Hey, Mantas, happy to connect today and learn more about the Lenfi project. Can you tell us more about the project and the problem you are trying to solve?_** | ||
|
||
Lenfi is a lending and borrowing protocol that reinvents popular Ethereum lending protocols using the best of Cardano’s eUTxO model. The project started under the Aada Finance name, launching the first peer-to-peer lending protocol on 13 September 2022. The upcoming pooled lending protocol aims to make Lenfi an all-in-one solution for decentralized loans on Cardano. | ||
|
||
|
||
<br /> | ||
|
||
**_Can you introduce yourself and let us know what your role is in Lenfi?_** | ||
|
||
My name is Mantas, I am the lead developer of the protocol. My role is to put all the pieces together into a working product. | ||
|
||
|
||
<br /> | ||
|
||
**_What are the most important use cases for Lenfi?_** | ||
|
||
Undoubtedly, Lenfi’s V1 launch has turned into a pivotal moment for Cardano DeFi. Initially, it allowed users to create loan requests. Later, an additional smart contract introduced “reverse” logic, which allowed lenders to deposit liquidity and offer it to potential borrowers. Thanks to Lenfi’s multi-asset availability, protocol users can take advantage of trading strategies like: | ||
Shorting | ||
Longing | ||
Yield Farming | ||
Earning Interest | ||
With the introduction of the pooled lending version, Lenfi will open new opportunities before DeFi users. Some of them include: | ||
Seamless and trustless borrow and supply features | ||
Permissionless pool creation and ownership | ||
Decentralized batching | ||
Decentralized liquidations for commission-earning | ||
|
||
|
||
<br /> | ||
|
||
**_Why did you choose to launch your project on Cardano?_** | ||
|
||
The primary reason the team chose to launch on Cardano was the new prospect and agnostic blockchain architecture. In the summer of 2021, Cardano didn’t have smart contracts yet, which offered a great opportunity for everyone who wanted to get a fair start. The few-month gap before the Alonzo hardfork gave me enough time to study eUTxO and its intricacies. | ||
|
||
|
||
<br /> | ||
|
||
**_Going forward, how will Lenfi make an impact in the crypto space or on the world at large?_** | ||
|
||
So far, we have achieved a general acknowledgement from the Cardano community for our commitment to the principles of decentralization and transparency. Going forward, our best achievement would be to expand our impact beyond our native blockchain and set the trend on a global scale. | ||
|
||
|
||
<br /> | ||
|
||
**_Now, what are your accomplishments so far, and what are you most proud of?_** | ||
|
||
We were lucky to gather a small but active and sincere community of people with a shared interest - DeFi. It helped us to build the product that users wanted to use. I think we also succeeded in keeping the path we chose and not getting distracted. We are still on this path. I’m also happy that we managed to fulfil all promises and get things done even when there was no clear way how to do it. | ||
|
||
|
||
<br /> | ||
|
||
**_Why should people choose Lenfi? What are the advantages over other lending protocols?_** | ||
|
||
It's the most decentralised and open-source lending dapp on Cardano. Using Lenfi - you have to trust public code, using competitors you have to trust the people running the protocol. | ||
|
||
|
||
<br /> | ||
|
||
**_Does Lenfi have a roadmap? If so, please share it with us and explain what you have achieved so far._** | ||
|
||
The closest milestone is launching pooled lending on mainnet. | ||
|
||
|
||
<br /> | ||
|
||
**_Tell us about your team. Who are the people behind Adastat?_** | ||
|
||
- **Ruslan Soluyanov**: (Product Manager, Cofounder of AdaStat) | ||
|
||
- **Mantas Andriuska** is the co-founder and currently one of the two Aiken smart contract developers on the team. He has appeared in several YouTube and Twitter Space interviews regarding the launch and development of the Aada Finance V1 - the first peer-to-peer lending protocol on Cardano. | ||
|
||
- **Micah Kendall** is a main Aiken Smart Contract Developer. | ||
|
||
- **Lukas Armonas** is a Digital Marketing expert and Project Manager of Lenfi. He has appeared in several interviews and is responsible for the documentation, educational, and marketing part of the project. | ||
|
||
- **Ovidijus Dargis** is the Operations Manager responsible for creating and implementing business growth strategies to promote the project. He oversees various business activities like partnerships and public relations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.