Skip to main content

Documentation Index

Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Solana SOL staking with multi-validator support and epoch-based mechanics via the unified Yield.xyz API.

What this yield is

  • Asset: SOL (native Solana token)
  • Mechanism: Delegate SOL to validators via stake accounts
  • Warmup period: ~3 days (1 epoch) before rewards begin
  • Rewards: Staking rewards updated every block, claimed automatically
  • Unbonding: ~3 days (1 epoch)
  • Minimum: 0.002305941 SOL

Available yields

Yield IDDescription
solana-sol-native-multivalidator-stakingMulti-validator staking with split delegation

Required inputs

ArgumentRequiredDescription
amountYesAmount of SOL to stake
validatorAddressesOptionalArray of validator vote accounts for split delegation
If validatorAddresses is not provided, the API uses default PVN validators.

Actions & lifecycle

  • Call /actions/enter with amount and optional validators
  • Creates stake account(s) and delegates
  • Multi-validator: stake is split across provided validators
  • Position activates at next epoch boundary
  • Rewards begin after activation

Example flow

1

Fetch yield metadata

Get staking mechanics and validator options.
2

Request enter action

Call enter with amount (and optional validator split).
3

Sign & submit

Sign with Solana-compatible signer (@solana/web3.js, Phantom, etc.).
4

Track balances

Monitor activation status and rewards.
curl --request GET \
  --url https://api.yield.xyz/v1/yields/solana-sol-native-multivalidator-staking \
  --header 'accept: application/json' \
  --header 'x-api-key: <API_KEY>'

Operational notes

Stake activates at the next epoch boundary. Epochs are ~2-3 days. Plan timing accordingly for time-sensitive operations.
Split delegation across multiple validators reduces single-validator risk. The API handles stake account creation for each validator.
Solana staking uses stake accounts (separate from the main wallet). The API abstracts this complexity but stake accounts appear in on-chain explorers.
Validator performance varies significantly on Solana. Use the validators endpoint to check commission rates and uptime.
For institutional custody flows, validate transactions with Shield before signing.

Preferred validators

ValidatorAddress
RockXAGXZemZbyZjz5NBhufcob2pf8AXnr9HaGFUGNCfooWrB
StakelyBmMVRAVef2qmJ1tJpG3JwRUtnfEiTbvDw9ZeFEi4wE7D
FigmentCcaHc2L43ZWjwCHART3oZoJvHLAe9hzT2DJNUpBzoTN1
Chorus OneChorus6Kis8tFHA7AowrPMcRJk3LbApHTYpgSNXzY5KE
Coinbase CloudbeefKGBWeSpHzYBHZXwp5So7wdQGX6mu4ZHCsH3uTar
Everstake9QU2QSxhb24FUX3Tu2FpczXjpK3VYrvRudywSZaM29mF
Staking FacilitiesDumiCKHVqoCQKD8roLApzR5Fit8qGV5fVQsJV9sTZk4a
ChainflowCAf8jfgqhia5VNrEF4A7Y9VLD3numMq9DVSceq7cPhNY
P-OpsHLM6hyDWrEca9QMS92nDBa2AreU1qDkppttPVuJ7E2CU
Stakin4PsiLMyoUQ7QRn1FFiFCvej4hsUTFzfvJnyN4bj1tmSN
Infstones37BPVW1Ne1XHrzK15xguAS2BTdobVfThDzTE2mv8SsnJ

Where to go next

Polkadot

DOT staking

Cardano

ADA staking

Non-EVM Overview

All non-EVM chains

StakeKit

Full staking guide