Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/resources/bridge-risks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: "Cross-chain bridges and associated risks"

import { Aside } from "@components"

When working with Chainlink on layer-2 chains and sidechains, you must export your LINK tokens from Ethereum to the target chain using a cross-chain bridge. Follow this [video](https://www.youtube.com/watch?v=WKvIGkBWRUA) for an example of moving LINK tokens from Ethereum to Polygon.
When working with Chainlink on layer-2 chains and side chains, you must export your LINK tokens from Ethereum to the target chain using a cross-chain bridge. Follow this [video](https://www.youtube.com/watch?v=WKvIGkBWRUA) for an example of moving LINK tokens from Ethereum to Polygon.

Cross-chain bridges come with their own risks. In fact, bridge attacks constitute some of the [largest cryptocurrency hacks](https://rekt.news/leaderboard/) by value. When moving your LINK tokens or any asset across chains, understand the risks that you are taking with your assets. Chainlink Labs does not endorse any bridge. Ultimately, you are responsible for assessing the bridge that you use to move your assets.

Expand Down Expand Up @@ -34,7 +34,7 @@ As an analogy, you can use [the blockchains as cities mental model](https://medi

## Trade-offs

With the growing number of layer-1 and layer-2 chains, the number of bridges has also grown, [surpassing one hundred](https://debridges.com/). So, how do you choose the correct bridge?
With the growing number of layer-1 and layer-2 chains, the number of bridges has also grown, [surpassing one hundred](https://debridge.com/). So, how do you choose the correct bridge?

When choosing a bridge, there is no perfect solution, only trade-offs. As explained in the [interoperability trilemma](https://blog.connext.network/the-interoperability-trilemma-657c2cf69f17) and [Ethereum foundation docs](https://ethereum.org/en/developers/docs/bridges/#trade-offs), bridge designs must compromise between the following characteristics:

Expand Down
4 changes: 2 additions & 2 deletions src/content/resources/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ After the transaction is confirmed onchain, the faucet app shows "Request comple
# Cross-chain bridges and associated risks
Source: https://docs.chain.link/resources/bridge-risks

When working with Chainlink on layer-2 chains and sidechains, you must export your LINK tokens from Ethereum to the target chain using a cross-chain bridge. Follow this [video](https://www.youtube.com/watch?v=WKvIGkBWRUA) for an example of moving LINK tokens from Ethereum to Polygon.
When working with Chainlink on layer-2 chains and side chains, you must export your LINK tokens from Ethereum to the target chain using a cross-chain bridge. Follow this [video](https://www.youtube.com/watch?v=WKvIGkBWRUA) for an example of moving LINK tokens from Ethereum to Polygon.

Cross-chain bridges come with their own risks. In fact, bridge attacks constitute some of the [largest cryptocurrency hacks](https://rekt.news/leaderboard/) by value. When moving your LINK tokens or any asset across chains, understand the risks that you are taking with your assets. Chainlink Labs does not endorse any bridge. Ultimately, you are responsible for assessing the bridge that you use to move your assets.

Expand Down Expand Up @@ -69,7 +69,7 @@ As an analogy, you can use [the blockchains as cities mental model](https://medi

## Trade-offs

With the growing number of layer-1 and layer-2 chains, the number of bridges has also grown, [surpassing one hundred](https://debridges.com/). So, how do you choose the correct bridge?
With the growing number of layer-1 and layer-2 chains, the number of bridges has also grown, [surpassing one hundred](https://debridge.com/). So, how do you choose the correct bridge?

When choosing a bridge, there is no perfect solution, only trade-offs. As explained in the [interoperability trilemma](https://blog.connext.network/the-interoperability-trilemma-657c2cf69f17) and [Ethereum foundation docs](https://ethereum.org/en/developers/docs/bridges/#trade-offs), bridge designs must compromise between the following characteristics:

Expand Down
Loading