Constellation Network
IntroductionFundamentalsFor DevelopersNode Validators
  • Index
  • Validator Node Guides
    • πŸ’°Delegated Staking
      • What is delegated staking?​
      • For Node Operators
      • Understanding Delegated Staking
      • Prerequisites
      • Create Delegated Staking Configuration
      • First Time Configuration
      • Modify Existing Configuration
      • Add/Update Delegating Staking Parameters
      • Update Delegated Staking
      • Duplicate Update
      • Status Command
    • 🚧Build Your Node
      • Create Discord Account
      • πŸ—’οΈNode Operator Notes
      • βš™οΈNode Specifications
      • 🚧Generic Build a VPS Guide
      • ☁️Cloud Provider Specific
        • 🚧Build AWS EC2 Instance
        • 🚧Build DigitalOcean Droplet
        • 🚧Build Hetzner Server
      • πŸš‰First Time Connection Guide
      • πŸ’½The nodectl utility
      • Download nodectl
      • πŸ—οΈTurn your VPS into a Node
        • 🚩Node Prerequisites
        • πŸ‡Quick Install Guide
        • 🎨Normal Install Guide
        • πŸ› οΈManual Installation
      • πŸ†Authorize to Join Hypergraph or metagaph
    • πŸ’°Collateralize Your Node
    • 1️⃣First Time Cluster Connection
    • πŸ’«Enable Auto Restart
    • πŸ“‚Operational Guides
      • ♻️Restart Validator Node Guide
      • 🐎Upgrade Tessellation Quick Start
      • 🏭Upgrade Tessellation Guide
      • πŸ—οΈReinstallation Guide
      • ♻️Backup/Restore a P12 KeyStore
      • πŸš‹Migrate V1 to V2 - P12 Keystore
      • πŸ›«Upgrade nodectl Version
      • 🚨Alerting & Reporting Setup Guide
    • πŸ› οΈTroubleshooting Guides
      • πŸ—οΈTroubleshoot SSH Connection
      • πŸ’½Troubleshoot nodectl upgrade
      • ⛰️Troubleshoot EdgePointDown Message
      • 🚨Troubleshoot Node Alerting
  • πŸ‘‘MainNet
    • MainNet & IntegrationNet Quick Start Guide
    • 🚧Upgrade Tessellation to v3
    • 🦌Migrate an IntegrationNet Node to MainNet
  • πŸ₯…IntegrationNet
    • πŸ§ͺIntegrationNet Quick Start Guide
  • Metagraphs
    • πŸšͺDor metagraph
      • πŸšͺDor Validator Onboard Guide
      • πŸšͺUnderstanding Rewards
      • πŸšͺTechnical Procedures
        • πŸšͺBuild Dor Validator Node
  • πŸ“šReferences
    • πŸ“šnodectl Command Reference
    • Firewall Settings Table
    • πŸ”SSH Remote Access
      • πŸ”‘Create SSH Keys
      • πŸ“Upload SSH Public Key
      • πŸ”Securing SSH Access
      • ♻️How to SSH into VPS
    • 🍴Node Fork Types
    • πŸ—οΈP12 Keystore
    • 🏐Tarball
    • πŸ’»Virtual Private Server
  • GitHub nodectl utility
  • Lattice Dashboard
Powered by GitBook

Main

  • Website
  • Get DAG
  • Explore Projects
  • Partners

Socials

  • Telegram
  • Discord
  • X (Twitter)

Tools

  • Wallet
  • DAG Explorer
  • Coingecko

Β© 2025 CONSTELLATION NETWORK

On this page
  • High Level Flow
  • How Commission Works

Was this helpful?

Export as PDF
  1. Validator Node Guides
  2. Delegated Staking

Understanding Delegated Staking

PreviousFor Node OperatorsNextPrerequisites

Last updated 2 months ago

Was this helpful?

Since delegated staking is a financial decision, the configurator will not automatically commit your node to become available for delegated staking.

Delegated staking is permanent and cannot be disabled once it has been enabled.

There are no downsides to enabling delegated staking it simply allows you to earn additional rewards without impacting your existing node operations.

High Level Flow

This is the logical flow of how delegation works on your node.

1

Create a Configuration

You will log into your node and go through the necessary steps to build a configuration file that lives locally on your node.

2

Update

You will instruct nodectl to:

  • Pull your local configuration.

  • Formulate a signed authorization request to delegate.

  • Push (POST) signed request to the metagraph.

  • Review the results of your delegation request.

3

Future Updates

  • Update your local configuration to your new setting requirements.

  • Repeat Step 2.

How Commission Works

βœ… Key Point: Collateral Requirement

To operate a node, you are required to allocate 250,000 $DAG as collateral. You will earn 100% of the rewards generated by your own collateralβ€”these rewards are exclusively yours and are not shared.

πŸ‘₯ Delegators and Additional $DAG

When other community members choose to delegate their $DAG to your node, the total amount delegated is added to your node's effective stake, increasing your node's influence and overall earning potential.

Example: Understanding Rewards from Delegation

Let’s say delegators collectively point X $DAG at your node.

  • Your node will now earn additional rewards based on this delegated stake.

  • You will receive a commission (a percentage you set between 5–10%) from the rewards generated by the delegated X $DAG.

  • The remaining rewards go back to the delegators, proportional to their contribution.

In Our Example

  • Let's say: 800 $DAG was earned in total from X $DAG delegated to your node for you and your delegators. This does not include rewards earned from your original 250,000 $DAG staked as collateral on your node.

  • You set a 10% commission charge.

Earning Type
Daily Earned
Commission Set
Your Earnings
Delegator Earnings

Delegated Staking

800 $DAG

10%

80 $DAG

720 $DAG

Your Node's Collateral

600 $DAG

0%

600 $DAG

0 $DAG

Total

1,400 $DAG

680 $DAG

720 $DAG

πŸ’°
πŸ’°