Operation requirements
Three requirements govern an Arx node’s participation:- Registration stores the Arx node’s metadata, including its declared CU capacity (
cu_capacity_claim). Stake requirements govern activation and Cluster eligibility. - Activation requires the Node Operator to self-delegate at least 1,000 ARX. Additional self-delegation and third-party delegation increase the Arx node’s stake.
- Cluster eligibility requires the Arx node’s primary stake to meet a floor set by the Cluster’s mempool size:
Because activation already requires 1,000 ARX, that is the effective minimum for tiny, small, and medium Clusters. Large Clusters require 10,000 ARX. The program checks these requirements when a Cluster authority invites an Arx node and when the operator reduces its primary stake.
Delegation flow
Once activated, an Arx node can receive additional stake from its Node Operator and third-party delegators. Delegation increases its stake-weighted share of rewards and leader weight.Delegation mechanics
- Lockups: Delegated stake has a minimum lockup of four epochs. Primary stake has a minimum lockup of eight epochs.
- Maturation: A stake change joins the Arx node’s reward and leader totals after two epoch-settlement rotations through the pending-stake queue.
- Rewards: Each Arx node’s share is
pot × node_stake / cluster_total_stake, wherenode_stake = primary_stake + delegated_stake. - Recovery Peers: Recovery Peers receive a separate stake-weighted reward share for an MPC eXecution Environment (MXE) they support.
- Delegator payout: Delegators receive a pro-rata share of their Arx node’s rewards after the Node Operator’s percentage fee.
Epoch-based rewards
Rewards are settled by epoch. Withdrawing stake or switching a delegation to another Arx node follows the same maturation process. For computation charges, see Pricing and incentives.Fee allocation
When epoch settlement is current, computation revenue is allocated as:- 70% Cluster pot: Distributed stake-weighted to the Cluster’s Arx nodes.
- 20% Recovery Peer pot: Distributed stake-weighted to the MXE’s Recovery Peers.
- Protocol fee pool: Retains the remainder, including integer rounding.
Leader weight
Leader weights are refreshed during epoch settlement and use each Arx node’s primary plus delegated stake. The program applies the D’Hondt method across dispatches. When a valid leader choice is available, it can take one dispatch slot; otherwise priority-fee and account-lock ordering apply. This gives Arx nodes a stake-weighted opportunity to influence execution order without replacing the Cluster’s priority-fee market.Example workflow
To illustrate how the delegation process works:- A Node Operator self-delegates stake to activate an Arx node.
- Third-party delegators contribute additional stake.
- The Arx node executes computations with its Cluster and accrues a stake-weighted share of the Cluster reward pot.
- Epoch settlement records claims, which delegators can withdraw to a destination account.
- Arx nodes need sufficient stake to activate and join Clusters.
- Rewards are distributed stake-weighted across Cluster members and MXE Recovery Peers.
- Stake changes have minimum lockups and mature through epoch settlement.