# Getting started

Delegating your DAG tokens allows you to earn rewards by supporting network validators without running a node yourself. Follow this step-by-step guide to begin delegating your DAG tokens on the Constellation Network.

***

### **Step 1: Prepare Your Wallet**

#### **1.1 Install a Compatible Wallet**

To delegate DAG, you need a compatible wallet that supports Constellation Network, such as Stargazer Wallet.

* If you don’t have Stargazer Wallet, [download and install it here](https://stargazerwallet.com/).
* Follow the instructions to set up a new wallet or import an existing one.

**1.2 Fund Your Wallet with DAG**

{% hint style="warning" %}
**If you're testing delegated staking on Integrationnet, make sure to:**

1. Open your Stargazer Wallet and switch the network to integrationne&#x74;**.**
2. Get some test DAG by using the integrationnet faucet:\
   <https://faucet.constellationnetwork.io/testnet/faucet/>**{your DAG wallet address}**

Just replace `{your DAG wallet address}` with your actual wallet address,&#x20;

3. Go to <https://integrationnet.dagexplorer.io/>

Once you’ve got some test DAG, you’re ready to stake and explore!
{% endhint %}

Ensure your wallet has enough DAG tokens for delegation.

* If you need DAG, check all the available options at  ["How to get DAG"](https://constellationnetwork.io/buy/).
* Confirm that your DAG balance appears correctly in your wallet.

***

### **Step 2: Access the DAG Explorer**

#### **2.1 Open DAG Explorer**

* Visit [DAG Explorer](https://mainnet.dagexplorer.io/) in your browser.
* Click on "[Delegated Staking](https://mainnet.dagexplorer.io/staking)" from the top menu.

<figure><img src="/files/mQTWHY99T7qvuVT975sC" alt="" width="375"><figcaption><p>DAG Explorer Landing Page</p></figcaption></figure>

#### **2.2 Connect Your Wallet**

* Click "Connect Wallet" at the top right corner.
* Select Stargazer Wallet and approve the connection.
* Your DAG balance and any previous delegations will now be visible.

***

### **Step 3: Choose a Validator**

#### **3.1 Browse Available Validators**

* Scroll through the list of validators.
* Use filters to find a validator by name, performance, or delegation fees.
* Click on a validator’s name to view details like total delegated DAG, commission rate, and validator description.

<figure><img src="/files/l2CDXjwxJz8CWKjtxsaQ" alt="" width="375"><figcaption><p>List of available validators</p></figcaption></figure>

#### **3.2 Select a Validator**

* Pick a validator that aligns with your preferences.
* Consider factors such as:
  * Validator Commission Rate (5%–10%) - This is the percentage the validator you selected will receive from your delegation rewards. Your initial delegated amount remains the same and is not affect by this comission&#x20;
  * Total Delegated DAG&#x20;
  * Metagraph (if delegating to a project validator)

***

### **Step 4: Delegate Your DAG**

#### **4.1 Initiate Delegation**

* Click the "Stake DAG" button on your chosen validator.
* A pop-up window will appear to enter your delegation amount.

<figure><img src="/files/A5zMLZrTJIIx4Ocu05Z1" alt="" width="375"><figcaption><p>Staking DAG to a Validator</p></figcaption></figure>

**4.2 Enter the Amount to Delegate**

* Type the amount of DAG you want to delegate.
* You can also use quick selection buttons (50%, Max) to allocate your DAG.
* Confirm that your available balance is sufficient.

#### **4.3 Confirm & Approve Transaction**

* Delegating DAG requires two transactions on the network
  * Lock DAG
  * Delegate to Validator
* Click "Lock DAG" to initiate delegation.
* Approve the transaction in your wallet.
* After the transaction is confirmed click "Delegate DAG"
* Wait for confirmation; your delegation will be recorded on the network.

<figure><img src="/files/Uoj31Sc7xS0BLAJBHyNF" alt="" width="375"><figcaption><p>Success modal for delegated staking</p></figcaption></figure>

Delegating DAG is a simple way to earn rewards and support the Constellation Network. By following this guide, you can securely delegate your DAG to any available node validator.\
\
Keep following this guide to learn how to monitor your rewards and manage your delegated positions efficiently!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.constellationnetwork.io/network-intro/dag-delegation/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
