# How To Calculate APR

As you can see on the [farming page](https://app.arthswap.org/#/farms), there are two kinds of APR, Reward APR, and Fee APR.  The APR value shown on the farm page is the sum of these two.&#x20;

Let’s get a deep dive into each APR.

<figure><img src="https://lh4.googleusercontent.com/btKG6VkwL100R657npMqnpsq2mFQDsn7SjCitEeefEiwXfiubFbQUjsvUAPIj6asyv8zJmCkJahS4jaKbQ4VgoVhtgoKdySQcTWvYBkS9N_yCqV0CD9Oby-BZaSarQR0G9J7xcRk8ZvzPbxnN2VWyqY" alt=""><figcaption></figcaption></figure>

**Reward APR**

* This APR represents the percentage of the monthly reward that ArthSwap gives to the Liquidity Provider on an annualized basis. The amount of this reward is determined by the size of the multiplier allocated to each pool of monthly emissions released by ArthSwap and the Liquidity Provider's contribution within that pool.

**Fee APR**

* This is the annual percentage rate of a portion of the Swap Fee paid when a swap is made in the pool that is returned to the Liquidity Provider.
* Users pay “Liquidity Provider Fee” when they swap.

![](https://lh4.googleusercontent.com/O7gBKJZekSDHVsE5ilCJB1-5ArP9yRpj8HqpGO2DUYQx5DwPS3aLrKopbx7W1pcgsB594jihvwJeqsdYPHmEn8Mqx7MoByXe6jnwPDyfFJE4yX3d4ivE-Eb9wL350-jYNH1hjBaLJmsDRvXm9HRK1vM)


---

# 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.arthswap.org/arthswap-functions/how-to-calculate-apr.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.
