- 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