> 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-disposal.md).

# NEOK Disposal

NEOKingdom DAO AoA and SHA enforce a set of rules on the disposal of NEOK. Those rules depend on the holder’s classification:

1. Contributors are obliged to offer NEOK to other contributors with a fixed price of 1 NEOK = 1 EUR before offering NEOK to the secondary market. However, if a contributor is unable to sell NEOK on the secondary market too (i.e., the inner market between contributors and the secondary market are in failure), it has the right to redeem a limited number of NEOK against NEOKingdom DAO through a specific procedure. Such redeemed NEOK is burnt. NEOKingdom DAO will execute the payment from a Trustworthiness Reserve that is filled from annual profit;
2. Investors, impact investors, and traders do not have the right to acquire tokens from contributors with a fixed price of 1 NEOK = 1 EUR, and they have no right to redeem NEOK against NEOKingdom also, but they have the freedom to sell their NEOK freely whenever they want with whatever price they want on the secondary market. There are no vesting or similar rules related to NEOK unless specifically negotiated with an impact investor.

This approach gives contributors a certain security against short-term market failures while preserving the classical logic that investors/traders bear more financial risk but also always have the possibility to exit at their chosen time with chosen price.


---

# 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-disposal.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.
