# 流動性挖礦常見問題

<details>

<summary>為什麼點擊 Max 時沒有顯示完整的「最大金額」？</summary>

我們保留少量緩衝，以確保即使價格在交易確認前略有變動，您的存入仍能成功。對於 SOL 池，我們還會預留一些 SOL 用於網路費、租金和小額安全緩衝。

</details>

<details>

<summary>顯示的 APR 是如何計算的？</summary>

預估 APR 使用以下公式計算：(24 小時手續費 + 獎勵) / TVL

* **24 小時手續費和獎勵：** 過去 24 小時產生的總手續費和獎勵，按當前市場價格計算。
* **TVL：** 池中的總鎖倉價值，同樣按當前市場價格計算。

*對於新上線的池（不到 24 小時），由於手續費數據有限，預估 APR 可能低於實際利率。*

</details>

<details>

<summary>什麼是 tick array 初始化費？</summary>

當您在之前未使用過的價格範圍內提供流動性時，需要支付少量一次性費用來初始化鏈上的 tick array。這筆費用用於為該價格範圍建立鏈上數據結構。一旦初始化完成，其他用戶可以在相同範圍內添加流動性而無需再次支付此費用。此費用支付給 Solana 區塊鏈，而非 Byreal。

</details>

<details>

<summary>什麼是持倉 NFT，為什麼它很重要？</summary>

當您在 Byreal 上開啟 LP 持倉時，一個持倉 NFT 會鑄造到您的錢包中。此 NFT 作為您對存入流動性的所有權證明。您需要它來領取獎勵、調整持倉或提取代幣。請勿轉移、出售或銷毀此 NFT，因為這樣做可能會永久鎖定您的流動性。

</details>

<details>

<summary>LP 手續費如何計算？</summary>

每個池對透過它路由的每筆交易收取兌換費（例如 0.01%、0.10% 或 0.20%）。在收取的總費用中，80% 按比例分配給活躍的 LP，20% 歸入 Byreal 財庫。您的手續費份額取決於您的持倉在池的活躍流動性（在當前價格範圍內）中佔多大比例。

</details>

<details>

<summary>我應該選擇哪個費率層級？</summary>

較低的費率層級（例如 0.01%）吸引更多交易量，適合價差緊密的穩定、高交易量交易對。較高的費率層級（例如 0.20%）補償 LP 承受的較高無常損失風險，儘管交易量較低，但每筆交易可能賺取更多。經驗法則：穩定幣對和相關資產選擇低費率層級；波動性大或長尾代幣選擇較高的費率層級。

</details>

<details>

<summary>什麼是 Autoswap？</summary>

Autoswap 讓您僅使用一種代幣即可添加或提取流動性。Byreal 自動透過 [Jupiter](https://jup.ag/) 和其他領先聚合器兌換部分存款以匹配池所需的代幣比率——全部在一筆原子交易中完成。詳情請參閱[什麼是 Autoswap？](/zh-tw/liquidity-farming/what-is-autoswap.md)。

</details>

<details>

<summary>如果 Autoswap 交易失敗會怎樣？</summary>

整筆交易是原子性的——如果任何步驟失敗，一切回滾，您的資金保持不變。

</details>

<details>

<summary>什麼是再平衡？</summary>

再平衡讓您關閉現有 LP 持倉並在不同價格範圍開啟新持倉——全部在一個流程中完成。您可以選擇重新投入已領取的手續費或將其提取。

</details>

<details>

<summary>什麼是複利？</summary>

複利讓您一鍵領取已賺取的交易手續費並重新添加為流動性。

</details>


---

# 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.byreal.io/zh-tw/liquidity-farming/liquidity-farming-faq.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.
