Smart contracts can directly integrate the HyperVIBES protocols to implement the following extensions:
Custom infusion logic or constraints, such infusion-by-vote, reputation-based infusion access, shared infusion token pools, etc
Infuse-on-mint functionality. Create a custom ERC-721 contract that will automatically create a realm on deployment and infuse all minted tokens in the same transaction they are created.
Custom claim functionality, such as taking a fee during executed claims, splitting claims to several addresses, sophisticated and dynamic role-based claiming
For custom infusion or claim functionality implemented as a smart contract frontend to HyperVIBES, infusion and claim power must be delegated explicitly to another address via the proxy approval step.
This is done to ensure it's impossible to attribute infusion or claim tokens on behalf of another address without their explicit approval.