☎️ ENS Ecosystem – Weekly Meeting: 11am ET, Thursday – Term 6

1. ENS Labs Updates

  • L2 primary names are live at the protocol level
  • A demo walkthrough is available to show how it works
    • Greg’s address is the only test case: 0x179A862703a4adfb29896552DF9e307980D19285
    • Test directly here.
  • Integrations for VIEM and WAGMI are coming next week.
  • If you wanna use it before those integrations are live, see this.
  • Base will be migrating existing records to the new official reverse registrar on Base in a few weeks.
  • ENS Node has support for all of this that is going to ship.
  • Idea to expose an API where an app can request the primary name for an address, providing an ordered list of chains to check
  • It will take time for the basics to proliferate through libraries and apps.

2. Project Highlights

  • /

3. Review Upcoming Events

4. ENSIP Updates @jthor

  • DService Text Records: specification for putting a list of URLs in an ENS name
  • Made a PR to the ENSIP repo.
  • Every DApp needs an indexer, leading to reliance on centralized infrastructure or building their own.
    • This creates a UX issue where a decentralized app hosted on ENS relies on a single endpoint controlled by the developer.
    • If the developer shuts down services, the app becomes unusable.
  • DService text records allow dynamic updates without redeploying applications

5. Space for Service Providers

5.1 JustaName

  • Big release went live with infrastructure optimization
  • Three main items: 1) admin dashboard revamp, 2) allowed domains for API keys, and 3) new functionality called Records for offchain subnames
  • Admin Dashboard:
    • Shows analytics to communities about ENS usage at the workspace level
    • Displays ENS names, resolution counts, and claimed subnames
    • Analytics on the ENS level include community, cointype distribution, and text record distribution
  • Allowed domains:
    • Addresses the issue of API key security during client integration
    • Developers can add allowed domains that are permitted to use the API key
    • API requests are checked to ensure they originate from allowed domains
    • Enables direct frontend integration without serverless functions or a backend
  • Records functionality:
    • Addresses the issue of resolving offchain subnames
    • The first request returns a response that gives the keys of those records
    • Allows clients to use those keys and get all of the data that is attached to the name

6. Open Space for Additional Topics

2 Likes

August 14th, 2025


Meeting Link: meet.google.com/iiw-tpmh-bmg

Agenda

  1. ENS Labs Updates
  2. Project Highlights [simple page, enscribe]
  3. Review Upcoming Events
  4. ENSIP Updates @raffy
  5. Space for Service Providers
  6. Open Space for Additional Topics


(I tried to make this say nick.eth, jefflau.eth, and avsa.eth flowing into one stream called ens.eth. This was as close as i could get.)

2 Likes

1. ENS Labs Updates

  • L2 primary names: Integrations moving along
  • Greg rewrote the docs around primary names and reverse registrars
  • Feedback button added to the Docs pages
  • Integration highlight: Gemini launched a smart wallet + ENS subnames
  • Simon’s going on Gemini Livestream
  • Greg is speaking at the World of Apps event later hosted by Nouns and the EF
  • ETHGlobal New York workshop this week

2. Project Highlights

Simple Page

  • Joel wrote an ENSIP - DService and presented last week
  • Used that IP to build a Simple Page
  • The project started as a way to publish a blog on the ENS name
  • Editable in browser, supports file uploads, pictures, etc.
  • Version control is available to see previous versions
  • Each new blog post is essentially a fork and a new deployment
  • To solve the problem of indexing websites published on IPFS, an indexer was created to look at published websites
  • The goal was to make the tool decentralized and censorship-resistant
  • URL of the indexer can be stored on a text record in an ENS domain
  • Works with a subscription-based model like ENS (1$ per month)

ENScribe

  • Accelerating smart contract naming using ENS
  • Integrated L2 primary names for contracts
  • Developers can now name their contracts on L2 networks

