# The AptosBridge

#### Introduction

In October 2022, [LayerZero Labs deployed The AptosBridge](https://medium.com/layerzero-official/the-aptos-bridge-by-layerzero-5117030afd4f) as the first bridge into the Aptos ecosystem. It quickly grew to become the biggest bridge on Aptos, and has since done over $300m of volume.&#x20;

In August 2023, LayerZero posted a proposal to the StargateDAO to initiate the handover of this bridge to the DAO. [This vote was finalised](https://snapshot.org/#/stgdao.eth/proposal/0x73917ac1c09063a4776aea60176817f3aa3ee96b3a54f93ba9e9dddfc1add2ee) on August 26th 2023, whereafter the contracts were handed over to the DAO multisigs.&#x20;

#### Architecture

The AptosBridge is currently deployed on Ethereum, BNB Chain, Avalanche, Polygon, Arbitrum, Optimism and Aptos.&#x20;

A user can bridge any supported asset (USDC, USDT, WETH, WBTC, USDD) from an EVM network into Aptos and receive the same wrapped asset on Aptos.&#x20;

The AptosBridge also support OFTs that are deployed to Aptos, such as BTC.b and CAKE.

#### Bridge Time & Fees

Amount of time taken to bridge depends on source chain finality, i.e. how many blocks happen before the bridging *message* is passed through LayerZero messaging. On Aptos, this number is 260 blocks (\~1 minute). This number was reduced from 500,000 blocks following [a recent DAO vote](https://snapshot.org/#/stgdao.eth/proposal/0x3ab405d7d396f0b3bf04b966dd12b06ad5e81d3cf583eda8b890f2d744a98693).&#x20;

The abovementioned DAO vote also introduced fees into The AptosBridge. The fee structure is as follows;

* EVM -> Aptos = no fee
* Aptos -> EVM = 7bps

#### Widget

Teams building on Aptos can provide users easy access to the AptosBridge using the widget at <https://theaptosbridge.com/widget>.

#### Data

Stargate's AptosBridge General Dashboard: \[TBC]

StargateDAO's accumulated fees on AptosBridge: \[TBC]


---

# 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://stargateprotocol.gitbook.io/stargate/user-docs/the-aptosbridge/the-aptosbridge.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.
