Kontor uses a hybrid-UTXO model, in which assets can exist one of two states, and move fluidly between them, even within a single block. Attached state: Assets are “attached” to Bitcoin UTXOs, making them tradeable using standard Bitcoin tools:Documentation Index
Fetch the complete documentation index at: https://docs.kontor.network/llms.txt
Use this file to discover all available pages before exploring further.
- PSBTs (Partially Signed Bitcoin Transactions)
- Bitcoin Script interactions
- Native Bitcoin wallet support
- Atomic swaps with other Bitcoin metaprotocol tokens
- Held in contract state
- Subject to programmable logic
- Can be transferred between contracts
- Can cross-contract call with type safety
- User holds BTC, wants to call a Kontor contract (which requires KOR for gas)
- User constructs a Bitcoin transaction that atomically: swaps BTC → KOR, then calls the contract with KOR
- All happens in one transaction, one confirmation
- No pre-funding, no separate accounts, no bridges