Proposal Review - Squid SDK

  • Reviewed the proposal about decentralizing the indexing stack for the ENSNode that currently uses Ponder
  • Barry’s team put together a demo of how to run the stack and rewrote the ENS subgraph to use their indexing stack using the Squid SDK
  • There are 3,000 workers who distribute this data in parallel
  • They aim to decentralize the entire indexing stack

3. Review Upcoming Events

  • ETH Global New York
  • The next one is Devconnect in Argentina

4. ENSIP Updates @raffy

  • New proposal for ERC-7996
  • ERC 7996 is for things that don’t have interfaces
  • It allows contracts to indicate their ability to digest specific call data types, like multicalls
  • ENSIP-22 (based on EIP-7996) defines a way for resolvers to declare and implement extra “features” via ERC-165
  • ENSIP-23 – Standardizes the universal resolver
  • The universal resolver now has a standard interface with three functions: find resolver resolve (forward resolution), and reverse (primary name resolution)
  • The Universal Resolver is not actually a resolver

5. Space for Service Providers

  • /

6. Open Space for Additional Topics

  • /
2 Likes

August 21st, 2025


Meeting Link: meet.google.com/iiw-tpmh-bmg

Agenda

  1. ENS Labs Updates
  2. Project Highlights [Ease, ENS CLC by Steve]
  3. Review Upcoming Events
  4. ENSIP Updates
  5. Space for Service Providers
  1. Open Space for Additional Topics
3 Likes

1. ENS Labs Updates

  • EthGlobal NewYork was a success!
    • Talks + Hackathon
    • Glimpse of the atmosphere HERE.
  • L2 primary names are out at the protocol level
    • Integrations are in the works
    • VIEM PR has been merged (will be included in the next release)
    • WAGMI integration will follow soon
  • Join the ENS Devs TG group

2. Project Highlights [Ease]

2.1 Eaze

  • Hackers from New York won the ENS tract with Eaze.
  • Allows users pay at merchants by scanning the user’s face, which is cross-hashed with their wallet.
  • Users create an account by scanning their face and that is used for facial recognition for signing transactions.
  • Uses Chainlink verifier.
  • Wallets are deployed deterministically.
  • ZeroDev infra used for wallet.
  • Demo done - showing how it works.
  • With each new wallet created, the app assigns .eaze.eth subname as well.

2.2 Atlas

  • Steve presented - DevRel at OpenZeppelin
  • He loves building terminal tools and CLIs.
  • Atlas is an interface for ENSjs libraries.
  • You can invoke the resolve and reverse resolve functions from the terminal, view name or subname associated records, etc.
  • Test Atlas HERE.
  • Connect with Steve HERE.
  • Greg’s Raycast mentioned as inspiration, check HERE.

3. Review Upcoming Events

5 more hackathons upcoming:

  • ETHAccra, 9/4 - 9/6
  • ETHTokyo, 9/12 - 9/15
  • ETHGlobal New Delhi, 9/26 - 9/28
  • ETHRome, 10/17 - 10/19
  • ETHGlobal Buenos Aires, 11/21 - 11/23

4. ENSIP Updates

  • /

5. Space for Service Providers

5.1 EIK

  • Progress report by EIK is out HERE.
  • AI-related work has been in focus.
  • Added llm txt files as a standard format for putting data into a text file that can be used with LLMs to provide relevant context.
  • Add MCP server support as a public standard that anyone can use to connect to their LLM available in EFP now.
  • Build internal AI tools for GitHub PRs handling, MCP server for meetings that transcribes, summarizes, and creates action items, agents that review PRs on GitHub, etc.
  • Took over SIWE :fire:
  • Prevoius team abandoned the project and stopped responding to messages.
  • New website for SIWE has been created with a clear overview and value proposition.
  • SIWE uses Ethereum accounts; no additional requirements needed.
  • The goal is to spread the adoption of SIWE inside and outside of Web3.

6. Open Space for Additional Topics

