# Block Confirmation Requirements on WanBridge

The WanBridge requires a certain number of block confirmations to process cross-chain transactions. This requirement is crucial to ensure the security and integrity of the transactions being processed across different blockchain networks.

The total duration of a single cross-chain transaction is the sum of the timespan for the requisite block confirmations and the processing time on the bridge.

Below are the specifics regarding the number of block confirmations for different chain networks:

| Chain       | Block Confirmation Count |
| ----------- | ------------------------ |
| Astar       | 3                        |
| Avalanche   | 12                       |
| Arbitrum    | 1                        |
| BASE        | 200                      |
| Bitcoin     | 3                        |
| BNB Chain   | 12                       |
| Cardano     | 30                       |
| Dogecoin    | 9                        |
| Ethereum    | 6                        |
| Fantom      | 12                       |
| f(x)Core    | 32                       |
| Gather      | 20                       |
| Horizen EON | 100                      |
| Litecoin    | 5                        |
| Polkadot    | 2                        |
| Polygon     | 500                      |
| Metis       | 30                       |
| Moonbeam    | 30                       |
| Moonriver   | 30                       |
| OKT Chain   | 20                       |
| Optimism    | 1                        |
| Telos       | 120                      |
| Tron        | 20                       |
| VinuChain   | 10                       |
| Wanchain    | 12                       |
| XDC Network | 32                       |
| XRP Ledger  | 1                        |

The number of block confirmations on WanBridge may be subjected to change in the future, contingent upon external condition alterations.


---

# 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.wanchain.org/wallet-and-tools/wanchain-bridge-user-manual-new-version/old-wanbridge-manual/block-confirmation-requirements-on-wanbridge.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.
