> For the complete documentation index, see [llms.txt](https://docs.wanchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wanchain.org/wallet-and-tools/wanchain-bridge-user-manual-new-version/old-wanbridge-manual/block-confirmation-requirements-on-wanbridge.md).

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