Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ENS on Layer2 @Ethcc 2021
Search
Makoto Inoue
July 21, 2021
Technology
0
960
ENS on Layer2 @Ethcc 2021
Makoto Inoue
July 21, 2021
Tweet
Share
More Decks by Makoto Inoue
See All by Makoto Inoue
ENS beyond Web3
makoto_inoue
0
71
Tokyo ENS Meetup 2023 June
makoto_inoue
0
52
ENS for your community
makoto_inoue
0
250
ENS for the multi chain world @ EthPorto 2023
makoto_inoue
0
180
ENS on Starknet at StarkWare Session
makoto_inoue
0
69
Ethcc: The State of ENS 2022
makoto_inoue
0
230
EthShanghai ENS integration workshop - May 2022
makoto_inoue
0
150
ENS Integration workshop @ nfthack
makoto_inoue
0
62
ENS as your web3 username
makoto_inoue
0
370
Other Decks in Technology
See All in Technology
コンテナセキュリティのためのLandlock入門
nullpo_head
2
320
私なりのAIのご紹介 [2024年版]
qt_luigi
1
120
Oracle Cloudの生成AIサービスって実際どこまで使えるの? エンジニア目線で試してみた
minorun365
PRO
4
290
新機能VPCリソースエンドポイント機能検証から得られた考察
duelist2020jp
0
230
組織に自動テストを書く文化を根付かせる戦略(2024冬版) / Building Automated Test Culture 2024 Winter Edition
twada
PRO
17
4.8k
Oracle Cloud Infrastructure:2024年12月度サービス・アップデート
oracle4engineer
PRO
0
210
日本版とグローバル版のモバイルアプリ統合の開発の裏側と今後の展望
miichan
1
130
サイボウズフロントエンドエキスパートチームについて / FrontendExpert Team
cybozuinsideout
PRO
5
38k
1等無人航空機操縦士一発試験 合格までの道のり ドローンミートアップ@大阪 2024/12/18
excdinc
0
170
非機能品質を作り込むための実践アーキテクチャ
knih
5
1.5k
バクラクのドキュメント解析技術と実データにおける課題 / layerx-ccc-winter-2024
shimacos
2
1.1k
プロダクト開発を加速させるためのQA文化の築き方 / How to build QA culture to accelerate product development
mii3king
1
270
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Bash Introduction
62gerente
608
210k
Building Better People: How to give real-time feedback that sticks.
wjessup
365
19k
Music & Morning Musume
bryan
46
6.2k
Adopting Sorbet at Scale
ufuk
73
9.1k
The Pragmatic Product Professional
lauravandoore
32
6.3k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
247
1.3M
Code Review Best Practice
trishagee
65
17k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
48
2.2k
Mobile First: as difficult as doing things right
swwweet
222
9k
Done Done
chrislema
181
16k
How STYLIGHT went responsive
nonsquared
95
5.2k
Transcript
ENS on Layer 2, Ethcc, July 2021 Makoto Inoue (@makoto_inoue)
What is ENS? 0x5a384227b65fa093dec...
What is ENS? matoken.eth
ENS growth
ENS is exploding https://medium.com/etherscan-blog/4-metrics-highlighting-ens-adoption-1db528f8416f
Because of lower gas... https://medium.com/etherscan-blog/4-metrics-highlighting-ens-adoption-1db528f8416f
Agenda - 1. ENS L2 design considerations - 2. Rollup
agnostic L2 integration - 3. What about other EVM compatible chains? - 4. FAQs
1. ENS L2 design considerations
Most “L2/EVM chain” strategies - 1. Deploy a copy -
2. Select Network - 3. Add Liquidity incentive
ENS “L2/EVM chain” design discussion - 2020 Sep: “A general-purpose
L2-friendly” ENS standard by Vitalik - 2020 Oct: “A general-purpose bridge for Ethereum Layer 2s” by Nick - 2021 Apr: “MVP of ENS on L2 with Optimism” by Nick
ENS “L2/EVM chain” requirement - 1. No “Switch network” for
reading names - 2. No “Pick a winner” (yet) for updating record - 3. Minimise additional trust assumption
2. Rollup agnostic L2 integration
ENS architecture recap - 2 requests model - Swappable resolver
L2 Gateway - 3 requests model - Set gateway per
resolver - Verify with proof at L1
Durin: Secure offchain data retrieval (EIP 3668) https://github.com/Arachnid/EIPs/blob/durin/EIPS/eip-3668.md
L2 Gateway on Optimism Demo https://www.youtube.com/watch?v=9DdL7AQgXTM
L2 Gateway on Optimism https://github.io/ensdomains/l2gateway-demo
L2 Gateway on Optimism https://github.io/ensdomains/l2gateway-demo
L2 Gateway on Optimism https://github.io/ensdomains/l2gateway-demo
L2 Gateway on Optimism https://github.io/ensdomains/l2gateway-demo
L2 Gateway on Optimism https://github.io/ensdomains/l2gateway-demo
3.What about other EVM compatible chains?
TVL on EVM compatible chains https://twitter.com/richwgalvin/status/1399992712451948546
- Bridge gateway - App gateway - Trusted gateway Alternatives
- Bridge signs the data - Verify bridge signer, not
data Bridge Gateway EVM Chain
Bridge Gateway Pros - Retains the same security assumption Cons
- Bridge needs modification/extension - Signer must be verifiable on L1
- Name owner hosts the gateway - Name owner signs
data - Verify name ownership, not data App Gateway EVM Chain
App Gateway Pros - No dependencies to the bridges Cons
- Each App has to host own gateway - Less trustless
- Name owner hosts the gateway - Name owner signs
data - Verify name ownership, not data Trusted Gateway DBMS
Trusted Gateway Pros - No ENS registry required off L1
Cons - Trusted - No NFT
Comparison
- Registration & Renewal gas cost - Subdomains - Ownership
4. FAQs
Q. Does Registration & Renewal gas cost become cheaper?
A: Not for now - Registry will remain on L1
- Resolver can move to a L2 - Use of Subdomain
Q. Can I create subdomains on L2 and sell as
NFT?
- Wildcard support - https://eips.ethereum.org/EIPS/eip-2544 - NFT support on Registry
A: Yes
Q. How do I prevent from transferring the same name
to different owners on L1 and L2?
- ENS is NFT - NameWrapper for subdomains A: Lock
your name on a cross chain bridge
For more information Makoto Inoue / @makoto_inoue https://github.com/ensdomains/l2gateway-demo https://discuss.ens.domains/c/feature-request/layer2/10 https://discord.gg/AskZbFx
https://github.com/Arachnid/EIPs/blob/durin/EIPS/eip-3668. md