> For the complete documentation index, see [llms.txt](https://docs.feg.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feg.io/feg-smartdefi-tm/feg-staking/navigate.md).

# How to stake FEG

Use this guide to stake FEG on [SmartDeFi.com](https://smartdefi.com).

### Before you start

Make sure you hold **FEG** in the wallet you plan to connect.

Keep some native gas token in that wallet for approvals and staking transactions.

If you still need FEG on **BNB Chain**, follow [Use BNB to buy FEG](/feg-smartdefi-tm/how-to-buy-feg/use-bnb-eth-to-buy-feg.md).

{% stepper %}
{% step %}

### Connect your wallet

<figure><img src="/files/O09jwmUyrlr2HPa4LZVx" alt="Wallet connection screen on SmartDeFi.com"><figcaption><p>Connect your wallet and choose the chain where your FEG is held.</p></figcaption></figure>

Click **Connect Wallet** in the top-right corner.

Choose your blockchain and your preferred wallet connection method. In this example, the wallet is MetaMask.
{% endstep %}

{% step %}

### Approve and stake FEG

<figure><img src="/files/hOMrHsPPfX3parsbckuD" alt="Staking panel with stake action selected"><figcaption><p>Approve FEG first if needed, then complete the stake.</p></figcaption></figure>

Open the **Staking** tab on the left.

Select **Stake**, then enter the amount of FEG you want to stake.

If the button shows **Approve**, confirm that transaction first. Approval lets the staking contract access your FEG.

After approval confirms, click **Stake** and confirm the second transaction in your wallet.

You may see two wallet prompts in total. Keep enough gas for both.
{% endstep %}

{% step %}

### Verify your staking position

<figure><img src="/files/cX9vtbokKTdSC5Gzrmt0" alt="Staking dashboard showing staked balance and rewards"><figcaption><p>Review your staked balance, rewards, and staking shares after confirmation.</p></figcaption></figure>

After the transaction confirms, the staking panel shows your staked amount, rewards, and other staking details.

Your wallet also receives **FST** staking shares, which track your position in the pool.

For reward rules, FST details, and sacrifice settings, see [FEG Staking](/feg-smartdefi-tm/feg-staking.md).
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If the staking button stays unavailable, check the selected network, your FEG balance, and your gas balance. If needed, reconnect your wallet and wait for balances to refresh.
{% endhint %}


---

# 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.feg.io/feg-smartdefi-tm/feg-staking/navigate.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.
