# Getting Started with Shadow Network

### Connecting Your Wallet

To participate in Shadow Network, you need an EVM-compatible wallet connected to the platform’s dashboard.

* Step 1: Navigate to the [Shadow Network dashboard](https://dashboard.shadow-network.xyz).
* Step 2: Click “Connect Wallet” and select your preferred wallet (e.g. MetaMask).
* Step 3: Approve the connection, ensuring your wallet is configured for the Shadow Testnet.
* Security Tip: Always verify the URL and never share your private keys.

### Launching a Browser Node

The browser node is the simplest way to get started.

* **Step 1**: From the dashboard, select “Run Browser Node.”
* **Step 2**: When prompted, sign the provided message with your wallet to activate the node. This is a free action that confirms your intent to launch the node without incurring any transaction fees.
* **Step 3**: Monitor node status and SHDW earnings directly on the dashboard.
* **Note**: Browser nodes are resource-limited, resulting in lower rewards compared to CLI nodes.

### Next Steps

For higher rewards, consider setting up a CLI node (see Setting Up a CLI Node).


---

# 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.shadow-network.xyz/getting-started/publish-your-docs.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.
