Skip to main content
Namoshi is a decentralized identity system built on top of the Citrea blockchain. It consists of several interconnected smart contracts that handle registration, resolution, and name management.

Core Contract Addresses

These are the official Namoshi contracts deployed on Citrea Mainnet (Chain ID: 4114).

Technical Architecture

The Namoshi system is designed to be highly modular and upgradable.
  1. Registry: The single source of truth for ownership and resolver mappings.
  2. Registrars: Specialized contracts that own top-level domains (like .btc and .citrea) and issue subdomains to users.
  3. Resolvers: Standardized contracts that store the actual data (addresses, text records, avatars) associated with a name.
  4. Name Wrapper: A layer on top of the registry that enables advanced features like ERC-1155 compatibility and permission fuses.