6.1 ENScribe update

  • Conor discussed primary naming for smart contracts using ENS
  • Aiming to provide contract-specific metadata using ENS (verified source code, GitHub repos, licences, etc.)
  • Mental model: Smart contracts with ENS name linking to verified source code or a Dapp registry associated with smart contracts on ENS
  • Interested in collaborating with others
  • Participate in the discussion HERE.
1 Like

August 28th, 2025


Meeting Link: meet.google.com/iiw-tpmh-bmg

Agenda

  1. ENS Labs Updates
  2. Project Highlights
  3. Grant Summary @don.nie
  4. Review Upcoming Events
  5. ENSIP Updates
  6. Space for Service Providers
  • Namespace
  1. Open Space for Additional Topics

1. ENS Labs Updates

  • Viem and Wagmi integrated L2 primary names
  • Greg did a demo showing how primary names work
  • Working with Base to help them migrate Basenames
  • Uniswap wallet reached 2M uni.eth subnames
  • Question + suggestion – add ability to set default primary name on ENS app
  • Question about L2 primary name usage / Dune dashboard
  • L2 primary name resource: https://primary.ens.domains/

2. Project Highlights

2.1 Hackathon project

  • A Hackathon developer from ETH Global New York built a fully integrated project in PHP with ENS resolution.
  • A lightweight PHP library for resolving ENS name records.
    • Reverse lookups
    • Text & profile records
    • Works with any Ethereum RPC
  • This tool can be used for integrating ENS in php.
  • GitHub repo.

2.2 Simon’s project

3. Grant Summary @don.nie

  • ENS Ecosystem gives grants to builders retroactively who have demonstrated:
      1. Historical usage of the app they built
      1. Novel use cases of utilizing ENS
  • 17 grants and 200k rewarded
  • Recent recipients:
    • YodlPay
    • SimplePage
    • IPE City
  • Apply for a grant HERE.

4. Review Upcoming Events

  • ETHAccra, 9/4 - 9/6
  • ETHTokyo, 9/12 - 9/15
  • ETHGlobal New Delhi, 9/26 - 9/28
  • ETHRome, 10/17 - 10/19
  • Devconnect/ ETHGlobal Buenos Aires, 11/21 - 11/23

5. ENSIP Updates

  • /

6. Space for Service Providers

6.1 Namespace

  • Built a RainbowKit template for offchain subnames.
  • It enables all apps that use RainbowKit to utilize Nemspace offchain subnames and issue them for their users.
  • GitHub repo.

7. Open Space for Additional Topics

1 Like

September 4th, 2025


Meeting Link: meet.google.com/iiw-tpmh-bmg

Agenda

  1. ENS Labs Updates
  2. Project Highlights
  3. Review Upcoming Events
  4. ENSIP Updates
  5. Space for Service Providers
  6. Open Space for Additional Topics

1 Like

1. ENS Labs Updates

  • Simon is at ETHAccra
  • New devs in the ENS devs chat from ETHAccra
  • .locker domains resolve through ENS
  • Clave subnames relaunched - go mint.

2. Project Highlights

  • /

3. Review Upcoming Events

  • ETHTokyo, 9/12 - 9/15
  • ETHGlobal New Delhi, 9/26 - 9/28
  • ETHRome, 10/17 - 10/19
  • Devconnect (Social), 11/19 6-9pm
  • ETHGlobal Buenos Aires, 11/21 - 11/23

4. ENSIP Updates

4.1 ERC-8004

  • Prem mentioned ERC-8004 gaining traction and popularity
    • AI agent registry standard developed by EF, Metamask, and Google.
    • Builders are invited to join official group: Telegram: Join Group Chat

4.2 Contract Metadata Standard

  • ENSIP-XX (draft): Contract Metadata Standard
    • Proposed by the ENScribe team
    • Wallet accounts can store multiple payment addresses and social identity links and data, etc.
    • Opportunity to create a similar metadata layer for smart contract details in ENS names.
    • New records being considered: category, license, docs, compile metadata, audit, and proxy.

