sanctum

Solid

Complete Sanctum SDK for liquid staking, LST swaps, and Infinity pool operations on Solana. Use when working with LSTs (mSOL, jitoSOL, bSOL, INF), staking SOL, swapping between liquid staking tokens, or integrating Sanctum's liquidity infrastructure.

DevOps & Infrastructure 126 stars 79 forks Updated 2 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
70
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Sanctum Development Guide A comprehensive guide for building Solana applications with Sanctum - Solana's largest LST (Liquid Staking Token) platform powering 1,361+ LSTs. ## Overview Sanctum provides unified liquid staking infrastructure on Solana: - **Infinity Pool**: Multi-LST liquidity pool with zero-slippage swaps - **Router**: Instant LST-to-LST swaps via stake account routing - **Reserve**: Instant SOL liquidity for LST withdrawals - **LST Creation**: Launch custom liquid staking tokens - **INF Token**: Yield-bearing token representing Infinity pool shares ### Key Stats - 1,361+ LSTs supported - $1.4B+ in swap volume facilitated - ~8,000 SOL ($1M+) in fees shared with stakers - Partners: Jupiter (jupSOL), Bybit (bbSOL), Drift (dSOL), crypto.com (cdcSOL) ## Quick Start ### API Setup ```typescript const SANCTUM_API_BASE = 'https://sanctum-api.ironforge.network'; // All endpoints require API key const headers = { 'Content-Type': 'application/json', }; // Example: Get all LST metadata const response = await fetch( `${SANCTUM_API_BASE}/lsts?apiKey=${API_KEY}` ); const lsts = await response.json(); ``` ### Common LST Addresses ```typescript const LST_MINTS = { // Native SOL (wrapped) SOL: 'So11111111111111111111111111111111111111112', // Sanctum INF (Infinity pool token) INF: '5oVNBeEEQvYi1cX3ir8Dx5n1P7pdxydbGF2X4TxVusJm', // Major LSTs mSOL: 'mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So', // Marinade jitoSOL: 'J1toso1uCk3RLmjorhTtrVwY9HJ7...

Details

Author
sendaifun
Repository
sendaifun/skills
Created
7 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category