> For the complete documentation index, see [llms.txt](https://docs.unisat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unisat.io/fractal-bitcoin/fb-farming/fb-farming-step-by-step-guide.md).

# FB Farming: Step-by-Step Guide

### How to Participate in FB Famring&#x20;

1. **Visit the Farming Page**

Go to: <https://fractal.unisat.io/farming> and connect your wallet.

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

<br>

2. **Use Rewards Calculator**

Understand your returns clearly using the built-in calculator:

* Input the amount of FB you want to farm
* Choose your staking duration
* If you claimed Gems during the Anniversary Carnival, add Gems for exra bonus APY
* View your estimated APY and FB rewards

<figure><img src="/files/G7bm2UCIZxRArDsf80yi" alt="" width="563"><figcaption></figcaption></figure>

<br>

3. **Start Farming**

* In the Pool #1 or Pool #2 section, click on **Stake** next to Pool 1

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

* Enter the amount of FB you want to stake
* Add up to **2 Gems** at same time to boost your returns (2 Gems must have different durations)
* Click **Confirm Stake**

<figure><img src="/files/xdxBleLe96VPnY9pnlPM" alt="" width="563"><figcaption></figcaption></figure>

<br>

4. **Track and Manage Your Stakes**

Go to **My Staking** to:

* Monitor your rewards
* Add Gems under the **Using Gems** section
* Unstake partially or fully at any time

<figure><img src="/files/Dtp9FglbKgnaxTtOv8rh" alt="" width="466"><figcaption></figcaption></figure>

### 📌 Tips:&#x20;

* **Gems:**
  * You can stack **up to 2 Gems at a time** (as long as their bonus APY differs).
  * When a Gem expires, you can add another one. Example: If you use a 30-Day Gem + 7-Day Gem at a time, when the first 7-Day Gem expires, you can add another one.
  * Ensure your staking duration is **equal or longer** than the Gem's duration for it to take effect
  * The Gem bonus rewards are calculated starting from the Gem’s effective date.
  * Farming rewards are calculated starting from the confirmation time.
* **Staking Limits:**
  * Minimum: 1 FB per stake
  * Maximum: 10,000 FB per pool per address

***

### 🔓 How to Unstake

1. Go to **My Staking** and find the position you want to unstake
2. Click **Unstake**

<figure><img src="/files/PVV1eCiAr9L6pVudb1CW" alt="" width="313"><figcaption></figcaption></figure>

3. Please make sure you have read the on-page explanation of Gem early-unstake reward calculations. After confirming that you fully understand the content, check the risk alert box and click **Continue to Unstake**.

<figure><img src="/files/4WADHNyUa4vG8XTtNduu" alt="" width="563"><figcaption></figcaption></figure>

4. Confirm Enter the amount you want to unstake&#x20;
5. Confirm the **receiving address** (default: connected wallet)
6. Click **Confirm Unstake**

<figure><img src="/files/X08YgCLagtVsIH7UQZAM" alt="" width="563"><figcaption></figcaption></figure>

#### 📍 Important Notes

#### You may unstake at any time. However, please note the implications of early unstaking.

* **Base APY (1.2%)** is always earned based on time staked
* **Tier Bonuses** and **Gem Bonuses** are **only earned if the full stake duration is completed**

**Example:**

* You choose to stake for 7 days but unstake on Day 6
  * ✅ You receive a prorated 1.2% APY based on 6 days
  * ❌ You forfeit +1.5% Tier Bonus and +25% Gem Bonus

***

### 🧾 Track Your Activity

You can find all your staking-related actions and history under **My Activity**.

<figure><img src="/files/6CzA9QbvYuDqlDLDUUfi" alt=""><figcaption></figcaption></figure>

**Disclaimer:**

The content of this document is for informational purposes only. It does not constitute (i) investment advice or recommendations, (ii) an offer, solicitation, or inducement to purchase, sell, or hold digital assets, or (iii) financial, accounting, legal, or tax advice. Digital assets (including FTs and NFTs) are subject to market volatility, involve high risk, regulatory changes, and may depreciate in value. The information is provided "as is," and we make no warranties regarding its accuracy. Please consult your legal, tax, or investment professionals to determine whether trading or holding digital assets is suitable for you.


---

# 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.unisat.io/fractal-bitcoin/fb-farming/fb-farming-step-by-step-guide.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.
