# Liquid Staking

Below are endpoints available:

<table><thead><tr><th width="219">Name</th><th width="95">Type</th><th>Description</th></tr></thead><tbody><tr><td>getapr</td><td>Read</td><td>Get the Lido staking APR on Ethereum.</td></tr><tr><td>getrewards</td><td>Read</td><td>Get the stETH interactions by a specified user address along with the daily stETH rewards.</td></tr><tr><td>getstake</td><td>Read</td><td>Get the amount of stETH and wstETH staked on Lido by a specified address.</td></tr><tr><td>getwithdrawalrequests</td><td>Read</td><td>Get all the withdrawal requests(NFT ids) made by a specified address.</td></tr><tr><td>getwithdrawalstatus</td><td>Read</td><td>Get the status of a withdrawal request made by a specified address.</td></tr><tr><td>getprotocolapr</td><td>Read</td><td>Get the Lido staking APR on Ethereum, for the past 7 days.</td></tr><tr><td>getallowance</td><td>Read</td><td>Get the approved allowance amount set by the owner for the spender.</td></tr><tr><td>stake</td><td>Write</td><td>Initiate a transaction to stake on Lido.</td></tr><tr><td>wrap</td><td>Write</td><td>Initiate a transaction to wrap stETH to wstETH.</td></tr><tr><td>unwrap</td><td>Write</td><td>Initiate a transaction to unwrap wstETH to stETH.</td></tr><tr><td>mint</td><td>Write</td><td>Initiate a transaction to mint osETH.</td></tr><tr><td>burn</td><td>Write</td><td>Initiate a transaction to burn osETH.</td></tr><tr><td>increaseallowance</td><td>Write</td><td>Initiate a transaction to increase the allowance of stETH or wstETH on the spender’s account.</td></tr><tr><td>decreaseallowance</td><td>Write</td><td>Initiate a transaction to decrease the allowance of stETH or wstETH on the spender’s account.</td></tr><tr><td>approvewithdrawal</td><td>Write</td><td>Initiate a transaction to approve the withdrawal request from a specified address.</td></tr><tr><td>requestwithdrawal</td><td>Write</td><td>Initiate a transaction to request a withdrawal on Lido.</td></tr><tr><td>claim</td><td>Write</td><td>Initiate a transaction to burn the NFT, which is minted upon request, and to claim the rewards.</td></tr></tbody></table>


---

# 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.expand.network/integrations/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.
