> For the complete documentation index, see [llms.txt](https://know.rendernetwork.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://know.rendernetwork.com/getting-started/how-to-get-started/select-rndr-tier.md).

# Select Render Tier

Render Network's pricing is structured in a Multi-Tier Pricing format. To learn more about Render Network's multi-tier pricing structure and mechanics, read our in-depth breakdown:

{% embed url="<https://medium.com/render-token/rndr-tokenomics-update-multi-tier-pricing-mtp-338d5dea1d29>" %}

Currently only **Tier 2 (Priority)** and **Tier 3 (Economy)** are available, though work is underway to release **Tier 1 (Trusted Partners)** in the future. To determine which pricing tier is best for your job, you have to factor in 3 main criteria: *rendering speed, security,* and *price.*

* **Tier 2** provides rendering queue priority, at a price of *100 OBh/1 RNDR Token* or *400 OBh/1 Render Credit*. Tier 2 nodes provide more power, are able to handle larger and more complex scenes, or render scenes at faster average speeds than Tier 3.
* **Tier 3** provides the most economic rendering solution, at a price of *200 OBh/1 Render Token* or *800 OBh/1 Render Credit*. It is recommended that you do not utilize Tier 3 when rendering work on a tight deadline, as rendering queue priority and requisite node power are not guaranteed.

Once you've determined which tier you would like to render your job on, simply:

1. Select the tier from the right side menu
2. Select the payment method
3. Select preferred frame approval method

![Toggling between Tiers will provide more detailed price and availability information](/files/-MQmuZ87V5pCCnaBWrOr)


---

# 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://know.rendernetwork.com/getting-started/how-to-get-started/select-rndr-tier.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.
