> For the complete documentation index, see [llms.txt](https://docs.falcon.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.falcon.finance/~/revisions/zoG40VQk1Wr5zQ5uwjmT/sff-token/how-to-stake-ff-for-sff.md).

# How to stake FF for sFF

#### Step 1: Navigate to the Classic Yield Section

First, visit the Falcon App and access the staking interface:

**URL**: <https://app.falcon.finance/earn/classic>

Ensure your Web3 wallet is connected to the Falcon App before proceeding.

<figure><img src="/files/8JKbXwbLkjF7s59fyy3w" alt=""><figcaption></figcaption></figure>

#### Step 2: Select FF Staking

On the Classic Yield page, locate the **"FF"** option next to the Classic Yield header. Click on **"FF"** to switch from USDf staking to FF staking.

The interface will update to display:

* Current FF staking APY
* Your available FF balance
* Estimated sFF to receive

<figure><img src="/files/WdUZ5A2XKG36Ilh92hxS" alt=""><figcaption></figcaption></figure>

#### Step 3: Enter Staking Amount

Enter the amount of FF you wish to stake in the input field. You can either:

* Type a specific amount manually
* Click **"Max"** to stake your entire FF balance

Review the details displayed:

* Amount of FF to stake
* Amount of sFF you will receive (1:1 ratio)
* Current Falcon Miles multiplier

#### Step 4: Confirm and Stake

Once you've confirmed the staking amount:

1. Click the **"Stake"** button to initiate the transaction
2. Your Web3 wallet will prompt you to approve the transaction
3. Review the gas fees and confirm the transaction in your wallet
4. Wait for the transaction to be confirmed on-chain

#### Step 5: Verify Your Staked Position

After the transaction is confirmed:

1. Navigate to your [**Profile**](https://app.falcon.finance/account/profile) via the Account dropdown menu
2. Confirm your sFF balance has increased
3. Your staked position will now begin earning yield and Falcon Miles

<figure><img src="/files/FtZEUxWddVOJyQYyjrKk" alt=""><figcaption></figcaption></figure>

You can monitor your sFF holdings, accumulated yield, and Miles earned directly from the Falcon App.


---

# 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://docs.falcon.finance/~/revisions/zoG40VQk1Wr5zQ5uwjmT/sff-token/how-to-stake-ff-for-sff.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.
