# Tiers

A “tier” is defined as the individual distribution layer. Each tier consists of a walletlist, the corresponding distribution percentages for each wallet in the wallet list, and a tier limit for each token. Our UI currently supports tier limits for ETH, WETH, USDC & DAI.

{% hint style="info" %}
In a multi-tier distribution path, the tier limit ***for each token*** indicates the max amount of ***each token*** that can be distributed using the given walletlist and its corresponding distribution percentages. Each token has an independent tier limit for that tier.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.r3vl.xyz/reveel-protocol-v2-documentation/protocol-concepts/tiers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
