> For the complete documentation index, see [llms.txt](https://docs.fractalbitcoin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fractalbitcoin.io/getting-started/how-to.../how-to-participate-in-the-fractal-vote.md).

# How to Participate in the Fractal Vote?

This guide provides a detailed explanation of the process to participate in Fractal Vote.

Please note:

* This guide is for reference purposes only, before engaging in trading or locking FB for voting, we encourage you to do your own research before trading.
* Fractal Vote currently only supports Native SegWit and Taproot wallet addresses. Please check before transacting.

***

### Step 1: Connect Your Wallet

Visit <https://vote.fractalbitcoin.io/> and connect your UniSat or OKX wallet.

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

### Step 2: Lock Your FB for Voting Power

Voting power refers to the amount of FB you can use for voting, calculated on a 1:1 ratio, meaning each FB equals one unit of voting power.

Once voting begins, all locked FB will become available vote. If you unlock before your first vote, you won't have any available vote.

1. On the right-hand side of the voting page, you will see the **lock section**. If you wish to lock FB, enter the amount you want to vote with and click **lock**.
2. A pop-up window will appear showing the details of your lock. Once confirmed, click **confirm**, complete the signing process, and you will receive voting power.

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

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

Once locking is complete, you can view the details of your lock, your voting power, and the option to unlock your FB on the **View Details** page.

<figure><img src="/files/uqDl1bBp32safMvoF8Yj" alt="" width="500"><figcaption></figcaption></figure>

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

### Step 3: Cast Your Vote

Once you have locked FB, you can participate in voting.

1. On the left-hand side of the voting page, you will see the **voting section**, which displays the current voting topics and options.
2. Select your preferred option and click **"Vote"**.
3. Enter the amount of voting power you wish to use, click **"Confirm"**, and sign the transaction to complete the signing process.

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

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

Please note:

* The minimum lock amount is **0.001 FB**.
* Please ensure that you keep at least **0.0001 FB (10,000 satoshis)** in your wallet to cover the network fees.

Once voting is complete, you can view the details of your vote on the **My Votes Records** page on the right-hand side.

View all voting history in the **"All Voting Records"** section.

<figure><img src="/files/jnYTQ1rZwFzY7nF9O6Mv" alt="" width="497"><figcaption></figcaption></figure>

### Unlock FB

There is no fixed locking period, and you can unlock your FB at any time. However, take note of the **cooling period**, which is 21,000 blocks (approximately 7 days) when unlocking.

1. By clicking '**Unlock**,' you can see all the records available for unlocking. Simply click on any record to unlock it.

<figure><img src="/files/JO5W764wr7NEjULxcmjv" alt="" width="502"><figcaption></figcaption></figure>

2. After unlocking, please wait patiently for the countdown to finish before claiming your FB.

Unlocking your FB will initiate a cooling period of 21,000 blocks (approximately 7 days). Once the cooldown ends, you must manually claim the FB in the "View Details" section.

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

3. After confirming, the page will display a countdown timer for the unlock, allowing you to track the remaining time for your unlock period.

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

### Claim Your FB After Cooling Period

Once the cooling period ends, go to **"Voting Power - View Details"**.

In the "Voting Power and History" section, click **"Claim"** and confirm the transaction to receive your unlocked FB.

<figure><img src="/files/8QNw7nsykEpDMa29t7Fv" alt="" width="503"><figcaption></figcaption></figure>

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

To further understand the mechanics of Fractal Vote, visit <https://www.fractalbitcoin.io/learn/fractal-vote-how>


---

# 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.fractalbitcoin.io/getting-started/how-to.../how-to-participate-in-the-fractal-vote.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.
