# Token Utility

1. **Gas & Computation:** All transactions, smart contract deployments, and private state storage are paid for in $FOGEVM.
2. **Validator Staking:** To operate a node and participate in the PoS consensus, validators must lock $FOGEVM. This ensures honest behavior—malicious actors forfeit their stake.
3. **Governance:** The FOGEVM DAO controls protocol parameters, such as privacy fees, inflation rates, and upgrades. Only token holders can vote.
4. **Liquidity Incentives:** Tokens are used to incentivize deep liquidity in the "Dark Pools" on the network.


---

# 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://docs.fogevm.vip/tokenomics/token-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.
