# 6.1 Token Utility

A. Gas Abstraction Fuel While users do not need to hold ETH, the underlying network requires gas. $ACCESS is used by Solvers (Paymasters) to pay for transaction inclusion. A portion of every transaction fee generated by the Fog Pool is used to buy back and burn $ACCESS.

B. Governance & Risk Management The DAO controls the risk parameters of the Fog Pool. $ACCESS holders vote on:

* Whitelisting assets for the Fog (e.g., adding rETH or DAI).
* Setting the baseline yield strategies.
* Protocol take-rates.

C. Staking (The Security Module) Holders can stake $ACCESS to insure the Fog Pool. in the event of a smart contract failure or slashing event, staked $ACCESS acts as the first tranche of loss absorption. In return, stakers receive the majority of protocol revenue.


---

# 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.accessth.xyz/part-6/6.1-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.
