# DeeLance Testnet

### What is the purpose of a Testnet?

A testnet (short for "test network") is an environment in which developers can test and experiment with new features and software without affecting the main network (mainnet). Testnets are parallel systems with their own native cryptocurrencies, which hold no real-world value, allowing for risk-free experimentation.

The validators on the testnet are mainly from the development team.

### What are the benefits of using the Deelance Testnet?

* **Setting Up and Exploring:**\
  Create your own test address and procure DeeLance testnet funds.
* **Safe Development and Testing:**\
  Build apps and walk through tutorials on DeeLance without risking real assets.
* **Stay Updated:**\
  Evaluate your applications against the latest DeeLance versions.
* **Data Analysis:**\
  Assess blockchain data on a concise, yet meaningful dataset distinct from the main network.

### How to get Testnet Funds? <a href="#how-to-get-testnet-fund" id="how-to-get-testnet-fund"></a>

The faucet dedicated to the DeeLance Testnet can be found [here](https://faucet.deelance.com/).

### DeeLance Testnet Explorers

* Deelance Explorer - <https://testnet.deelance.com/>

### RPC Endpoints

DeeLance RPC Endpoints (ChainID 455214):

* <https://testnet-rpc.deelance.com/>


---

# 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.deelance.com/getting-started/developer-guide/deelance-testnet.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.
