We are a community-based project and a native name service on Base. We are not affiliated with Coinbase or Base.

Web3 Username

Web3 naming (.base) for the next billion+ users on Base

.base

Developer Tools

Crafted for developers, by developers. We offer a range of integration options designed for smooth sailing from start to finish.

BNS SDK

Effortless .base integration with our developer-friendly SDK.

SimpleHash API

Instant access to Base Name Service, ENS, NFT data. Trusted by hundreds of Web3 leaders including Ledger, Coinbase, Brave.

QuickNode

QuickNode empowers over 200,000 top developers and companies. Resolve .base names with BNS add-on.

Blockscout

Blockscout is a full-featured, open-source blockchain explorer that utilized by 200+ networks. Resolve .base names with BENS API.

Ethers

Leverage the full potential of .base with the Ethers.js library

REST API

Base Name Service provides a free REST API for developers to integrate .base names.

// Import our SDK
import { BNS } from '@basename/core';

// Create an instance of BNS
const bns = new BNS({
rpcEndpoint: 'https://mainnet.base.org'
});

// Resolve .base name to address
const address = await bns.getAddress(name);

// Resolve address to primary .base name
const name = await bns.getName(address);


Builders from