5. Space for Service Providers

5.1 NamehashLabs

  • ENS Holiday Awards
  • Incentives for driving ENS name registrations in the ecosystem
  • To participate, users must set the refer parameter on the onchain registration and renewal transactions.
  • Exploring getting existing apps to support referral hyperlinks.
  • Registrar apps have different ways to interact with the incentive program.
    • They can take all referrals, not participate, or credit third parties with referrals.
  • Interactive dashboards are being prepared to track referrals and streamline award distribution.
  • Incentives for wallet apps to notify users about name renewals benefit everyone.
  • ENSAwards is a leaderboard for ENS integrations to celebrate apps and organizations that best integrate with ENS and follow best practices.

6. Open Space for Additional Topics

September 11th, 2025


Meeting Link: meet.google.com/iiw-tpmh-bmg

Agenda

  1. ENS Labs Updates
  2. Project Highlights
  3. Review Upcoming Events
  4. ENSIP Updates
  5. Space for Service Providers
  6. Open Space for Additional Topics

1. ENS Labs Updates

  • Changes on the Engineer side of things:
    • Showing primary names per chains in the Manager app soon
    • Dune dashboard: Reverse records per chain
    • Making it easier to reverse name contracts (GitHub)
    • Ethers.js integration in progress
  • Events
    • ETHAccra was a success
    • James did a Livestream with the Ethereum Enterprise Alliance
    • Greg is doing a workshop for ETHRome

2. Project Highlights

2.1 Fusion

  • The Chrome extension resolves ENS names directly inside the web browser and in the extension.
  • An iOS keyboard that resolves .eth names and subanames.
  • Video Demos are on the website: https://www.fusionens.com/

2.2 EnRoute

  • Allows you to connect and distribute payments to multiple wallet addresses
  • Prompt you to register the ENS subname on the Base network (built via Durin)
  • You can create policies on how funds are distributed using Policy Builder.
  • Test it yourself: https://enrouteapp.vercel.app/

3. Review Upcoming Events

  • ETHTokyo, 9/12 - 9/15
  • ETHGlobal New Delhi, 9/26 - 9/28
  • ETHRome, 10/17 - 10/19
  • Devconnect (Social), 11/19 6-9pm
  • ETHGlobal Buenos Aires, 11/21 - 11/23

4. ENSIP Updates

4.1 Contract Metadata Standard and Text Records

5. Space for Service Providers

5.1 Namehash Labs

6. Open Space for Additional Topics

September 18th, 2025


Meeting Link: meet.google.com/iiw-tpmh-bmg

Agenda

  1. ENS Labs Updates
  2. Project Highlights
  3. Review Upcoming Events
  4. ENSIP Updates
  5. Space for Service Providers
  6. Open Space for Additional Topics

1 Like

1. ENS Labs Updates

  • Working on the new Registrar controller
  • Gets people on the latest public resolver
  • That allows people to easily set L2 primary names
  • Improving the flow for resolver change (to migrate records simultaneously)
  • Integration highlight: Base Names has started using the official reverse registrar on Base in their new registrations.
    • Migrating reverse records to new contracts soon
  • Join ENS Devs chat
  • New guide in docs for Universal Resolver
    • Working with ethers.js and others to support it
  • Ask AI added to the docs (it’s like ChatGPT trained on the ENS docs)
  • ETHRome stream.

2. Project Highlights

2.1. ENScribe

  • Dune Dashboard is out.
  • It tracks smart contract naming across the Ethereum ecosystem
  • Total named contracts, total contracts that can be named, monthly contract naming activity, etc.
  • Blog post will be out soon.

2.2. Crefty

  • Modular identity infrastructure
  • 4 modules, but today focusing on Crefy Connect
  • Similar to Privy but with more extensions and for African market needs.
  • Allows you to mint subnames, supports African phone numbers.
  • Will transition to fully smart accounts.
  • Supports various front-end libraries, including Next.js and React
  • NPM link.

