# $ENOX Utility

<figure><img src="/files/5dS1pnKMKHKtuDqnRCpt" alt=""><figcaption></figcaption></figure>

### The $ENOX token powers access and privacy (feature) across the Equinox AI ecosystem. It serves both operational and defensive roles, rewarding usage while also allowing users to control their exposure.

***

#### Access Utility

• **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.

***

#### Privacy & Protection

• **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.

```solidity
function cloakAddress(address user) external {
  require(balanceOf(user) >= optOutAmount, "Insufficient ENOX");
  _burn(user, optOutAmount);
  cloaked[user] = true;
}
```

***

#### Governance & Network Expansion

• **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.

***

#### Utility Snapshot

| Feature                  | $ENOX Requirement       |
| ------------------------ | ----------------------- |
| 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.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://equinoxai.gitbook.io/equinox-ai-whitepaper/token-+-model/usdenox-utility.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
