# DeeLance Network

## DeeLance Network

- [Introducing DeeLance Blockchain](https://docs.deelance.com/introducing-deelance-blockchain.md)
- [What is Blockchain](https://docs.deelance.com/basic-knowledge/what-is-blockchain.md)
- [Overview](https://docs.deelance.com/welcome-to-deelance/overview.md)
- [About DeeLance](https://docs.deelance.com/welcome-to-deelance/about-deelance.md): Blockchain Built for Freelancers
- [Ecosystem](https://docs.deelance.com/welcome-to-deelance/ecosystem.md)
- [ERC20 DLANCE Token](https://docs.deelance.com/welcome-to-deelance/erc20-dlance-token.md)
- [Community](https://docs.deelance.com/welcome-to-deelance/community.md)
- [Add DeeLance to Metamask](https://docs.deelance.com/getting-started/add-deelance-to-metamask.md): Effortlessly Integrate DeeLance with MetaMask using the guide below.
- [Get Testnet Funds](https://docs.deelance.com/getting-started/get-testnet-funds.md)
- [Core Concepts](https://docs.deelance.com/getting-started/core-concepts.md)
- [Genesis File](https://docs.deelance.com/getting-started/core-concepts/genesis-file.md)
- [Consensus](https://docs.deelance.com/getting-started/core-concepts/consensus.md)
- [Proof of Stake (Pos)](https://docs.deelance.com/getting-started/core-concepts/proof-of-stake-pos.md)
- [Understanding pBFT](https://docs.deelance.com/getting-started/core-concepts/understanding-pbft.md)
- [Research ](https://docs.deelance.com/getting-started/core-concepts/research.md)
- [Scalability ](https://docs.deelance.com/getting-started/core-concepts/scalability.md)
- [Developer Guide](https://docs.deelance.com/getting-started/developer-guide.md)
- [RPC](https://docs.deelance.com/getting-started/developer-guide/rpc.md)
- [DeeLance Testnet](https://docs.deelance.com/getting-started/developer-guide/deelance-testnet.md)
- [Deelance Explorers](https://docs.deelance.com/getting-started/developer-guide/deelance-explorers.md)
- [Deploy Smart Contract](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract.md): Launch the DEE20 token on the Deelance Testnet utilizing cutting-edge technologies.
- [Using Remix IDE](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract/using-remix-ide.md): Setting up and launching a DRC20 Token Smart Contract on the Deelance Testnet using Remix IDE.
- [Using Truffle](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract/using-truffle.md): Setting up and launching anDRC20 Token Smart Contract on the Deelance Testnet using Truffle.
- [Using Hardhat](https://docs.deelance.com/getting-started/developer-guide/deploy-smart-contract/using-hardhat.md): Setting up and launching an DRC20 Token Smart Contract on the Deelance Testnet using Hardhat.
- [Dive Into DeeLance Move!](https://docs.deelance.com/dive-into-deelance-move.md): Explore DeeLance blockchain and get involved in enhancing and fostering its growth.
- [Overview](https://docs.deelance.com/staking/overview.md)
- [User Guide](https://docs.deelance.com/staking/user-guide.md)
- [Overview](https://docs.deelance.com/validator/overview.md)
- [Run validator](https://docs.deelance.com/validator/run-validator.md)
- [Create Validator](https://docs.deelance.com/validator/create-validator.md)
- [Secure Validator](https://docs.deelance.com/validator/secure-validator.md)
- [Node Operators](https://docs.deelance.com/node-operators.md)
- [Node Best Practices](https://docs.deelance.com/node-operators/node-best-practices.md)
- [Node Types](https://docs.deelance.com/node-operators/node-types.md)
- [Bootnodes](https://docs.deelance.com/node-operators/node-types/bootnodes.md)
- [Full Node](https://docs.deelance.com/node-operators/node-types/full-node.md)
- [Archive Nodes](https://docs.deelance.com/node-operators/node-types/archive-nodes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.deelance.com/introducing-deelance-blockchain.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.