3. Review Upcoming Events

  • Hackathon: ETHGlobal New Delhi, 9/26 - 9/28
  • Hackathon: ETHRome, 10/17 - 10/19
  • Big presence: DevConnect (Social), 11/19 6-9pm
  • Hackathon: ETHGlobal Buenos Aires, 11/21 - 11/23

4. ENSIP Updates

  • /

5. Space for Service Providers

  • /

6. Open Space for Additional Topics

6.1. [temp check] Naming ENS DAO contracts

  • A temp check was posted in the forum regarding naming the ENS DAO’s contracts that own primary names.
  • To name:
    • DAO wallet
    • ENS Token
    • Endowment wallet

6.2. You can just PR things

1 Like

September 25th, 2025


Meeting Link: meet.google.com/iiw-tpmh-bmg

Agenda

  1. ENS Labs Updates
  2. Project Highlights [ https://nedapay.xyz]
  3. Review Upcoming Events
  4. ENSIP Updates
  5. Space for Service Providers
  6. Open Space for Additional Topics
1 Like

1. ENS Labs Updates

  • Media Updates
  • Labs, Namespace, and ENScribe teams are at ETHGlobal India.
    • It will be one of the biggest hackathons.
    • Hackers will be invited to present.
  • Getting everyone to migrate to Universal Resolver.
  • Base is planning to migrate its L2 reverse records to official contracts soon

2. Project Highlights [ http://nedapay.xyz]

2.1. NedaPay

  • All-in-one infrastructure for local stablecoins
  • Enables informal merchants to transact globally with local stablecoins.
  • Supports 10+ local stablecoins.
  • Integrated ENS
  • Send, received payments on .eth names
  • Send payment links and invoices
  • On/off-ramping with stablecoins

2.2. ENScribe

  • Smart Contract Naming Season (soon).
  • Idea to push for more contract names using ENS.
  • Working on best practices for contract naming, especially for DAO contracts, user-facing app contracts, protocol contracts, and library contracts.
  • First draft has been released and you can give feedback here.

2.3. ENS keyboard

  • Working on making the keyboard ready for the App Store
  • Two keyboards: Basic and Pro keyboard
  • Added features:
    • Ability to add ENS names and save ENS contacts.
    • ENS key with popular subdomains upon tap and hold.
    • Resolves ENS names before searching.

3. Review Upcoming Events

  • NewGlobal New Delhi (Sep 26-28)
  • ETHRome
  • Devconnect

4. ENSIP Updates

  • ​​There is an active ENSIP for contract metadata (Github link to it.)
  • The goal is to have an ENSIP for metadata that can be attached to smart contracts, including links to websites, GitHub repos, and audit information.
  • Feedback is welcome.

5. Space for Service Providers

  • /

6. Open Space for Additional Topics

  • Question about Ecosystem funding.
  • The funding process is rolling, without a specific start or end time.
  • People submit through a form, and stewards evaluate the submissions.
  • Funding is still available.

October 2nd, 2025


Meeting Link: meet.google.com/iiw-tpmh-bmg

Agenda

  1. ENS Labs Updates
  2. Project Highlights
  3. Review Upcoming Events
  4. ENSIP Updates
  5. Space for Service Providers
  6. Open Space for Additional Topics

1 Like

1. ENS Labs Updates

  • 84 projects at ETHGlobal India

2. Project Highlights

  • /

3. Review Upcoming Events

  • ETHGlobal India just wrapped up
    • The largest number of hackers ever hacked on ENS at this event
  • Upcoming events:
    • Hackathon: ETHRome, 10/17 - 10/19
    • Big presence: DevConnect (Social), 11/19 6-9pm
    • Hackathon: ETHGlobal Buenos Aires, 11/21 - 11/23

4. ENSIP Updates

  • ERC8004 spec is coming out soon
    • And it has ENS support! :partying_face:

5. Space for Service Providers

  • /

6. Open Space for Additional Topics

  • /