Everything you need to resolve, register, and build with RHNS names.
A registration is one record on Robinhood Chain with two display forms: the native name.rbh and the ENS-compatible name.rname.eth. Both always share one owner because they are the same record. Labels are 3-63 characters of lowercase letters, digits, and hyphens (no leading or trailing hyphen). Names are rented per year, renewable up to ten years at a time, and protected by a 90-day grace period after expiry.
Registration is two transactions so nobody can watch the mempool and front-run your name. First you submit a commitment (a hash that reveals nothing), wait a short security period enforced onchain, then submit the registration with payment. Prices are set in USD per year by name length and paid in ETH at the live feed rate; any overpayment is refunded by the contract in the same transaction.
Reads are served from a PostgreSQL index of chain events, so they are fast and never depend on an RPC call. All endpoints are public and unauthenticated.
Every name carries an address record (defaults to the owner until set), free-form text records, and a contenthash. These text keys follow ENS conventions so existing tooling understands them:
Records are versioned onchain: if a name expires past grace and someone else registers it, the previous owner's records are wiped automatically. Reverse records self-invalidate too; an address only ever displays a primary name it still owns.
name.rname.eth resolves in any ENS-aware wallet through ENSIP-10 wildcard resolution and CCIP-read (ERC-3668), the architecture used by cb.id and uni.eth. The wallet queries Ethereum, the resolver defers to the RHNS gateway, the gateway answers from the registry and signs the response, and the resolver contract verifies that signature onchain. Supported queries: addr, addr with coinType 60, text, and contenthash.
Two contracts on Robinhood Chain plus one resolver on Ethereum. Source is verified on deployment.
Custom errors your transaction can revert with, exactly as the contracts define them:
Stuck? Contact support or check the FAQ.