Solana
This section covers Solana staking integrations using the Stakely Staking API. It includes Solana-specific notes, transaction signing examples, and the staking flows supported by Stakely.
Useful links
- Stakely, Solana (SOL) staking overview: https://stakely.io/staking/solana-staking
- Solana staking basics: https://solana.com/staking
- Solana documentation: https://solana.com/docs/references/staking
- Solana Learn: https://solana.com/learn/what-is-staking
What you will find in this section
- Native staking: end-to-end flows and endpoints for delegating, claiming rewards, and undelegating for native Solana staking, plus a complete worked integration example (craft, sign, prepare, broadcast).
- JPool liquid staking: flows and endpoints for staking SOL for
JSOL, unstaking, and reading balances via the JPool stake pool, plus its own worked integration example.
Notes
- Solana integrations use the optional
X-NETWORKheader to select the target network. The API provides a dedicated endpoint to list all available Solana networks and their correspondingX-NETWORKvalues. - All staking operations are executed on-chain. Stakely prepares the transaction payloads, while signing is performed by your application using your preferred signing method.