jupiter

Build Solana DeFi applications using Jupiter APIs and Helius infrastructure.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Solizardking/clawd-code --skill jupiter-solizardking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jupiter
Source: https://github.com/Solizardking/clawd-code/tree/main/clawd-plugin/skills/jupiter
Command: npx skills add https://github.com/Solizardking/clawd-code --skill jupiter-solizardking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @solana/web3.js, @jup-ag/lend-read, @jup-ag/lend, @jup-ag/lend/write, helius-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the creation of Solana DeFi applications by providing access to Jupiter APIs and Helius infrastructure, simplifying the process of building and deploying DeFi applications on the Solana blockchain.

Core Features & Use Cases

  • Token Swaps: Facilitate token swaps using Jupiter's Swap API and Helius's transaction submission.
  • Lending/Borrowing: Implement lending and borrowing protocols with Jupiter's Lend protocol and Helius's transaction submission.
  • Limit Orders: Create limit orders using Jupiter's Trigger API and Helius's transaction submission.
  • Dollar-Cost Averaging (DCA): Execute recurring token purchases for DCA strategies.
  • Token & Price Data: Access token and price data for various tokens on Solana.
  • Real-Time Streaming: Monitor transactions and wallet activity in real-time using Helius's WebSockets or LaserStream.
  • Wallet Intelligence: Retrieve wallet information and perform operations on Solana wallets.
  • Use Case: Build a DeFi platform that allows users to swap tokens, lend/borrow assets, and monitor their portfolios in real-time.

Quick Start

Use the jupiter skill to create a new DEX application that allows users to swap tokens and view real-time prices.

Frequently Asked Questions about jupiter

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

FAQPage Schema
How do I build a Solana DeFi application using Jupiter and Helius APIs?

Building Solana DeFi applications requires Jupiter APIs for trading and Helius infrastructure for transaction submission and real-time data streaming. This framework supports token swaps, lending, borrowing, limit orders, and DCA strategies.

What do I need to set up Solana token swaps and lending protocols?

Setting up Solana token swaps and lending requires Jupiter and Helius API keys, Node.js version 18 or higher, and the @solana/web3.js library to execute transactions and interact with the Jupiter Swap and Lend APIs.

Can I execute limit orders and DCA strategies on Solana?

Yes, you can execute limit orders and DCA strategies on Solana by utilizing Jupiter's Trigger API for limit orders and the Recurring API for dollar-cost averaging, submitted through Helius's Sender API.

How do I monitor Solana wallet activity and token prices in real-time?

You monitor Solana wallet activity and token prices in real-time by connecting to Helius WebSockets or LaserStream, which stream transaction data and wallet intelligence directly to your DeFi application.

Does building Solana DeFi applications with Jupiter require specific API keys?

Yes, building Solana DeFi applications with Jupiter requires specific Jupiter API keys for Swap, Lend, Trigger, and Recurring APIs, alongside Helius API keys for Sender and WebSockets infrastructure.