# Economics

### Trading Fees

radFi generates revenue from fees charged on trading volume. Liquidity Providers can choose from four fee tiers: **0.05%**, **0.30%**, **0.50%**, and **1.00%**. The revenue is then distributed as follows:

* **Liquidity Providers: 2/3**
* **radFi: 1/3**

This fee structure is designed to be consistent with Uniswap V3, ensuring compatibility and a proven, efficient model. The revenue allocated to Liquidity Providers is claimable and sent to their trading wallet upon claiming.


---

# 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.radfi.co/economics.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.
