# Liquid Hyperliquidity Provider (wHLP)

### Liquid Hyperliquidity Provider (wHLP) <a href="#liquid-hyperliquidity-provider-whlp" id="liquid-hyperliquidity-provider-whlp"></a>

The **Hyperliquid Provider Vault (HLP)** is a decentralized liquidity pool within Hyperliquid that allows users to deposit assets and collectively provide liquidity for trading. Participants earn yield from trading fees and share both profits and losses generated by trading activities.

**Why make it available as collateral?** - it enables capital efficiency by allowing depositors to borrow against their liquidity positions, maximizing their flexibility without needing to withdraw assets from the vault.

***

**How to make it available as collateral?**

<figure><img src="https://docs.hyperlend.finance/~gitbook/image?url=https%3A%2F%2F1293603927-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FtiRDTXWJIPq3DOCs3Vbb%252Fuploads%252FTxomJnN6P8oO5GRsUFym%252Fhlp.png%3Falt%3Dmedia%26token%3Dce6c6ca8-08d7-402f-b109-7d0759d91e1c&#x26;width=768&#x26;dpr=3&#x26;quality=100&#x26;sign=210c941b&#x26;sv=2" alt=""><figcaption></figcaption></figure>

Users deposit USDC into the vault, which then transfers it to Hyperliquid L1 exchange, where it's deposited into the HLP vault.

Vault shares (represented as ERC20 tokens) can then be used as collateral in Isolated Pools.

To redeem the underlying USDC, shares are burned, a proportional portion of the vault position is withdrawn and USDC is transferred back to the Liquid HLP vault where it can be claimed.

`sharePrice = totalHlpDepositBalance / totalShares`&#x20;

For more information on the *liquid* HLP vault: <https://x.com/hyperlendx/status/1866200186915266716>

***

**Example;**

Imagine you deposit **$10,000 USDC** into the Hyperliquid Provider Vault (HLP). In return, you receive tokenized shares representing your vault position (wHLP tokens). Currently, HLP offers an attractive yield of approximately **1.75% per month (\~23% annually)**, coupled with low volatility (annualized volatility of 17.89%) and strong risk-adjusted returns (Sharpe ratio of 2.89 lifetime, recently as high as 5.2).

**Because HLP shares are collateralizable, you can borrow and loop your position multiple times.**

* **Without loop:** Deposit into HLP → total exposure = **$10,000** *(Earning $175/month or $2,100/year)*
* **First loop:** Borrow $5,000 (50% LTV), deposit back into HLP → total exposure = **$15,000** *(Earning $262.50/month or $3,150/year)*
* **Second loop:** Borrow another $2,500 (50% of the $5,000), deposit again → total exposure = **$17,500** *(Earning $306/month or $3,672/year)*
* **Third loop:** Borrow another $1,250 → total exposure = **$18,750;** *(Earning $328/month or $3,936/year)*
* **Fourth loop:** Borrow another $625 → total exposure = **$19,375** *(Earning $339/month or* *$4,068/year)*
* **Fifth loop:** Borrow another $312.50 → total exposure = **$19,687.50** *(Earning $344/month or $4,128/year)*

These yield estimates are based on the historical performance analysis detailed [here](https://medium.com/@RyskyGeronimo/a-risk-return-analysis-of-hyperliquids-hlp-vault-7c164cd00a0d).

Please be aware that leveraging your position through looping inherently introduces **additional risks**, including increased exposure to liquidation risks if market conditions shift. Always manage your risk carefully and monitor positions closely when employing leveraged strategies.


---

# 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.hyperlend.finance/advanced-features/liquid-hyperliquidity-provider-whlp.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.
