# Liquid staking

The Solana network relies on validators to maintain its security, operating on a proof-of-stake consensus mechanism. To contribute to the network, SOL must be staked with a validator. However, traditional staking comes with certain limitations:

***

#### 🧱 Challenges of Traditional Staking

1. Locked Funds:
   1. Staked SOL is locked for at least 1 epoch (up to 3 days), preventing its use for providing liquidity, generating yield, or other activities.
2. Limited Decentralization:
   1. Staking with just one validator concentrates stake, which is not ideal for network decentralization.

***

#### 💧 The Solution: Liquid Staking

Liquid staking allows you to stake SOL through a stake pool, like The Vault, and receive a liquid staked token (vSOL) in return. This token represents your staked SOL and unlocks additional opportunities:

* Provide Liquidity: Use vSOL in liquidity pools to earn additional yield.
* Generate Yield: Participate in DeFi protocols while earning staking rewards.
* Collateral for Borrowing: Use vSOL as collateral to borrow funds.

***

#### 🛡️ Supporting Decentralization

By staking through The Vault, your SOL is distributed across multiple validators, aligning with the pool’s community goals. This ensures:

* Greater network decentralization: Stake is spread among smaller or community-centric validators.
* Optimized rewards: Your stake continues to grow while maintaining flexibility.

Liquid staking combines the best of both worlds—helping secure Solana while enabling you to maximize the utility of your staked SOL. 🌟

<br>


---

# 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://docs.thevault.finance/users/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.
