# BTC Bridge

The BTC Bridge in the BounceBit ecosystem serves as the secure conduit for the transfer of BTC Tokens between the Bitcoin Network and EVM Chains, including BounceBit. This bridge is integral to the functionality and security of the BounceBit network, playing a crucial role in the seamless integration and movement of assets.&#x20;

## Key Functionality of the BTC Bridge:

### **Token Bridging and Uniform Mapping**

The primary function of the BTC Bridge is to facilitate the transfer of BTC Tokens from the native Bitcoin Chain and various EVM-compatible Chains into the BounceBit ecosystem. Once transferred, these tokens are uniformly mapped and represented as BBTC within BounceBit, ensuring consistency and ease of use across the platform.

### Enhanced Security Measures

* ***Beyond Multi-Signature Contracts***: Unlike conventional bridge mechanisms that rely on multi-signature contracts often controlled by a limited group of team addresses, BounceBit’s BTC Bridge introduces a more robust security framework. This design significantly mitigates the risks associated with the concentration of control in multi-signature models.
* ***Validator-Centric Security***: Network validators bear the responsibility of safeguarding the bridge’s security. Each Validator operates a dedicated Bridge Node, contributing to the signing of cross-chain messages and ensuring that the bridge’s security is aligned with overall security.

### Consensus and Validation Process

* ***Shared Security and Consensus***: Drawing inspiration from models like Restaking’s Shared Security, the BounceBit BTC Bridge implements a system where Validators collectively maintain and secure the bridge. This collaborative approach distributes the responsibility of security, enhancing the reliability of cross-chain transactions.
* ***Majority Approval for Transactions***: For any cross-chain transaction to be validated and executed, it requires approval from over 50% of the Validators. This consensus mechanism ensures that every transaction is thoroughly vetted and endorsed by a majority of the network’s validators, adding an extra layer of security and trust to the bridging process.<br>


---

# 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.bouncebit.io/infrastructure/btc-bridge.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.
