Register Producer Name
Signature Ed25519
Guide Producer Setup ↗ Rename Producer ↗ Delete Registration ↗ Privacy Policy ↗
Deterministic Ordering through Linear Iterations
Register as a Producer
Claim a human-readable name for your node
This page never asks for your private key. You sign a short claim on your own machine and paste back only the signature.
Why this matters

Your producer signing key is the same key your node signs blocks with. No website should ever ask for it — including this one. Signing is offline and read-only: it never contacts the node or the network, and needs no restart.

Do I need this? What this does and doesn't do

You must already be running a DOLI producer node — your pubkey has to be in the active set. This form only registers a friendly name; it does not create the node or the bond. See the Producer Guide if you have not set up a node yet.

The registry maps your Ed25519 pubkey to a username. You prove ownership by signing a short message with your node's signing key. The backend then, in this order:

  1. Checks the username is 3–32 characters drawn from a–z 0–9 _ - . and that the signed command is no more than 5 minutes old.
  2. Applies two rate limits — one on your IP address, one on your pubkey — and refuses a signed command it has already accepted once.
  3. Checks the username is not on the reserved list.
  4. Verifies the signature against the pubkey in the request.
  5. Checks that pubkey is in the active producer set, fetched from the DOLI node. A producer list too stale to trust is refused rather than guessed at.
  6. Checks the pubkey is not inside a 30-day post-deletion lockout.
  7. Writes the row, refusing it if that pubkey, or that username ignoring case, is already in the registry.

Any of those can refuse the claim, and every refusal comes back with the same body: the registry does not say which check failed, so this form cannot be used to discover which names or keys exist. When it happens the page lists the common causes.

If they all pass, the name is yours — immediately and permanently. There is no waiting period, and nothing will ask you to confirm after you submit — the acknowledgement tickbox in step 3 is the last thing between you and a permanent claim. Two signed actions can release it afterwards, and they cost very differently: rename keeps your registration and starts a 30-day rename cooldown, while delete erases the whole row and locks that public key out of registering again for 30 days. Renaming is the cheaper correction; either way the name you leave behind becomes claimable by anyone as soon as the change lands. Choose the name you want before you submit.

No address, contact detail or other personal identifier is asked for or stored. See the privacy policy for exactly what is kept and for how long.

1 Name it

3–32 characters · letters, numbers, _ . -

2 Sign it

Available once you generate a command above.

3 Register it

Available once you generate a command above.

Already registered?

Both of these are signature-gated exactly the way this page is — you sign a short message with doli sign on your own machine and paste back the signature. Neither ever asks for a private key.

  • Rename your producer — change the display name attached to your key. Allowed once every 30 days, applied immediately.
  • Delete your registration — GDPR Article 17 erasure of your registry record. Permanent, and the key cannot re-register for 30 days.