$ENOX Utility
Last updated
Last updated
• Tool Access: Some modules in the Equinox dApp require $ENOX holdings or one-time fees in $ENOX to unlock advanced features. • API Credits: Developers and partners can stake $ENOX for access to bulk data APIs or analytics endpoints.
• Cloaking Feature: Users can permanently remove their wallets and social data from Equinox analysis by burning a fixed amount of $ENOX. • Opt-Out Logic: Once burned, that wallet ID and linked alias sets are excluded from scoring and graph correlation.
function cloakAddress(address user) external {
require(balanceOf(user) >= optOutAmount, "Insufficient ENOX");
_burn(user, optOutAmount);
cloaked[user] = true;
}
• DAO Voting: Future implementation allows $ENOX holders to vote on new features, integrations, and platform policies. • Incentive Programs: Data contributors, index validators, and tool builders may be rewarded in $ENOX.
dApp Pro Tools
Hold or pay $ENOX
Cloaking/Privacy Opt-out
Burn fixed amount
API Key Access
Stake $ENOX
Governance Votes
Hold & register for DAO
Contributor Rewards
Earned in $ENOX
$ENOX is more than a token—it acts as a permission and privacy switch for users navigating Equinox AI. Whether opting out of scans, unlocking premium tooling, or participating in governance, the token ensures alignment between utility and user control.