Search papers, labs, and topics across Lattice.
This paper introduces a Non-Fungible Token (NFT) soft pairing framework for Bluetooth access control that separates pairing from authorization, enhancing security and flexibility. By employing a three-layer architecture that integrates Bluetooth connectivity, blockchain for trusted execution, and an application layer for authorization logic, the system utilizes Non-Fungible Bluetooth Tokens (NFBTs) and Non-Fungible Device Tokens (NFDTs) to establish a verifiable and revocable pairing relationship. The prototype, built on MetaMask and Ethereum, showcases secure authentication and dynamic revocation with low latency and efficient credential issuance.
Decoupling Bluetooth pairing from authorization could revolutionize how we manage device access and security in IoT environments.
This paper proposes a Non-Fungible Token (NFT) soft pairing framework for Bluetooth service access control. Unlike conventional Bluetooth systems where pairing implicitly grants persistent service access, the proposed approach decouples native Bluetooth pairing from authorization without modifying the underlying protocol stack. The framework introduces a three-layer architecture consisting of a Bluetooth layer for connectivity, a blockchain layer for trusted execution and on-chain state verification, and an application layer where NFT soft pairing defines the authorization logic. In this design, Non-Fungible Bluetooth Tokens (NFBTs) represent user-side access credentials, while Non-Fungible Device Tokens (NFDTs) represent device identities. Their bidirectional on-chain binding forms a revocable and verifiable NFT soft pairing relationship. During access, users prove ownership of valid NFBTs through challenge-response signatures, and devices verify the corresponding on-chain state before granting service access. A prototype implemented with MetaMask and Ethereum demonstrates secure authentication, dynamic revocation, acceptable latency, and gas-efficient credential issuance based on ERC1155.