> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nefariouslabs.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Liquid Staking Protocols

> Automatically detect all liquid staking tokens on Solana with real-time exchange rates — 10 LST protocols supported.

# Liquid Staking Protocols

Nefarious automatically detects **10 liquid staking tokens** (LSTs) in any Solana wallet. Each LST is resolved to its underlying SOL value using real-time on-chain exchange rates.

## How It Works

Liquid staking tokens are standard SPL tokens in your wallet. Nefarious identifies them, fetches the current exchange rate from the staking protocol, and reports the position with the exact SOL-equivalent value.

**All LST positions return:**

* `type: "stake"`
* `metadata.exchangeRate` — Current token-to-SOL exchange rate

<CodeGroup>
  ```json Response Example theme={null}
  {
    "protocol": {
      "id": "jito",
      "name": "Jito",
      "url": "https://www.jito.network",
      "category": "lst"
    },
    "totalValueUsd": 7500.00,
    "totalDepositedUsd": 7500.00,
    "totalBorrowedUsd": 0,
    "positions": [
      {
        "id": "jito-stake-jitosol",
        "type": "stake",
        "name": "JitoSOL",
        "valueUsd": 7500.00,
        "tokens": [
          {
            "mint": "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn",
            "symbol": "JitoSOL",
            "name": "Jito Staked SOL",
            "amount": "48387096774",
            "amountUsd": 7500.00,
            "decimals": 9
          }
        ],
        "metadata": {
          "exchangeRate": 1.1542
        }
      }
    ]
  }
  ```
</CodeGroup>

***

## Supported LST Protocols

<CardGroup cols={2}>
  <Card title="Jito" icon="droplet">
    **Token:** JitoSOL — MEV-boosted staking with automatic rewards compounding. The most popular LST on Solana.
  </Card>

  <Card title="Marinade" icon="droplet">
    **Token:** mSOL — Stake pool with 400+ validators for maximum decentralization and consistent yields.
  </Card>

  <Card title="BlazeStake" icon="droplet">
    **Token:** bSOL — Community-driven stake pool supporting Solana decentralization with BLZE governance rewards.
  </Card>

  <Card title="Sanctum" icon="droplet">
    **Token:** INF — Unified LST liquidity layer powering the Sanctum ecosystem.
  </Card>

  <Card title="Solayer" icon="droplet">
    **Token:** sSOL — Restaking protocol unlocking additional yield through active validation services.
  </Card>

  <Card title="Fragmetric" icon="droplet">
    **Token:** fragSOL — Modular restaking with customizable risk-reward profiles.
  </Card>

  <Card title="Kyros" icon="droplet">
    **Token:** kySOL — High-yield liquid staking token with optimized validator selection.
  </Card>

  <Card title="Renzo" icon="droplet">
    **Token:** ezSOL — Cross-chain restaking protocol bringing Ethereum's restaking model to Solana.
  </Card>

  <Card title="Helius" icon="droplet">
    **Token:** hSOL — Liquid staking by Helius, the leading Solana RPC and infrastructure provider.
  </Card>

  <Card title="btcSOL" icon="droplet">
    **Token:** btcSOL — Zeus Network's BTC-backed liquid staking token bridging Bitcoin yield to Solana.
  </Card>
</CardGroup>
