# FAQ

<details>

<summary>什么是CoinSend？</summary>

CoinSend是一款简化提币流程的钱包，支持完全自动化或手动提币。

</details>

<details>

<summary>使用CoinSend进行转账时是否会收取交易费用？</summary>

只有稳定币的交易会收取0-0.1%的小额交易费用。

</details>

<details>

<summary>CoinSend是否支持多层级审批流程？</summary>

是的，CoinSend支持多层级审批流程。

</details>

<details>

<summary>使用CoinSend下发资产是否有金额限制？</summary>

不，您可以下发任意金额，因为您对您的钱包拥有完全的控制权。

</details>

<details>

<summary>为何子账号欲通过或驳回待审批下发记录时却看不见任何与审批相关的按钮</summary>

这是因为子账户无审批权限，子账户可以联系主账户并要求主账户授权数据或审批权限。

</details>

<details>

<summary>CoinSend如何帮助我节省矿工费用？</summary>

CoinSend的矿工费控制功能和资源租赁服务将帮助您节省矿工费用。更多详情，请通过<business@coinsdo.com>与我们联系。

</details>

<details>

<summary>如果我想在CoinSend中添加新上市的代币，是否必须通过CoinsDo？</summary>

您可以自行添加任何代币，包括新发行的代币，没有任何限制。

</details>

<details>

<summary>为何下发记录审批完成后下发状态却显示失败？</summary>

下发状态失败表示此记录已经广播上链可是却链上失败（可能原因为智能合约执行失败、网络问题导致的交易中断等情况），用户可重新下发或取消下发。

</details>

<details>

<summary>为何下发后链上已生成交易哈希但交易仍卡在确认中状态？</summary>

交易之所以已经上链了但仍卡在确认中状态一般是因为因矿工费上涨导致链上还没确认，用户可以考虑为此交易记录加速（此动作将提高所需支付矿工费）以让交易在最短时间内被确认。

</details>

<details>

<summary>如果客户端有效期已经过期该怎么处理？</summary>

您可以在CoinSend客户端页面内为所需客户端点击“延期”操作按钮以提交延期申请。提交申请后可联络CoinsDo以通过有关申请。

</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://coinsdo.gitbook.io/docs/cn/coinsend/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.
