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

# NEOK Valuation

NEOK is accessible by anyone without limitations on the secondary market. Hence it is subject to classical token trading. Anyone can evaluate the value of NEOKingdom DAO, potential dividends, or any other metrics to determine NEOK price and trade it accordingly. This creates a scenario in which the NEOK price on the secondary market can be different from the 1:1 ratio of 1 NEOK = 1EUR as it is treated in the internal market between contributors.

This creates a clear distinction between the INTERNAL VALUE of NEOKingdom DAO and the EXTERNAL VALUE of it:

– Internal value = total NEOK supply x 1EUR;

– External value = total NEOK supply x secondary market price.

While the internal value simply represents the total value that has ever been put into the NEOKingdom DAO by time or monetary contribution, the external value represents the evaluation of external parties of what has been created and its possible profits.

It needs to be understood that this is a very experimental approach, and it is uncertain how investors and contributors will act if the discrepancy between the internal and external value gets significant. This potential discrepancy is also not a flaw but a deliberate feature that serves as an incentive for contributors to hold their NEOK rather than dispose of them shortly after minting. Furthermore, it enforces the “contributors first” approach, as the contributors will benefit from being able to sell the tokens, which represent the value they have added to the DAO, to traders for a higher price. On the other hand, traders will only pay a higher price for NEOK if the NEOKingdom DAO is actually successful and valuable, which incentivizes contributors to perform.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.neokingdom.org/tokenomics/neok-substance/neok-valuation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
