# From native to liquid staking

When you choose liquid staking over native staking, the main difference is that a middleman, called a stake pool, is introduced between you and the validators. The stake pool essentially plays the same role as you would in native staking.

Instead of directly delegating your SOL to a validator, you send it to the stake pool. In return, you receive a receipt token, also known as a liquid staking token (LST), which represents your share of the total SOL in the stake pool.

<figure><img src="/files/8FlWOHLmchbAmPAihkMM" alt=""><figcaption><p>Minting a liquid staking token</p></figcaption></figure>

The SOL in the stake pool is stored in a reserve stake account until it's delegated to one or more validators through the associated stake accounts.

<figure><img src="/files/NNcULqEnkYOmsnCjmsYN" alt=""><figcaption><p>How stake pools operate</p></figcaption></figure>

At the start of each epoch, staking rewards are compounded into the stake accounts, which increases the total SOL value of the stake pool. This results in the appreciation of the LST relative to SOL. However, your share of the SOL in the pool remains the same, meaning you earn rewards through the increase in the LST:SOL exchange rate. Every epoch, your LST is worth more SOL.

You can learn more about stake pools [here](https://spl.solana.com/stake-pool).

***

## Why 1 LST Doesn’t Always Equal 1 SOL

If you’ve recently staked your SOL and received one of Sanctum's LSTs (including INF) in return, you might be wondering: “Why didn't I receive 1 LST for every SOL I staked?” It’s a common question—and a great one. Let’s break it down.

* When you stake SOL with a liquid staking pool, you get an LST—a liquid staking token that keeps earning staking, block, and MEV rewards while sitting in your wallet. You can even use it in DeFi while it grows in value.

<figure><img src="/files/wmY8p63fEhLUXCOBHlyc" alt=""><figcaption><p>At the stake pool's launch, 1 SOL = 1 LST.</p></figcaption></figure>

* Unlike some other blockchains, your LST's balance doesn’t increase over time. On Solana, LSTs like INF are fixed in quantity—**but their value grows, relative to SOL**.
* As validators that you stake to earn rewards, these rewards are distributed back to the stake pool. Instead of minting more LSTs, each LST represents a portion of the growing pool of SOL.

<figure><img src="/files/CGsSAOaMVgYf8UHXAtUo" alt=""><figcaption><p>A few epochs later, your LST is now worth more SOL because of staking rewards</p></figcaption></figure>

* Over time, as staking rewards compound, LSTs gain value relative to SOL. **So when you unstake, you’ll receive&#x20;*****more*****&#x20;SOL than you originally put in.**

<figure><img src="/files/YKzKyAcEWFH75K1AGrWC" alt=""><figcaption><p>1 year later, you redeem 1.1 SOL for your 1 LST (assuming APY is 10%)</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.sanctum.so/docs/introduction-to-lsts/from-native-to-liquid-staking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
