# FBTC Token

The FBTC token contract is an essential component of the FBTC protocol, designed to facilitate the seamless transfer and management of Bitcoin (BTC) across multiple blockchain networks.&#x20;

## Key Features

* **Cross-Chain Interoperability**: The FBTC token can be transferred across different blockchain networks, facilitating interoperability and liquidity.
* **Minting and Burning**: Merchants can mint FBTC tokens by depositing BTC and burn FBTC tokens to redeem BTC, ensuring a 1:1 peg between FBTC and BTC.
* **Security**: The contract employs advanced security measures, including Multi-Party Computation (MPC) and Threshold Signature Schemes (TSS), to protect user assets.
* **Governance**: The FBTC token contract is governed by a decentralized community, allowing for transparent decision-making and protocol upgrades.

## Workflow

1. **Minting**: Merchants deposit BTC into a specified address. Once the deposit is confirmed, the corresponding amount of FBTC is minted and credited to the user's account.
2. **Transferring**: Users can transfer FBTC tokens across different blockchain networks, leveraging the protocol's cross-chain interoperability features.
3. **Burning**: Merchants initiate a burn request to redeem their BTC. The equivalent amount of FBTC is burned, and the BTC is transferred to the user's specified address.

## Use Cases

* **DeFi Applications**: Users can use FBTC in various DeFi platforms for lending, borrowing, yield farming, and other financial activities.
* **Cross-Chain Transfers**: Facilitates the movement of BTC across different blockchain networks without relying on centralized exchanges.
* **Enhanced Security**: Provides a secure and decentralized way to manage BTC holdings.


---

# 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.fbtc.com/system-components/onchain-smart-contracts/fbtc-token.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.
