> For the complete documentation index, see [llms.txt](https://docs.lumoz.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lumoz.org/verifier/purchase-verifier-node/license-tiers.md).

# License Tiers

License is divided into 10 tiers in total, with each tier having a different quantity and price. As the tier increases, the price of the license also increases accordingly. The specific quantity and price of each tier of the license are shown in the table below:

**Total Licenses：100000**

<table data-header-hidden><thead><tr><th width="79"></th><th></th><th></th><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td>Tier</td><td>Verifier Node Price (USD)</td><td>Total Verifier nodes per Tier</td><td>Nodes sold (accumulated)</td><td>Real-time implied Tier FDV {M}</td><td>Implied Tier FDV with 50% Projected Participation Rate {M}</td><td>Implied Tier FDV with 100% Projected Participation Rate {M}</td></tr><tr><td>1</td><td>200 </td><td>8000</td><td>8000</td><td>6.4 </td><td>40.0 </td><td>80.0 </td></tr><tr><td>2</td><td>230 </td><td>9000</td><td>17000</td><td>15.6 </td><td>46.0 </td><td>92.0 </td></tr><tr><td>3</td><td>265 </td><td>10000</td><td>27000</td><td>28.6 </td><td>52.9 </td><td>105.8 </td></tr><tr><td>4</td><td>304 </td><td>12000</td><td>39000</td><td>47.5 </td><td>60.8 </td><td>121.7 </td></tr><tr><td>5</td><td>350 </td><td>12000</td><td>51000</td><td>71.4 </td><td>70.0 </td><td>139.9 </td></tr><tr><td>6</td><td>402 </td><td>12000</td><td>63000</td><td>101.4 </td><td>80.5 </td><td>160.9 </td></tr><tr><td>7</td><td>463 </td><td>10000</td><td>73000</td><td>135.1 </td><td>92.5 </td><td>185.0 </td></tr><tr><td>8</td><td>532 </td><td>10000</td><td>83000</td><td>176.6 </td><td>106.4 </td><td>212.8 </td></tr><tr><td>9</td><td>612 </td><td>9000</td><td>92000</td><td>225.1 </td><td>122.4 </td><td>244.7 </td></tr><tr><td>10</td><td>704 </td><td>8000</td><td>100000</td><td>281.4 </td><td>140.7 </td><td>281.4 </td></tr></tbody></table>


---

# 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.lumoz.org/verifier/purchase-verifier-node/license-tiers.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.
