You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/base-chain/network-information/bridges-mainnet.mdx
+70-20Lines changed: 70 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,18 @@
1
1
---
2
2
title: Bridges
3
-
description: Documentation for bridging assets to Base. This page covers how to bridge ETH and ERC-20s between Ethereum (L1) and Base along with essential information.
3
+
description: Documentation for bridging assets to Base. This page covers how to bridge assets between Ethereum, Solana, Bitcoin, and Base.
4
4
5
5
---
6
6
7
-
While the bridge on bridge.base.org has been deprecated, there are many bridges
8
-
that support moving assets between Base and other chains.
7
+
Base supports bridging assets from multiple chains including Ethereum, Solana, and Bitcoin. While the bridge on bridge.base.org has been deprecated, there are many bridges that support moving assets between Base and other chains.
9
8
10
9
For questions, see our [FAQ](#faq).
11
10
12
-
## Garden
13
-
14
-
Garden is a fast non-custodial Bitcoin bridge that enables you to bridge BTC and other supported assets from Ethereum, Solana, and more, directly to Base.
Coinbase Technologies, Inc., provides links to these independent service providers for your
42
-
convenience but assumes no responsibility for their operations. Any interactions with these
43
-
providers are solely between you and the provider.
44
-
45
-
## Programmatic Bridging
33
+
### Programmatic Bridging (Ethereum)
46
34
47
35
See the [sample code repository](https://github.com/base-org/guides/tree/main/bridge/native) to see how to bridge ETH and ERC-20s from Ethereum to Base.
48
36
@@ -54,12 +42,70 @@ Ensure there is an address for `base`, [example](https://github.com/ethereum-opt
54
42
Always test with small amounts to ensure the system is working as expected.
55
43
</Warning>
56
44
57
-
58
45
<Warning>
59
46
This implementation can only bridge assets to Base. Do not attempt to alter the
60
47
code to withdraw the assets.
61
48
</Warning>
62
49
50
+
### For Token Issuers
51
+
52
+
If you have an ERC-20 token deployed on Ethereum and want to enable bridging to Base, see our guide on [Bridging an L1 Token to Base](/base-chain/quickstart/bridge-token). This covers deploying your token on Base using the standard bridge contracts and getting it listed on the Superchain token list.
53
+
54
+
---
55
+
56
+
## Solana ↔ Base
57
+
58
+
The Base-Solana bridge enables bidirectional token transfers and message passing between Base and Solana networks.
59
+
60
+
**Key Features:**
61
+
- Transfer SOL and SPL tokens between Base and Solana
Production terminal UI for bridging + contract calls
72
+
</Card>
73
+
</CardGroup>
74
+
75
+
### Contract Addresses
76
+
77
+
| Network | Contract | Address |
78
+
|---------|----------|---------|
79
+
| Base Mainnet | Bridge |`0x3eff766C76a1be2Ce1aCF2B69c78bCae257D5188`|
80
+
| Base Mainnet | SOL Token |`0x311935Cd80B76769bF2ecC9D8Ab7635b2139cf82`|
81
+
| Solana Mainnet | Bridge Program |`HNCne2FkVaNghhjKXapxJzPaBvAKDG1Ge3gqhZyfVWLM`|
82
+
83
+
<Info>
84
+
For testnet addresses and full implementation details, see the [Base-Solana Bridge documentation](/base-chain/quickstart/base-solana-bridge#contract-addresses).
85
+
</Info>
86
+
87
+
---
88
+
89
+
## Bitcoin → Base
90
+
91
+
### Garden
92
+
93
+
Garden is a fast non-custodial Bitcoin bridge that enables you to bridge BTC and other supported assets from Ethereum, Solana, and more, directly to Base.
Coinbase Technologies, Inc., provides links to these independent service providers for your
105
+
convenience but assumes no responsibility for their operations. Any interactions with these
106
+
providers are solely between you and the provider.
107
+
108
+
---
63
109
64
110
## FAQ
65
111
@@ -79,6 +125,10 @@ Base is committed to decentralization and the Superchain vision. Leveraging the
79
125
Superchain Bridges are operated by third parties, not by Coinbase Technologies, Inc. ("Coinbase"). Coinbase does not control, operate, or assume any responsibility for the performance of these external platforms. Before using any Superchain Bridge, you may be required to agree to their terms and conditions. We strongly recommend you review these terms carefully, as well as any privacy policies, to understand your rights and obligations. The integration or inclusion of the Superchain Bridges does not imply an endorsement or recommendation of any bridge by Coinbase.
80
126
</Accordion>
81
127
128
+
<Accordiontitle="How does the Base-Solana bridge work?">
129
+
The Base-Solana bridge uses validators to verify cross-chain messages. When bridging from Solana to Base, tokens are locked on Solana and minted on Base. When bridging from Base to Solana, tokens are burned on Base and unlocked on Solana. See the [full documentation](/base-chain/quickstart/base-solana-bridge) for implementation details.
130
+
</Accordion>
131
+
82
132
<Accordiontitle="What if I have a question, issue, or problem?">
83
133
The [Base Discord](https://base.org/discord) community is available around the clock for general questions,
84
134
assistance and support! You can create a support ticket in the #general-support
0 commit comments