Skip to content

Commit

Permalink
feat(bridging-guide): bunch of work on the former wsteth bridging guide
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Feb 5, 2025
1 parent 3c83a7b commit 8c1eaf7
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 141 deletions.
4 changes: 2 additions & 2 deletions docs/guides/lido-tokens-integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Currently, wstETH token is [present on](/docs/deployed-contracts/index.md#lido-m
- [Mode](https://explorer.mode.network/address/0x98f96A4B34D03a2E6f225B28b8f8Cb1279562d81)
- [Binance Smart Chain (BSC)](https://bscscan.com/address/0x26c5e01524d2E6280A48F2c50fF6De7e52E9611C)

with bridging implemented via [the canonical bridges recommended approach](/docs/token-guides/wsteth-bridging-guide.md).
with bridging implemented via [the canonical bridges recommended approach](/docs/token-guides/cross-chain-tokens-guide.md).

:::note
Unlike on the Ethereum mainnet, wstETH for Lido Multichain is a plain ERC-20 token and cannot be unwrapped to unlock stETH on the corresponding L2 network unless handled via [LIP-22](https://github.com/lidofinance/lido-improvement-proposals/blob/develop/LIPS/lip-22.md)
Expand Down Expand Up @@ -493,7 +493,7 @@ The integration might be implemented leveraging the [Lido on Ethereum SDK](/docs
### Cross chain bridging

The Lido's wstETH gets bridged to various L2's and sidechains.
The process of a new network adoption in a future-proof way is outlined as a part of the separate [bridging guide](/docs/token-guides/wsteth-bridging-guide.md).
The process of a new network adoption in a future-proof way is outlined as a part of the separate [bridging guide](/docs/token-guides/cross-chain-tokens-guide.md).

Most cross-chain token bridges have no mechanics to handle rebases.
This means bridging stETH to other chains will prevent stakers from collecting their staking rewards.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/verify-steth-on-optimism-upgrade-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The full list of the contracts in scope is provided in the Lido Multichain section for [Optimism](https://docs.lido.fi/deployed-contracts/#optimism).

:::note
Levers and access control lists for L1 and L2 bridge endpoints stay the same and correspond to the [reference architecture and permissions setup](/token-guides/wsteth-bridging-guide.md#reference-architecture-and-permissions-setup).
Levers and access control lists for L1 and L2 bridge endpoints stay the same and correspond to the [reference architecture and permissions setup](/token-guides/cross-chain-tokens-guide.md#reference-architecture-and-permissions-setup).

This document covers incremental changes proposed with the stETH on Optimism deployment.
:::
Expand Down
Loading

0 comments on commit 8c1eaf7

Please sign in to comment.