> For the complete documentation index, see [llms.txt](https://yield-finance.gitbook.io/yield-finance-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yield-finance.gitbook.io/yield-finance-docs/products/basic-vaults/market-neutral-liquid-staking.md).

# Market Neutral Liquid Staking

## Description

Liquid staking is one of the largest markets in DEFI. It offers staking returns to investors while alleviating the constraints related to staking: lock-in periods, minimal amounts, and most importantly the need to provide and manage hardware. Liquid staking protocols such as Lido Finance, allows anyone to stake ETH or other assets (Solana, Matic) and receive “staked tokens” as a deposit receipt. The staked tokens are exposed to the price changes of the underlying asset. By offering a hedge against the asset price change, this strategy effectively offers a fixed income product.

## Benefits

* Fixed income with alternative risk profile (source of income is from PoS networks)
* Cheaper execution obtained by batching of trades. An individual trader will need to execute many trades to achieve the same portfolio.

## Risks

* Operational and Execution Risks
* Third party protocol risks
* Market risks that can result in bad hedging

## Vault Strategy

The vault is collecting stable coins (eg USDC) and they are used by the vault to buy assets (ETH, Matic, Solana, and others) from DEXes. Then those assets are deposited into liquid staking protocols such as LIDO and RPL. This will create an exposure to the price of the underlying asset (ETH, SOL, etc). In order to hedge to neutralise the market exposure, the vault also opens a short perpetual position in a perpetual future exchange such as GMX.

<br>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://yield-finance.gitbook.io/yield-finance-docs/products/basic-vaults/market-neutral-liquid-staking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
