dynamic NFTs
Hive Assets are dynamic NFTs composable across dapps supported by the protocol
DegenHive's identity framework is designed to launch and manage HiveAsset
NFTs, dynamic NFTs stored and managed by HiveProfile
objects.
A HiveAsset
comes with the following capabilities -
HiveAsset
comes with the following capabilities - Can represent ownership over digital IP (AI characters / gaming assets)
Can store HIVE tokens
Stores list of prompts <> attributes
Stores list of
dapps
it is composable withCan store any user state for a
dapp
session at its DOF
A user can do the following interactions with a HiveAsset
-
HiveAsset
-Stake it to participate in protocol governance, which earns them yield
Trade it among other
HiveProfile
objects across the protocolUse it across
dapps
supported by the protocol
HiveAssets
and the dapp store
HiveAssets
and the dapp store HiveAsset
NFTs are designed to be composable across dapps supported on top of the identity framework. A user can deposit his HiveAsset NFT in any of the supported dapps, with the dapp having access to the Store
stored as a DOF of the HiveAsset.
Any dapp which custodies a HiveAsset can -
Add a
Store
as dynamic object field stored against dapp's name with theHiveAsset
Update the
Store
stored against the dapp's name with theHiveAsset
Delete the
Store
stored against the dapp's name with theHiveAsset
Last updated