Skip to main content
All CollectionsHandles Club
How does Handles Club work?
How does Handles Club work?

Technical details describing how Handles Club works

Updated over 2 months ago

When registering a handle at Handles Club we create a link between the Bluesky profile and the handle in our database using the Bluesky account's Decentralized ID (did) which is an immutable (never changing) value. The link remains in place forever. The database looks a little something like this:

handle

did

active

example.on.computer

did:plc:o7qbygai4phi6dxzhmyqplyh

βœ…

example.and.cat

did:plc:o7qbygai4phi6dxzhmyqplyh

❌

When a user adds a handle to Bluesky via their account settings, Bluesky visits a special URL to find out which Bluesky profile (did) the handle belongs to. For example, if a Bluesky user tries to add example.on.computer to their Bluesky profile, Bluesky will visit example.on.computer/.well-known/atproto-did to compare the did (which is taken from our database) and if the values match, Bluesky will update the profile's handle.

Handles Club is powered by handles.net which provides a handle directory for every domain name. Visit the public directory for each Handles Club domain by clicking on the "registered" link for each domain on Handles Club.

Did this answer your question?