> For the complete documentation index, see [llms.txt](https://docs.okkult.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.okkult.io/token/tokenomics.md).

# Tokenomics

## Tokenomics

`$KULT` is the native token of the Okkult ecosystem.

It is used across governance, relayer participation, fee incentives, and protocol coordination.

### Token details

| Parameter    | Value              |
| ------------ | ------------------ |
| Name         | `Okkult`           |
| Symbol       | `$KULT`            |
| Standard     | `ERC-20`           |
| Network      | `Ethereum Mainnet` |
| Total Supply | `100,000,000`      |
| Decimals     | `18`               |

### Token utility

* Governance voting through Okkult Vote
* Fee reduction on Shield and Relay operations
* Relayer node staking
* Compliance set curation
* Treasury distribution to stakers

### Fee model

| Operation          | Fee         | Distribution                 |
| ------------------ | ----------- | ---------------------------- |
| Shield or Unshield | `0.20%`     | `60% stakers / 40% treasury` |
| Compliance Proof   | `0.001 ETH` | `50% stakers / 50% treasury` |
| Relay              | `gas + 10%` | `70% relayer / 30% treasury` |
| Vote round         | `0.01 ETH`  | `100% treasury`              |

### Notes

`$KULT` sits at the center of protocol incentives.

It connects governance, operations, and fee flows across the Okkult stack.

### Next Steps

* [Overview](/token/overview.md)
* [Governance](/token/governance.md)
* [Fee model](/token/fee-model.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.okkult.io/token/tokenomics.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.
