From ed43a13bc045e5de6e07c6cc345daadf84524626 Mon Sep 17 00:00:00 2001 From: epoberezkin Date: Sat, 4 Jul 2026 12:27:16 +0000 Subject: [PATCH] deploy: ff58dbd6dfb6f5d53783643522e7292cbd7efd63 --- docs/guide/readme.html | 1 + docs/guide/register-simplex-name.html | 1071 +++++++++++++++++++++++++ 2 files changed, 1072 insertions(+) create mode 100644 docs/guide/register-simplex-name.html diff --git a/docs/guide/readme.html b/docs/guide/readme.html index fd97e0916c..f69336ac25 100644 --- a/docs/guide/readme.html +++ b/docs/guide/readme.html @@ -806,6 +806,7 @@ window.addEventListener('click',(e)=>{
  • Secret groups
  • Channel webpage
  • Chat profiles
  • +
  • Registering a SimpleX name
  • Managing data
  • Audio & video calls
  • Privacy & security
  • diff --git a/docs/guide/register-simplex-name.html b/docs/guide/register-simplex-name.html new file mode 100644 index 0000000000..e63dfdb6da --- /dev/null +++ b/docs/guide/register-simplex-name.html @@ -0,0 +1,1071 @@ + + + + + + + + + + + Registering a SimpleX name + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + +
    + + + + +
    +
    +
    + +
    + + + + +

    Registering a SimpleX name

    +

    A SimpleX name lets people reach you by typing a short @name instead of pasting
    +a long link. You register the name on a website and add your SimpleX link to it,
    +then claim the name in the app, to connect it with your SimpleX address or
    +channel name.

    +
    +

    Names currently run on a testing network. The registration page is
    +testing-names.simplex.chat and names end
    +in .testing. The steps stay the same when the main names launch.

    +
    +

    What you need

    +
      +
    • A crypto wallet such as MetaMask.
    • +
    • The SimpleX app.
    • +
    • A link for the name to open: your contact address (for one-to-one chats),
      +your channel link (to join a channel), or both.
    • +
    +

    How it works

    +

    Setting up a name takes two parts. On the website you register the name and add
    +your link, so people can find your link by name. In the app you set the same name
    +on your profile - to prevent any other names from opening your profile or channel.

    +

    Steps to register a SimpleX name

    +

    Step 1. Create a wallet

    +

    Install MetaMask (browser extension or mobile app) and create a wallet. Write
    +down your recovery phrase somewhere safe and offline, as anyone with that phrase
    +controls your names.

    +

    On the testing network you need a small amount of test ETH to pay network fees.

    + +

    Open the registration page and tap Connect to link your wallet. Type the
    +name you want in Search for a name and open it. Choose how many years to
    +register for, then tap Next. Names are currently 6 characters or more, and
    +some names are reserved.

    +

    Register your name and choose the registration period

    +

    On Create your profile, paste your SimpleX link into the matching field:

    +

    Create your profile

    +
      +
    • SimpleX contact for one-to-one chats. Copy your address from the app
      +(Create SimpleX address) and paste it here. People reach it with @name.
    • +
    • SimpleX channel for a channel. Copy your Channel link and paste it here.
      +People join it with #name.
    • +
    • Advanced usage: fill both to use one name for your chat (@name) and your
      +channel (#name).
    • +
    +

    Then tap Next.

    +

    Finally, tap Begin and complete the three steps the site shows:

    +
    +

    Before we start. Registering your name takes three steps:

    +
      +
    1. Complete a transaction to begin the timer.
    2. +
    3. Wait 60 seconds for the timer to complete.
    4. +
    5. Complete a second transaction to secure your name.
    6. +
    +
    +

    These two transactions protect the name you are registering. The first records
    +only a secret code for the name, not the name itself, so nobody watching the
    +blockchain can see which name you want. The wait lets that first transaction
    +settle, and the second transaction then reveals and claims the name. Without this
    +two-step process, someone could see your registration in progress and grab the
    +name before you.

    +

    The three steps to secure your name

    +

    Step 3. Check what the app sees

    +

    Copy your #name.testing (or @name.testing). Paste the name into the search bar, or simply type it.

    +

    The app reports that the name is registered but not yet added to your profile:

    +
    +

    Unconfirmed name. The SimpleX name is registered, but not added to profile.
    +Please add it to your address or channel profile, if you are the owner.

    +
    +

    This is expected, and confirms the name points at your link. The next step
    +finishes the setup.

    +

    Step 4. Claim the name in the app

    +

    Set the name on the same profile the record points at.

    +
      +
    • For your contact address, open your SimpleX address, tap Your SimpleX
      +name
      , enter the name, and save.
    • +
    • For your channel, open the channel information, tap SimpleX name (below
      +Channel link), enter the name, and save.
    • +
    +

    This proves to people who connect to you that #name.testing (or @name.testing) is your name.

    +

    Step 5. Connect by name

    +

    On another device, copy #name.testing (or @name.testing). Paste the name into the search bar, or simply type it. This time the app connects, and the name
    +shows a check mark next to it.

    +

    You can paste the name in your own device too - the app will warn you that it is your own name.

    +

    Anyone can now reach you by name, and their app confirms it is really you.

    +

    If something doesn't work

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    MessageMeaningFix
    Unconfirmed nameThe name points at a link, but the link's profile does not claim the name yet.Do step 4: set the name on the profile it points at.
    Name not foundNo name is registered.Check the spelling, or register it (step 2).
    No valid linkThe name has no contact or channel link.Add a link to the name on the website, on its Records tab.
    Error saving nameYou tried to claim a name that has no matching link on the website.Add your contact address or channel link to the name, then set the name again.
    None of your servers are set to resolve SimpleX namesNo server in the app is set to resolve names.In server settings, turn on To resolve names for a server.
    +

    See also

    + +
    +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file