Delete Producer Registration
Register Form ↗ Rename Producer ↗ Privacy Policy ↗
Deterministic Ordering through Linear Iterations
Delete Your Registration
GDPR Article 17 erasure, self-service
This is a hard delete, and it cannot be undone. Your registry row — public key, username, network, claim timestamp and the signature that proved the claim — is removed from the database outright. There is no soft-delete flag, no archive and no restore. Database backups that still hold the row are pruned on the schedule in the operator runbook, currently 30 days. We cannot promise that no copy exists anywhere: that pruning is operator state on the host, and snapshots taken by the hosting provider are outside the registry's control. What the registry itself controls is the live database, and the row leaves it the moment the delete commits.

Your public key is then locked out of the registry for 30 days. Deleting writes a cool-off marker against the pubkey, and re-registration with that same key is refused until it expires. Your name is released immediately, so someone else can claim it while you wait.

If you only want a different name, rename instead — renaming keeps your registration and your claim on the key, and starts a 30-day rename cooldown rather than a 30-day registry lockout.
This page never asks for your private key. You sign a short message 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.

What is and is not deleted
DataAfter deletion
Public key, username, network, claim timestamp, signature, and the four internal bookkeeping timestamps (privacy policy §1)Erased from the database — every column of the row, not a subset
Public entry on the network dashboardThe row leaves the database at once. The public /names list is rebuilt at the origin at most once every 30 seconds and is served with Cache-Control: public, max-age=30, so a cached copy can outlive the row. The dashboard reads that list once per page load, so the entry stops appearing on a later load of that page — a dashboard already open keeps showing the old name until someone reloads it. A node in the dashboard's own built-in producer list keeps that built-in name; this delete does not touch it.
Cool-off marker (public key and two timestamps, nothing else)Kept 30 days, then auto-deleted
Your node, bond and block productionUntouched. This is a name registry only.

Deletion does not affect your producer node in any way. You keep producing blocks; the dashboard just shows your raw pubkey instead of a name. See the privacy policy for the full retention story.

1 Identify it

0 / 64

64 characters. Run doli ... info on your node and copy the value printed after “Public Key:”. Uppercase is folded to lowercase automatically.

Enter a full 64-character public key to see which registration will be erased.

Only used to build the wallet path in the command below. It is set for you once your key is found.

2 Sign it

Available once you generate a command above.

3 Erase it

Available once you generate a command above.