# 计算

计算:

2022年6月28日之前，$ARSW代币没用上市，所以是不可能交易和不能转移的。在项目上线的时候，ArthSwap团队在社区做了个投票，最后决定预估价为0.175美元。在2022年6月28日，$ARSW代币以0.25美元一个的价格上线了gate.io。在此之前，预估的APR是基于0.175/ARSW来计算的。期间有一小段时间的APR是以IDO的价格，即0.5/ARSW来计算的。

**在2022年2月28日之前**，流动性挖矿的APR计算方法如下：

预估APR=LP费用+质押费用+流动性挖矿收益

（非预估）LP费用= (Last 24h Volume \* 0.25% \* 365day) / pairs Liquidity

(预估) 质押费用 = (Last 24h Volume \* 0.05% \* 365day) / Supply ARSW token \* token price

(预估) 流动性挖矿 = Monthly Emission (LM) \*12 \* token price \* pairs Liquidity\* Multiplier / {SUM (each Liquidity \* each Multiplier)} /

粗体字为可变项

&#x20;

**在2022年3月1日之后：**

APR最初的设计是会随着我们池子的流动性波动而波动。从2022年2月28日开始，我们更改了计算方法，APR的变化是独立于池子流动性的变化的。用户将不用担心APR的变化，因为它将保持稳定。新采用的APR计算方法如下：

预估 APR =(Estimation) Liquidity Mining APR = Monthly Emission (LM) \*12 \* token price \* Multiplier / SUM (each Multiplier) / pairs Liquidity


---

# 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/zh/dai-bi-jing-ji-xue/ji-suan.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.
