Skip to main content

Регистрация Оператора

Download Subspace Node

Download Subspace Node for your respective operating system.

Taurus Network Only

Currently, only running and registering an operator on the Taurus testnet is supported.

Выбор правильного домена

An operator needs to register on a specific domain and create a key pair to participate in bundle production. Autonomys is currently using domain 0 for the EVM domain. More domains will be available in the future. It is possible to register an operator for each domain, but each operator will require running its own node. Currently operators can only be registered on the Taurus network.

tip

Any account with the minimum operator stake of 100 tAI3 can become an operator.

Создать ключ оператора

Оператору нужна пара ключей для участия в производстве пакетов.

To create a new operator key, run the following command:

Replace these placeholders
  • <BASE_PATH>: Path to store node data
  • <DOMAIN_ID>: Domain ID you want to operate on (e.g., 0 for EVM domain)
./subspace-node-ubuntu-x86_64-skylake-taurus-2025-may-27 domain key create --base-path "<BASE_PATH>" --domain-id "<DOMAIN_ID>"
tip

Оператор отвечает за поиск правильного идентификатора домена, на который он хочет работать.

Вы успешно сгенерировали ключ оператора, поздравляем!

note

Обязательно запишите и надежно сохраните распечатанную исходную фразу. В случае утечки или кражи информации ставки как для вашего оператора, так и для номинатора могут быть снижены.

The keys were generated in the subfolder of <BASE_PATH>/domains/<DOMAIN_ID>/keystore. If you don't see the generated keypair in the subfolder, something went wrong.

Запуск ноды оператора домена

Нода оператора домена работает со встроенной нодой консенсуса, поэтому необходимо указать параметры как для ноды консенсуса, так и для ноды оператора домена:

note

В настоящее время цепочка домена не поддерживает синхронизацию от нод других операторов; она должна быть детерминированно получена из цепочки консенсуса блок за блоком.

info

You need to wipe and sync your node from genesis block without using snap sync, since you need to sync both consensus and domain chains. You do not need to wipe any existing farms.

tip

You can ignore setting up <OPERATOR_ID> while you're syncing your node as you won't have an operator id until you have registered your operator. Make sure to set it after syncing and registration by replacing <OPERATOR_ID> with your operator_id obtained when registering the operator.

Replace these placeholders
  • <NAME>: Your node name for telemetry
  • <BASE_PATH>: Path to store node data
  • <DOMAIN_ID>: Domain ID you want to operate on
  • <OPERATOR_ID>: Your operator ID (obtained after registration)
subspace-node-windows-x86_64-skylake-taurus-2025-may-27.exe run `
--chain taurus `
--name "<NAME>" `
--base-path "<BASE_PATH>" `
--sync full `
-- `
--domain-id "<DOMAIN_ID>" `
--operator-id "<OPERATOR_ID>"

Вы должны увидеть, что нода успешно запущена и начала синхронизацию.

Staking-13

Регистрация оператора в домене

info

It's crucial to fully sync your node before registering as an operator. Please follow the commands in the Start the domain operator node section and only register as an operator once your node is fully synced. If many operators are registered but their nodes are still syncing or offline, it can adversely affect the speed of block production in the domain. You are required to have at least 100 tAI3 in order to register your operator. You can obtain tAI3 by farming on the taurus network.

Register an operator using Autonomys Staking interface

  1. Proceed to the staking tab on Astral and make sure you have the Tarus network selected.

NStaking-19

  1. Next, connect your wallet.

NStaking-1

  1. Select the wallet you would like to connect. SubWallet, NovaWallet, and Talisman wallets are supported.

NStaking-2

  1. Введите пароль для подключения Вашего кошелька.

NStaking-3

  1. Select the account you'd like to use from the dropdown menu. You can click the button in the upper left corner to see available and locked (staked) token balances for the selected account.

NStaking-4

NStaking-5

  1. While still on the Staking tab, select Register Operator.

NStaking-6

  1. Select your Domain (It will default to Auto EVM), Signing key, Amount to Stake, Nominator Tax, a Minimum Nominator Stake, and then click on the Register Operator button at the bottom of the page.
info

Make sure to specify a Minimum Nominator Stake of at least 1 tAI3 and to use the operator key generated on the previous Create operator key step.

  1. Подтвердите запрос во всплывающем окне.

NStaking-9

  1. Поздравляем, вы зарегистрировались как оператор! Пока всё ещё на вкладке «Staking», выберите Operators, а затем переключитесь на My nominations, чтобы увидеть вашего оператора и получить идентификатор оператора.

NStaking-10

info

It will take until the end of an epoch for the operator to be registered and appear on the page. Once you have your Operator Id you can restart your operator node and include the --operator-id **OPERATOR_ID** as a parameter.

Increasing Stake

  1. To Increase your existing operator stake, you can click on the Nominate button next to your operator either from the Operators page or the My Nominations page.

  2. Choose an amount to stake and click on the Nominate button on the pop-up.

NStaking-11

  1. After approving the transaction, you will then see a pending transaction under your operator that should be completed at the end of an epoch

NStaking-12

Decreasing Stake

  1. To decrease your existing operator stake, you can click on the Withdraw button next to your operator on the My Nominations page.

NStaking-13

  1. Use the slider to determine what percentage of your stake you wish to withdraw.

NStaking-14

  1. Click on the Withdraw button to confirm the withdrawal and approve the transaction.

  2. You will then see a pending transaction for the withdrawal.

NStaking-15

Your funds will be automatically withdrawn after 14,400 domain blocks (can be from 1-2 days depending on block production speed).

  1. After the withdraw is complete, you will want to click on the Unlock Funds button.

NStaking-16

  1. Next confirm the unlock in the pop-up by pressing the Unlock Funds button. Your funds should now by unlocked and available for use.

NStaking-17

Staking Epoch

A staking epoch is a period of time during which staking distribution remains the same. This period is currently set to 100 blocks (~10 minutes). The end of each epoch triggers a series of events to transition to the next epoch. These events include:

  • allocation of fees earned for the blocks confirmed during the epoch

  • deposits and withdrawals of stake

  • operator registrations and de-registrations

  • recalculation of stake distribution for the slot leader election