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

# Initial Evaluation

The **initial valuation**, as determined by the community is simply the cost to acquire their tokens plus whatever margin they feel is an appropriate or aspirational upside to the token’s inherent value. This value can be subjective and may vary person-to-person but represents an opportunity for the community to once again determine what it deems to be an appropriate valuation for the VAPE token.

The initial valuation from the community could be determined through a very simple formula: \[Cost to Acquire] + (\[Cost to Acquire] x \[Markup %]). If we carry the illustrative $0.119 cost to acquire example forward and say that a genesis event participant decides that they’d only part with their VAPE if they received 30% or more of their initial cost to acquire — that would put that individual’s personal initial valuation at $0.1547.

<figure><img src="https://miro.medium.com/max/700/1*cmqMkQL6nBYI1kakWCudPw.png" alt=""><figcaption></figcaption></figure>

The above graphic shows a variety of hypothetical scenarios, illustrating how the valuation would materialize and be calculated based on the variables in the initial valuation formula.


---

# 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.vapordex.io/vapordex/vape-token/genesis/initial-evaluation.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.
