// SPDX-License-Identifier: UNLICENSED pragma solidity >=0.8.18; interface ISmartAssetSoulbound { function SOULBOUND_FEATURE() external view returns (bytes32); }