sanctum

Integrate Sanctum LST swaps, liquidity pools, and staking APIs into Solana applications.

125|79|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sendaifun/skills --skill sanctum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sanctum
Source: https://github.com/sendaifun/skills/tree/main/skills/sanctum
Command: npx skills add https://github.com/sendaifun/skills --skill sanctum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a cohesive, developer-friendly interface to Sanctum's liquidity, staking, and LST management on Solana, reducing integration complexity for apps needing SOL/LST swaps, Infinity pool liquidity, and stake account operations.

Core Features & Use Cases

  • Swap SOL and LSTs via Sanctum API for access to diversified liquidity and instant liquidity.
  • Manage Infinity pool liquidity, deposit/withdraw stake accounts, and route trades between LSTs like mSOL, jitoSOL, INF.
  • Retrieve LST metadata, APYs, and program identifiers to build Solana-native tooling and dashboards.

Quick Start

Use the Sanctum Skill to query LST metadata, perform a sample SOL→mSOL swap, and execute a liquidity deposit into INF for a test wallet.

Frequently Asked Questions about sanctum

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

FAQPage Schema
How do I swap SOL for LSTs like mSOL or jitoSOL using Sanctum?

Swap SOL for LSTs like mSOL or jitoSOL by querying the Sanctum REST API to build a base64-encoded transaction, then sign and submit it to Solana to execute the exchange.

What is the Infinity pool and how does it manage Solana LST liquidity?

The Infinity pool manages Solana LST liquidity by enabling developers to deposit stake accounts, withdraw liquidity, and route trades between multiple LSTs like mSOL, jitoSOL, and INF.

What Solana LST metadata and APYs can I retrieve using the Sanctum API?

Using the Sanctum API, you can retrieve LST metadata, current APYs, and program identifiers for LSTs like mSOL, jitoSOL, and INF to build Solana-native tooling and dashboards.

What do I need to integrate Sanctum LST swapping into my Solana app?

To integrate Sanctum LST swapping, you need access to the Sanctum REST API, knowledge of LST mints and program IDs, and the ability to sign and submit Solana transactions via base64-encoded TXs.