Skip to main content
Native staking across major non-EVM ecosystems with chain-specific mechanics including validator selection, cooldown/unbonding periods, and withdraw windows.
For current availability, use the Providers catalog and filter by network. The docs describe the integration model; the API reflects live availability.

Supported non-EVM networks

  • Solana Devnet
  • TON Testnet
  • Westend (Polkadot)

Integration pattern

Non-EVM staking follows the same API pattern with chain-specific signing:
1

Fetch yield metadata

Get required arguments, validator options, and unbonding mechanics.
2

Request action

Call enter, exit, or manage with chain-appropriate arguments.
3

Sign & submit

Use chain-specific signing (cosmjs, solana/web3.js, etc.).
4

Track balances

Monitor unbonding periods and claimable states.

Chain-specific pages

Major ecosystems

Cosmos

ATOM staking

Solana

SOL staking

Polkadot

DOT staking

Cardano

ADA staking

NEAR

NEAR staking

Tezos

XTZ staking

TON

TON staking

Kusama

KSM staking

Cosmos ecosystem chains


Common non-EVM patterns

Most non-EVM chains have mandatory unbonding periods (7–28 days). During unbonding, funds do not earn rewards and cannot be cancelled. The API tracks these states via balance lifecycle.
Staking yields typically require a validatorAddress. Use the validators endpoint to fetch available validators with performance metrics.
Cosmos and some other chains require explicit reward claims. These appear as pendingActions in balances. Use the manage action to claim.
Some chains support redelegation (moving stake between validators without unbonding). Check yield metadata for manage action availability.

Where to go next

EVM Staking

Ethereum, Polygon, Avalanche, and more

Liquid Staking

LST protocols

StakeKit

Full staking integration guide

API Reference

Discovery endpoints