Skip to main content

Delegating Stake

If you want to participate in staking but don't want to run your own infrastructure, you can delegate your tokens to professional operators who run sequencers on your behalf.

Before You Delegate

Understanding these concepts will help you choose the right operator:

How Delegation Works

When you delegate tokens to an operator:

  1. Your tokens are staked through the operator's validator
  2. The operator runs infrastructure on your behalf
  3. Rewards are shared between you and the operator based on their fee structure
  4. Slashing risk is shared - if the operator misbehaves, your delegated stake can be slashed

Choosing an Operator

When selecting an operator to delegate to, consider:

Performance Metrics

  • Uptime: How reliably does the operator maintain their infrastructure?
  • Attestation Rate: Do they consistently participate in consensus?
  • Slashing History: Have they been slashed before?

Economic Terms

  • Commission Rate: What percentage of rewards does the operator keep?
  • Minimum Delegation: Is there a minimum amount required?

Reputation

  • Track Record: How long have they been operating?
  • Community Standing: Are they known in the Aztec community?
  • Transparency: Do they communicate openly about their operations?

Delegation Process

Prerequisites

  • An Ethereum wallet that owns an Aztec Token Vault (the same wallet you connected during the token sale)
  • A Token Vault balance of at least 200,000 AZTEC tokens
Minimum Stake

You must stake a minimum of 200,000 AZTEC per validator — similar to how Ethereum requires 32 ETH per validator.

Step 1: Connect Your Wallet

Navigate to staking.aztec.network and click Connect Wallet. Connect the wallet that owns your Token Vaults.

The dashboard displays all your Token Vaults and an overview of the assets under your control. Click on any Token Vault to view details such as its vesting schedule.

Step 2: Navigate to the Stake Tab

Above the Token Vaults overview, select the Stake tab. You are presented with two options: Delegate and Self-Stake. Choose Delegate.

Stake tab showing delegate and self-stake options

With delegation, you pay a commission to a provider who runs a sequencer on your behalf. With self-stake, you run your own sequencer, pay no commission, and contribute directly to network decentralization. See the Sequencer Setup Guide if you prefer self-staking.

Transaction Queue

The following steps add transactions to a queue — nothing is submitted to the chain until you reach Step 9. At that point, Gnosis Safe wallets execute everything as a single batched transaction, while EOA wallets submit each transaction one by one.

Step 3: Choose a Provider

Click Choose Provider and inspect the delegation table to find your preferred operator. Click on any provider to view details including their contact information, commission rate, and capacity.

Delegation table showing available providers

Click delegate stake to continue.

Delegation operator

Greyed-out Providers

Some providers appear greyed out because they are not currently accepting delegations (usually because they have not registered enough sequencer keys). You can contact them directly or choose another provider.

Avoid Centralization

One of your responsibilities as a delegator is choosing good providers without overly centralizing the network. Avoid providers that already have very high staking concentration.

Step 4: Select Token Vault and Amount

Choose a Token Vault with at least 200,000 tokens available. Then select how much you want to delegate.

Your delegation amount is capped by:

  • The provider's remaining capacity (they must have registered enough keys to run additional validators), or
  • Your available token balance

whichever is lower.

Token vault selection and delegation amount

note

You cannot consolidate multiple Token Vaults into a single delegation. Each vault must be staked individually.

Step 5: Set Operator Address

The operator address controls block submissions for this vault. Confirm the address is correct — this determines who manages sequencer operations and receives reward attribution.

The staking dashboard defaults the operator to the connected wallet address. If you need a separate operator address for security separation, interact directly with the staking contracts via the CLI.

Click Add to Batch to continue.

One-time Action

Setting the operator address is a one-time action per Token Vault. If the vault already has an operator configured, this step is skipped automatically.

Step 6: Select Staking Version

Every Token Vault uses a Staker Contract that handles staking and unstaking operations. Governance may periodically approve new staker contract versions that add features (such as unstaking) or improve security.

On the Set Staker Version screen, upgrade to Latest to stay current with governance-approved contracts, or select a specific older version. The dashboard describes each version's capabilities.

Click Add to Batch to continue.

Staking version selection screen

One-time Action

Selecting the staking version is a one-time action per Token Vault. If the vault already has a staker version configured, this step is skipped automatically.

Step 7: Approve Tokens

Approve the staker contract to move funds from your Token Vault. Each validator requires 200,000 tokens, so the approval amount matches your delegation.

Step 8: Delegate

Review your delegation configuration and click Delegate / Add to Batch.

Step 9: Execute Batch

Review the full set of queued transactions and click Execute All.

Batch execution review screen

Subsequent Delegations

When you delegate again from a vault that already has an operator and staker version configured, Steps 5 and 6 are skipped — making future delegations faster.

Managing Your Delegation

Monitoring Performance

Keep track of your delegated stake:

  • Check operator uptime and performance
  • Monitor for any slashing events
  • Review reward distributions

Changing Operators

If you want to switch to a different operator:

  1. Initiate undelegation from your current operator
  2. Wait for the unbonding period
  3. Delegate to your new chosen operator

Voting with Delegated Stake

By default, when you delegate to an operator, they may vote on your behalf in governance decisions.

To maintain control over your votes:

  • Check if the operator allows custom voting preferences
  • Consider delegating voting power separately from stake
  • See Voting on Proposals for voting options

Next Steps