jupiter-lend

Read Jupiter Lend liquidity, vaults, and jlToken positions on Solana.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/mashharuki/jupter-sample-repo --skill jupiter-lend-mashharuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jupiter-lend
Source: https://github.com/mashharuki/jupter-sample-repo/tree/main/.claude/skills/jupiter-lend
Command: npx skills add https://github.com/mashharuki/jupter-sample-repo --skill jupiter-lend-mashharuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jupiter Lend enables developers to read from and write to the Jupiter Lend ecosystem on Solana, consolidating liquidity pools, jlTokens, vaults, and flashloans behind a unified SDK into a single integration point.

Core Features & Use Cases

  • Read-only access to liquidity pools, jlTokens, and vault configurations using @jup-ag/lend-read.
  • Write-capable operations including deposits, withdrawals, borrows, and repayments via @jup-ag/lend.
  • Use cases: building dashboards, enabling borrowing workflows in apps, or automating position management in Solana-based DeFi.

Quick Start

Initialize the read/write SDKs, discover a vault, create a new position, and deposit collateral followed by a borrow in one transaction.

Frequently Asked Questions about jupiter-lend

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

FAQPage Schema
How do I integrate Solana lending vaults and jlToken positions into my DeFi dashboard?

You can integrate Solana lending by using the Jupiter Lend SDK to read liquidity pools, vaults, and jlToken positions, and to perform deposits, withdrawals, borrows, and repayments directly within your dashboard application.

What is required to perform borrow and deposit operations on Solana lending protocols?

Performing borrow and deposit operations on Solana lending protocols requires the @jup-ag/lend-read and @jup-ag/lend SDKs, a Solana RPC connection, and a valid wallet signer to authorize the transactions.

Can I combine collateral deposits and borrows into a single transaction on Solana?

Yes, you can combine collateral deposits and borrows into a single transaction on Solana by initializing the read and write SDKs, discovering a vault, creating a new position, and executing both operations together.

Does the Jupiter Lend integration support flashloans and vault configurations for Solana DeFi automation?

Yes, the Jupiter Lend integration supports flashloans and vault configurations for Solana DeFi automation, consolidating liquidity pools, jlTokens, and vaults behind a unified SDK for building automation tools and AI assistants.

When do I need a valid wallet signer versus read-only access for Solana lending workflows?

You need read-only access via @jup-ag/lend-read to fetch liquidity and vault data, while a valid wallet signer is required for write-capable operations like deposits, withdrawals, borrows, and repayments on Solana.