> For the complete documentation index, see [llms.txt](https://support.spiderpool.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.spiderpool.com/zh/chang-jian-wen-ti/wei-shen-mo-wa-kuang-shou-yi-jie-suan-huan-mei-dao-zhang.md).

# 為什麽挖礦收益結算還沒到賬？

支付門檻未達到：礦池有設置最低支付門檻。如果收益未達到這個門檻，支付將不會進行。

&#x20;網絡延遲或擁堵：比特幣網絡有時會出現延遲或擁堵，導致交易處理時間延長，從而影響支付到賬時間。&#x20;

賬戶信息錯誤：如果你提供的支付地址或其他賬戶信息有誤，支付可能無法完成。檢查並確保你的賬戶信息正確無誤。&#x20;

礦池技術問題：偶爾礦池可能會遇到技術故障或維護問題，導致支付延遲。這種情況通常會在礦池的公告或幫助中心中說明。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.spiderpool.com/zh/chang-jian-wen-ti/wei-shen-mo-wa-kuang-shou-yi-jie-suan-huan-mei-dao-zhang.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
