# FLC-2306.13 (LIQUID Upgrade)

**Upgrades**

* **FlashLend "Liquid Stake":** Users can now [borrow](/liquid-stake-flashlend.md#borrowing) from their FlashNFT principal to mint fc-Tokens.
  * New FLASH Token utility: [Reverse Auctions](/liquid-stake-flashlend.md#reverse-dutch-auction-phase)
  * New Flashtronaut utility: [Auction Discount](/liquid-stake-flashlend.md#flashtronaut-discount)
* **FlashBurn yield modes**: Auto, Burn, and Swap can now be toggled by the user to calculate or execute redeeming yield from minted [TBTs](/time-based-tokens-tbts/flashstaking-tbts.md).
* [rETH ](/time-vault-strategies-tvs/time-vaults-database/rocket-pool/reth.md)strategy on Mainnet has been added.

**Fixes and Changes**

* **Full Token Display:** [TBTs](/time-based-tokens-tbts.md) now display their full name within the dapp, such as "fsGLP-907a" is now showing instead of just "fsGLP". Note that the "907a" in this example, as is the case with all TBTs, is the [first 4 characters of that contract address](https://arbiscan.io/address/0x907a749631ad4149df1d49ee2fd40517b12df573), to help prevent future confusion with any other "fsGLP" TBTs deployed.
* **Flashback Fees APRs:** Flashbacks APR% now also includes the trading fees, to give better insight to potential grand total APR earned from both the Flashback rewards plus the trading fees.
* **Smoother Unstake Early:** quality of live improvements, edge case bug fixes, better disclaimers and links to uniswap for token purchases.
* **RPCs are fussy:** Implemented a "round robin" logic of trying multiple RPCs for the user to help prevent dapp call failures due to RPCs offline, the user hitting RPC maximum request limits, and other similar issues.
* **House Cleaning:** Many minor things you wouldn't usually think about that have been polished, better loading times, and more efficient logic patterns, general improvements to efficiencies and UX. Some edge cases fixed.


---

# 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.flashstake.io/frontend-changelog/2023-changelog/flc-2306.13-liquid-upgrade.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.
