The Bitcoin metaprotocol landscape is a beautiful, chaotic frontier. Between Ordinals, Runes, BRC-20s, and Counterparty, we’ve seen an explosion of creativity—and a massive problem with fragmentation.
Each protocol lives in its own silo with unique indexing rules and isolated liquidity. While Kontor already facilitates trustless peer-to-peer trading via PSBT-based atomic swaps, swaps alone aren't enough to build a functional financial ecosystem. To truly unlock the value of Bitcoin assets, we need more than just trading; we need integration.
If you want to trade an Ordinal for a Rune, a PSBT swap is perfect. But what if you want to use that Ordinal in Kontor, for instance, as collateral for a loan? Or provide a bundle of Runes as liquidity in an AMM?
To perform these complex financial maneuvers, an asset must be "programmable." It needs to exist within an execution environment that can track and move it at sub-block speeds. You simply cannot collateralize a UTXO that the network doesn't control. That means you need to be able to use Kontor’s smart contracts.
The Kontor Asset Signature Trust—KAST—is our solution. It allows users to "wrap" arbitrary Bitcoin UTXOs into Kontor-native receipt tokens.
By treating deposits as "opaque UTXOs," Kontor doesn't need to learn the "language" of every new metaprotocol. Whether it’s an Inscription today or a new standard invented next year, the vault supports it automatically.
The magic happens through a combination of smart contract coordination and advanced cryptography.
We utilize FROST (Flexible Round-Optimized Schnorr Threshold signatures). This allows a group of n signers to jointly control a Taproot address.
t out of n signers can authorize a spend, ensuring the system remains functional even if some signers are offline.To support this, we are adding a crucial primitive to the Sigil smart contract language: crypto::verify_schnorr. This allows the Kontor contract to verify individual attestations from signers. Once the contract confirms that the threshold has been met, it authorizes the next step in the lifecycle of the asset.
The fragmentation of Bitcoin protocols shouldn't be a barrier to utility. By bridging these assets into Kontor’s programmable environment, we’re turning static collectibles into active financial instruments.