Bridger Destinations
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The aim of this dashboard is to find out where do people go when they bridge to Polygon from Ethereum and what are the 10 most popular first destinations for Polygon addresses that have just bridged from Ethereum.
Loading...
Loading...
Method
- In this dashboard, the official bridge between ETH and Polygon is considered for analysis.
- When ETH is being bridged from Ethereum to Polygon, WETH is received to the address of the user from the null address
(0x0000000000000000000000000000000000000000)
. - When Weth is being bridged back to Ethereum form Polygon, the WETH on polygon is sent to the null address and received on Ethereum.
- For each address on Polygon, when it receives Weth from the null address, was considered as bridge ETH to Polygon. these transactions were identified from
polygon.core.fact_token_transfers
table. - This transactions were considered for analysis:
- The first transfer transaction destination of WETH after the bridge.
- Extracted from
polygon.core.fact_token_transfers
- Extracted from
- The first transaction that has been made after the bridge
- Extracted from
polygon.core.fact_transactions
- Extracted from
- The first transaction that has been made after the bridge and its event names
- Extracted from
polygon.core.fact_transactions & polygon.core.fact_event_logs
- Extracted from
- The first transfer transaction destination of WETH after the bridge.
- The destination tag names were added manually.
🌱As of this writing, the min block time of the polygon database used for this analysis is 2022-06-06.
Loading...
- 23.7% of first WETH transfer transactions after bridge to polygon are bridging back to Ethereum transaction!
- 57.8% of those transactions were made within 24 hours.
- Swappin and Liquidity providing on UniSwap is the second most WETH transfer transaction after the bridge.
- Swapping on 0x and using Metamask is the next most common transfer.
- About 10.2% of transfers are to the OpenSea platform.
- The most common first transaction after bridging ETH is with Hop Protocol.
- Metamask and quick swap routers are next.
- The most common event with contract is transferring via Metamask router.