# 交易時間

## <mark style="color:blue;">L1 網路提款/存款時間</mark>

我們系統上的交易提款時間取決於所使用的底層 L1 區塊鏈網路，因為它們有獨特的架構和確認要求。以下概述了波場 (Tron) ，以太坊 (Ethereum)，幣安智能鏈 (BNB Smart Chain (BSC)) 和索拉拉 (Solana) 網路上交易的預期處理時間。透過 AkashicChain 進行的交易只會增加極少的延遲時間。透過 AkashicChain 進行的交易，對於下列時間所增加的延遲時間極少，因此它們反映了預期的存款/提款時間標度。

### <mark style="color:blue;">特定網路的確認要求</mark>

#### **波場 (TRX) 網路**

* **所需的確認：**&#x31;9 個區塊
* **預計時間：**&#x36;0-90 秒
* **區塊時間：**&#x6BCF;個區塊約 3 秒
* **注意事項：**&#x5728;最佳網路條件下，交易完成時間可能接近 60 秒。在網路擁塞期間，處理時間可能會向估計上限延長。

#### **以太坊 (ETH) 網路**

* **所需的確認：**&#x31;2 個區塊
* **預計時間：**&#x31;40-200 秒
* **區塊時間：**&#x6BCF;個區塊約 12-14 秒
* **注意事項：**&#x4EE5;太坊 (Ethereum) 交易時間會根據網路流量和礦工費價格而波動。在擁擠時期，較高的礦工費可能會導致較快的處理速度。

#### **幣安智能鏈 (BNB Smart Chain (BSC))**&#x20;

* **所需的確認：**&#x31;2 個區塊
* **預計時間：** 12-24 秒
* **區塊時間：**&#x6BCF;個區塊約 1-2  秒

#### 索拉拉 (SOL) 網路

* **所需的確認：32** 個區塊
* **預計時間：** 10-20 秒
* **區塊時間：**&#x6BCF;個區塊約 0.4-0.6 秒

### <mark style="color:blue;">影響提款時間的其他因素</mark>

有幾個因素會影響交易確認所需的實際時間：

1. 網路擁塞： 高交易量會延長處理時間。
2. 礦工費 (以太坊 (Ethereum))： 較高的礦工價格通常會導致交易處理速度加快。
3. 交易複雜性： 較複雜的交易可能需要額外的處理時間。
4. 節點同步： 處理交易的節點的同步狀態。

## <mark style="color:blue;">L2 網路交易時間</mark>

我們的 L2 到至 L2 交易不依賴於 L1 網路，而是受制於 AkashicChain 的節點共識，並提供無縫交易。

## <mark style="color:blue;">重要注意事項</mark>

* 列出的確認次數代表將交易視為最終交易的標準安全臨界值。
* 在網路極度擁擠的情況下，處理時間可能會超過上述估計時間。
* 對於時間敏感的交易，請考慮潛在的網路延遲。


---

# 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.akashicpay.com/traditional-chinese/jian-jie/jiao-yi-shi-jian.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.
