# Getting Started

Welcome to DeepSafe!&#x20;

### Overview

Here are the key steps to familiarize yourself with **DeepSafe**:

1. [**Network Information**](/develop-guide/network-configuration.md)**:** Get to know the chain configuration information of DeepSafe.
2. [**Wallet Setup**](/develop-guide/wallet-setup.md)**:** Set up your EVM wallet like MetaMask to handle Token(DEF) on DeepSafe.

### Node Related

1. [**Hardware**](/develop-guide/hardware.md): Get to know the requirements of the hardware for the node and CRVA.
2. [**CRVA Maintaining**](/user-guide/crva-maintaining.md): How to set up the code script of node service step by step.
3. [**CRVA Farming**](/user-guide/crva-farming.md): How to run or join the node service and manage the node.

### Useful Links

* Explorer：

Blockchain Explorer: <https://scan.deepsafe.network>

CRVA Explorer [https://scan.deepsafe.network/crvas](https://scan.deepsafe.network/dhcs/)

CRVA Farming <https://crva.deepsafe.network/>


---

# 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.deepsafe.network/user-guide/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.
