BQ Labs is pioneering the first Bitcoin Risk Management Layer, aiming to secure the Bitcoin ecosystem through a decentralized insurance infrastructure. The BQ Protocol provides a robust technical, operational, and legal framework that enables members to underwrite and trade risk as a liquid asset, purchase coverage, and efficiently assess claims. This protocol is designed to bring transparency, trust, and efficiency to the Bitcoin financial landscape.
BQ Labs v1 Testnet contract leverages the use of ICP's technologies to enable seamless communication across multiple EVM compatible chains while keeping liquidity on the ICP canister as the base chain.
-
ICP Alloy : The use of ICP Alloy to interact with contracts across multiple EVM networks while maintaining compatibility with ICP and creating signatures of executing transactions
-
IC CDK API : For making HTTP calls
-
Liquid Insurance Tokens (LITs) : The use of LITs on the individual networks to represent users staked/ deposited assets
BQ Labs Testnet-v1 heavily relies on ICP Chain Fusion technology, enabling bridgeless, decentralized, bi-directional communication between ICP and other networks. Additionally, BQ Labs leverages Chain Fusion’s capability of allowing ICP canisters to generate signatures and submit transactions on external chains. This makes the canisters a unified base layer for a cross-chain insurance protocol.
Interact with the protocol to purchase covers, deposit into the liquidity pools and vaults for my diversified investments: https://icp-bq.netlify.app/
- Frontend canister via browser icp_frontend: https://4s63n-5iaaa-aaaaj-az5tq-cai.icp0.io/
- Backend canister via Candid interface: icp_backend: https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.icp0.io/?id=4v75z-qqaaa-aaaaj-az5ta-cai
- Start the Internet Computer
dfx start --background
- Install dependencies
pnpm install
- Deploy the canisters
dfx deploy
During development, you can run the frontend with hot reloading using Vite.
pnpm run dev
This project is licensed under the MIT license, see LICENSE.md for details.