At the asset protocol integration level, Nubit advocates and implements a unified standard called Goldinals. Goldinals provides an asset issuance framework based on zero-knowledge proofs and state commitments. Simply put, it is a "Bitcoin-native" token standard that can verify the existence and status of each token on-chain without relying on external trust institutions or complex cross-chain bridges. BitMM, running on Bitcoin, integrates scattered protocol assets such as BRC-20, Runes, and Ordinals through an on-chain automated market maker. Nubit has also made significant breakthroughs in trustless trading. Its launched BitMM (Bitcoin Message Market) system supports users in conducting trustless transaction matching and information verification on the Bitcoin chain.
Unlike traditional scaling approaches (such as using sidechains, Plasma, Rollup, or bridged wrapped tokens), Nubit adopts a "main chain native scaling" path. BitVisa provides a decentralized identity and credential system. Whether it's transaction compression, smart contract support, asset standard integration, or on-chain transaction matching—all are directly run on the Bitcoin main chain. It uses native BTC, not cross-chain mapped tokens.
3.1 Core Mechanism Analysis
This section explains content based on the paper "Stateless and Verifiable Execution Layer for Meta-Protocols on Bitcoin". Similar to Bitcoin's Lightning Network, Thunderbolt aims to solve the slow transaction confirmation problem on the Bitcoin main chain, with the core goal of improving efficiency and reducing costs. The differences are:
- Lightning Network is more oriented towards "payment channels" - it can only be used for transfers, does not support smart contracts or complex logic, and has a high setup and maintenance threshold, which is not conducive to large-scale adoption.
- Thunderbolt, launched by Nubit, is dedicated to providing a programmable off-chain protocol that supports Turing-complete operations and can build more complex state assets, liquidity protocols, and financial applications.
Flexibly Adjustable Multisig
Imagine splitting a Bitcoin "signature" into two halves: one half with Alice, the other half with the committee. Each time a transfers to a new new new user, Alice and the committee each add a "little secret" to their half of the signature - only the new user knows this secret. The receiver can use their known little secret to "piece together" the two halves and obtain a complete signature without Alice and the committee needing to be online.
[The translation continues in this manner, maintaining the original structure and translating all text while preserving any HTML tags.]- BitVM aims to create a more efficient contract execution environment
- Cross-chain ZK technology enables fully trusted deployment of BTC assets on other chains
- A native Bitcoin protocol will unify payment, lending, and contract modeling
From an ecosystem perspective, the greatest significance of Thunderbolt is not its ability to process payments, but that it enables Bitcoin assets to have "off-chain contract composability" for the first time. This may sound abstract, but the explosive growth of Ethereum's DeFi demonstrates how critical this "composability" is. Ethereum's success is due to the comprehensive ecosystem of Solidity + Hardhat + Ethers.js + Metamask.
Thunderbolt's most notable features are the introduction of UTXO Bundling and OP_CAT. OP_CAT introduces native programmability to the Bitcoin network, while UTXO Bundling bundles multiple small transactions together, compressing transaction data size and improving on-chain throughput, with logic similar to Ethereum's Rollup. The unification of all Bitcoin ecosystem protocols and the inclusion of various assets and BitMM implementation no longer seem like empty talk. However, Thunderbolt currently appears to be like "a very strong mathematical paper", and there is still a significant distance from being practically usable by developers.
Reference link:
(1) https://eprint.iacr.org/2024/408.pdf
Disclaimer: As a blockchain information platform, the articles published on this site represent only the personal views of the authors and guests, and are not related to Web3Caff's stance. The information in the article is for reference only and does not constitute any investment advice or offer. Please comply with the relevant laws and regulations of your country or region.