Skip to content

Add ENSIP-27: Interoperable Names#66

Open
nxt3d wants to merge 2 commits intoensdomains:masterfrom
nxt3d:interoperable-names
Open

Add ENSIP-27: Interoperable Names#66
nxt3d wants to merge 2 commits intoensdomains:masterfrom
nxt3d:interoperable-names

Conversation

@nxt3d
Copy link
Contributor

@nxt3d nxt3d commented Feb 23, 2026

Description

This PR adds ENSIP-27, which defines the ENS format for Interoperable Names from ERC-7828.

Format

<name>@<label> — e.g. ens.eth@ethereum, ens.eth@base

  • <name>: ENS name
  • <label>: Human-readable chain label from the on.eth namespace

Resolution

Chain labels resolve to ERC-7930 Interoperable Addresses via ENSIP-24: the interoperable-address data record on <label>.on.eth (e.g. ethereum.on.eth0x00010000010100).

Rationale

ENS names alone do not indicate which chain an address resolves to. With many L2s using the same address format, this can lead to funds being sent to the wrong chain. The <name>@<label> format provides a clear way to specify both the ENS name and the target chain.

nxt3d and others added 2 commits February 23, 2026 10:39
Defines the format for chain-specific ENS names using <name>@<label>,
where the label is a human-readable chain identifier from the on.eth
namespace (e.g. ens.eth@ethereum, ens.eth@base).

Implements the ENS component of ERC-7828. Chain labels resolve to
ERC-7930 Interoperable Addresses via ENSIP-24's interoperable-address
data key on <label>.on.eth.

Co-authored-by: Cursor <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant