jupiter-lend

Interact with Jupiter Lend protocol on Solana for lending, borrowing, and market data.

80|22|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/jup-ag/agent-skills --skill jupiter-lend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jupiter-lend
Source: https://github.com/jup-ag/agent-skills/tree/main/skills/jupiter-lend
Command: npx skills add https://github.com/jup-ag/agent-skills --skill jupiter-lend

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies interaction with the Jupiter Lend protocol, enabling users to lend assets for yield, borrow against collateral, and manage leveraged positions on the Solana blockchain.

Core Features & Use Cases

  • Lending (Earn): Supply assets to earn yield, receiving yield-bearing jlTokens.
  • Borrowing (Vaults): Deposit collateral and borrow other assets against it, managing risk through configurable limits.
  • Data Querying: Access real-time data on liquidity pools, lending markets, vault configurations, and user positions.
  • Use Case: A DeFi user wants to deposit USDC to earn yield and then use their deposited USDC as collateral to borrow SOL. This Skill can facilitate both operations seamlessly.

Quick Start

Use the jupiter-lend skill to check the current borrowing limit for vault ID 1.

Frequently Asked Questions about jupiter-lend

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

FAQPage Schema
How do I lend assets on Solana to earn yield?

To lend assets on Solana and earn yield, you supply assets to the Jupiter Lend protocol to receive yield-bearing jlTokens. The Skill facilitates these deposits through on-chain program interactions.

Can I borrow against my deposited collateral on Solana?

Yes, you can borrow assets against deposited collateral using Jupiter Lend vaults. The Skill manages borrowing operations and allows you to configure risk limits for your leveraged positions.

What is the best way to check my borrowing limit on Jupiter Lend?

You can check your borrowing limit on Jupiter Lend by querying real-time market data. The Skill supports read-only operations via `@jup-ag/lend-read` to access vault configurations and user positions.

Does this Skill support withdrawing assets from Solana lending markets?

Yes, the Skill supports withdrawing assets from Solana lending markets. It manages deposits, withdrawals, collateral, and debt within lending markets and vaults via write operations using `@jup-ag/lend`.

How do I query real-time liquidity pool data on Solana?

You can query real-time liquidity pool data on Solana using the Skill's read-only operations. It integrates with on-chain programs to access current lending market conditions and vault configurations.