solend

Manage lending and borrowing on Solana via Solend smart contracts.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill solend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solend
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/solend
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill solend

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to interact with the Solend protocol to lend and borrow assets on the Solana blockchain, managing their positions and risk.

Core Features & Use Cases

  • Lending: Deposit assets to earn interest.
  • Borrowing: Borrow assets against collateral.
  • Position Management: View current deposits, borrows, and health factor.
  • Market Information: Check available reserves, interest rates, and market conditions.
  • Use Case: A user wants to deposit 100 USDC as collateral and then borrow SOL against it. They can use /solend deposit 100 USDC followed by /solend borrow 10 SOL.

Quick Start

Use the solend skill to deposit 50 USDC into Solend.

Frequently Asked Questions about solend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I lend and borrow crypto assets on the Solana blockchain?

To lend and borrow crypto on the Solana blockchain, you interact with the Solend protocol by depositing assets as collateral and then borrowing against that collateral. This lets you earn lending interest or access liquidity directly.

What do I need to start borrowing assets through Solana DeFi protocols?

To start borrowing assets through Solana DeFi protocols, you need a Solana private key for transaction signing and existing digital assets to deposit as collateral. You also need to monitor your account health factor to avoid liquidation.

Can I monitor my DeFi lending health factor and market interest rates on Solana?

Yes, you can monitor your DeFi lending health factor and market interest rates on Solana. The Skill supports viewing current deposits, borrows, health factors, available reserves, and current market conditions to manage your position risk.

How do I deposit USDC and borrow SOL using a Solana lending protocol?

You deposit USDC and borrow SOL by executing sequential transactions on the Solana lending protocol. First you deposit your USDC as collateral, then you borrow SOL against that deposited amount to access needed liquidity.

What are the limitations of using a Solana private key for DeFi position management?

A limitation of using a Solana private key for DeFi position management is that transaction signing requires exposing or securely handling your private key. You must manage this key safely and monitor your health factor to prevent liquidation.