# 交易常见问题

<details>

<summary><strong>什么是滑点？</strong></summary>

滑点是您发起兑换时看到的价格与交易实际执行时收到的价格之间的差异。由于 DEX 价格在区块确认的短暂时间窗口内可能发生变化，您的最终汇率可能与报价汇率略有不同。在 Byreal 上，您可以设置滑点容忍度，即您愿意接受的最大偏差。如果价格超出该阈值，交易将自动回退以保护您免受不利成交。

*滑点设置过低可能导致交易在快速变化的市场中失败。设置过高则增加获得更差汇率的风险。大多数交易对建议容忍度为 0.5-1%；波动大或低流动性代币建议使用 1-3%。*

</details>

<details>

<summary><strong>什么是价格影响？</strong></summary>

价格影响衡量您的交易对资金池价格的移动程度。当您在低流动性的资金池中兑换大量代币时，您的交易会消耗可用储备的很大一部分，导致汇率变差。更深的流动性资金池能更好地吸收大额交易，价格影响更低。Byreal 在确认前会在兑换界面显示预估价格影响。要最小化大额订单的价格影响，可以考虑将其拆分为多笔较小的兑换。

</details>

<details>

<summary><strong>为什么我的交易失败了？</strong></summary>

Solana 上交易失败的常见原因包括：

* 滑点容忍度设置过低，确认期间价格已超出范围
* SOL 不足以支付网络费用（兑换最低需要约 0.01 SOL）
* Solana 网络拥堵
* 发起兑换和到达链上之间代币流动性发生变化

如果交易失败，您仍需支付少量 Solana 网络费用，但兑换代币不会被扣除。

</details>

<details>

<summary><strong>"SOL 不足"是什么意思？</strong></summary>

在 Byreal 上兑换至少需要钱包中有 0.01 SOL，添加流动性需要 0.02 SOL。这些金额用于支付 Solana 网络费用和 Solana 区块链创建新代币账户或 LP 仓位账户时所需的一次性账户租金。这是 Solana 基础设施要求，而非 Byreal 收费。

</details>

<details>

<summary><strong>我可以在 Byreal 上交易哪些代币？</strong></summary>

Byreal 支持所有遵循 Solana SPL 代币标准的代币。您可以在兑换界面中通过名称、代码或合约（mint）地址搜索代币。Byreal 的路由聚合了自有资金池和 Raydium、Orca、Meteora 等外部来源的流动性，让您可以访问包括长尾资产在内的广泛代币。

</details>

<details>

<summary><strong>Solana Gas 费用如何计算？</strong></summary>

Solana Gas 费用（也称网络费用）以 SOL 支付，用于在区块链上验证和处理您的交易。与以太坊相比极低，通常每笔交易在 0.00001 到 0.00002 SOL 之间。在网络活动频繁期间，可以添加可选的优先费用以提高更快确认的可能性。

</details>

<details>

<summary><strong>什么是无常损失？</strong></summary>

无常损失（IL）发生在您存入流动性资金池的代币价格比率相对于首次提供流动性时发生变化的情况下。价格偏离越大，潜在无常损失越大——即使您在赚取交易手续费。对于波动性代币对，无常损失最为显著，而对于稳定或高度相关的代币对（例如 USDC/USDT 或 bbSOL/SOL）则影响较小。只有在您撤回流动性时，无常损失才会实现；如果价格恢复到原始比率，损失就会消失。更详细的解释请参阅「提供流动性」章节。

</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-my/trade/trading-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.
