# Hourly Fee Tax

**Hourly Fee Tax: Additional Loan Cost by Tier**\
The **Hourly Fee Tax** is added on top of the Base Hourly Fee and varies by tier. It serves as a revenue stream for the platform, while rewarding higher-tier users with lower borrowing costs.

#### Hourly Fee Tax Structure by Tier

| Tier    | Hourly Fee Tax |
| ------- | -------------- |
| Basic   | 10%            |
| Pioneer | 8%             |
| Silver  | 6%             |
| Gold    | 4%             |
| Diamond | 2%             |

#### Example (Base Hourly Fee = $1.00)

| Tier    | Calculation         | Total Hourly Fee |
| ------- | ------------------- | ---------------- |
| Basic   | $1.00 × 10% = $0.10 | $1.10 / hour     |
| Pioneer | $1.00 × 8% = $0.08  | $1.08 / hour     |
| Silver  | $1.00 × 6% = $0.06  | $1.06 / hour     |
| Gold    | $1.00 × 4% = $0.04  | $1.04 / hour     |
| Diamond | $1.00 × 2% = $0.02  | $1.02 / hour     |

***

This system ensures **fair revenue generation for the platform** while **rewarding active and loyal users** with lower borrowing costs as they progress to higher tiers.


---

# 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.liqfinity.com/features/borrow/hourly-fee-tax.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.
