# Bridge 跨链桥 + Fast Withdrawal

## 标准 Bridge

* **L1BridgeContract.sol** (deploy on Ethereum L1)
* **L2BridgeContract.sol** (deploy on AxBlade L2)
* 通过 zkSync Mailbox 传 message
* 标准 deposit / withdrawal 通过 7 天 challenge window

## Fast Withdrawal (V2)

* **FastWithdrawalPoolV2.sol** — LP 抵押 ETH/USDC，提供秒级提现
* 用户支付小额费用换"立即拿到 L1 资金"，不等 7 天
* LP 在 7 天后从 bridge 拿回本金 + 手续费

## 主网前必备

* LP TVL 至少 $1-10M 才能开 fast lane
* KYC/AML for LP
* 多 source price feed (避免 LP 被 oracle 操纵)

详见 `contracts/src/bridge/`。


---

# 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://yellowpaper.axblade.io/protocol-mechanics/bridge-fast-withdrawal.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.
