# Navigating the Earn Tab

The Earn tab aims to facilitate USDf staking and unstaking. Users can choose utilize Falcon's vaults to stake their USDf and mint yield-bearing sUSDf, and then enhance these yields by restaking sUSDf into fixed-term vaults, which will return an ERC-721 NFT.&#x20;

This section outlines the operational steps for both the Classic Yield, and Boosted Yield functions:

1. [Classic Yield](/resources/quick-app-guide/navigating-the-earn-tab/classic-yield.md)
   1. [Staking USDf for Classic Yield](/resources/quick-app-guide/navigating-the-earn-tab/classic-yield/staking-usdf-for-classic-yield.md)
   2. [Unstaking sUSDf from Classic Yield](/resources/quick-app-guide/navigating-the-earn-tab/classic-yield/unstaking-susdf-from-classic-yield.md)
2. [Boosted Yield](/resources/quick-app-guide/navigating-the-earn-tab/boosted-yield.md)
   1. [Restaking for Boosted Yield](/resources/quick-app-guide/navigating-the-earn-tab/boosted-yield/restaking-for-boosted-yield.md)
      1. [Restaking with USDf](/resources/quick-app-guide/navigating-the-earn-tab/boosted-yield/restaking-for-boosted-yield/restaking-with-usdf.md)
      2. [Restaking with sUSDf](/resources/quick-app-guide/navigating-the-earn-tab/boosted-yield/restaking-for-boosted-yield/restaking-with-susdf.md)
   2. [Unstaking from Boosted Yield](/resources/quick-app-guide/navigating-the-earn-tab/boosted-yield/unstaking-from-boosted-yield.md)


---

# 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.falcon.finance/resources/quick-app-guide/navigating-the-earn-tab.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.
