> ## Documentation Index
> Fetch the complete documentation index at: https://docs.intention.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Bridge Integration

> Programmatic integration with the Intention bridge for deposits and withdrawals.

The Intention bridge moves supported assets between Intention and external chains. Beyond the user-facing flow described in [Deposit and bridge](/get-started/deposit-bridge), the bridge will expose a programmatic surface for integrators — wallets, custodians, and applications that need to script deposits, withdrawals, and status queries.

<Note>
  Status: not yet published. The bridge integration surface will be released alongside the public bridge launch. Until then, treat the descriptions below as planning documentation.
</Note>

## What this page will contain

When the bridge ships, this page will document:

* **Deposit flow.** The source-chain contract calls, the validator-attestation window, and how to track a deposit until it is credited on Intention.
* **Withdrawal flow.** Submitting a withdrawal request, signing requirements, and how to construct the source-chain claim transaction.
* **Status queries.** Read endpoints for inspecting in-flight deposits and withdrawals.
* **Confirmation depths.** Per-source-chain confirmation requirements before a deposit is treated as final.
* **Withdrawal rate limits.** How rate limits on withdrawals are enforced and surfaced in API responses.
* **Architecture.** Cross-reference to the [Bridge architecture](/architecture/bridge) page for the underlying design.

For early integration questions, email `contact@intention.xyz`.
