Lendify is a decentralized lending platform built on the Stacks blockchain, enabling users to borrow, lend, and participate in governance.
- Decentralized lending and borrowing
- Collateral management
- Governance system for platform decisions
- Lendify token (LFY) for platform interactions
- Liquidation mechanism for defaulted loans
Lendify utilizes Clarity smart contracts:
collateral-manager.clar- Manages collateral for loansgovernance.clar- Handles governance proposals and votinglendify-token.clar- Implements the Lendify (LFY) tokenliquidation.clar- Manages liquidation for defaulted loansloan-core.clar- Core loan management functionality
Refer to CLARITY_FUNCTIONS.md for detailed Clarity functions.
Built with Next.js, React, and Tailwind CSS, Lendify provides an intuitive interface for platform interactions.
- Dashboard - User balances and platform statistics
- Loans - Create and manage loans
- Governance - Propose and vote on governance decisions
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npm run dev - Open http://localhost:3000
Contributions are welcome! Submit a Pull Request for review.
This project is licensed under the MIT License.