jupiter-lend

Discover Jupiter Lend vaults, positions, and execute deposits, borrows, repayments, and withdrawals.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/frederik-maker/jupiter-pulse --skill jupiter-lend-frederik-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jupiter-lend
Source: https://github.com/frederik-maker/jupiter-pulse/tree/main/.agents/skills/jupiter-lend
Command: npx skills add https://github.com/frederik-maker/jupiter-pulse --skill jupiter-lend-frederik-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables developers to seamlessly integrate with Jupiter Lend by providing ready-to-use read and write SDKs to query liquidity, vaults, and user positions, and to perform deposits, borrows, repayments, and withdrawals.

Core Features & Use Cases

  • Discover all available vaults and list them for a user
  • Read user positions and balances
  • Execute deposit, borrow, repay, and withdraw operations (including batched operations)
  • Build end-to-end flows combining read data with write actions in a single workflow

Quick Start

Use this Skill to discover vaults, fetch your positions, and perform a deposit, borrow, repayment, or withdrawal.

Frequently Asked Questions about jupiter-lend

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

FAQPage Schema
How do I integrate Jupiter Lend vaults and user positions on Solana?

You can integrate Jupiter Lend on Solana using the @jup-ag/lend-read and @jup-ag/lend SDKs to discover vaults and query positions. These SDKs provide ready-to-use functions for reading liquidity and executing write operations.

How do I perform deposits and borrows using Jupiter Lend SDKs?

Perform Jupiter Lend deposits and borrows by using the write SDK to execute transactions, ensuring proper Solana connection handling and position management. You must create new positions when needed before executing deposit or borrow operations.

Can I batch multiple Jupiter Lend operations like repayments and withdrawals?

Yes, you can batch multiple Jupiter Lend operations such as repayments and withdrawals. The SDK supports composing batched operations, allowing you to build end-to-end flows combining read data with write actions in a single workflow.

What Solana connection setup is required to query Jupiter Lend vault data?

Querying Jupiter Lend vault data requires proper Solana connection handling alongside the @jup-ag/lend-read SDK. You need a valid Solana RPC connection to fetch available vaults, query liquidity, and read user token balances accurately.

Does Jupiter Lend position management automatically create new positions for users?

Jupiter Lend position management requires correct handling, including creating new positions when needed. The SDK does not automatically open positions; your integration must explicitly check user state and create a new position before executing deposits or borrows.