# GETTING STARTED

- [Developer Guide](https://docs.tan.live/getting-started/developer-guide.md)
- [Nodes And Validators](https://docs.tan.live/getting-started/developer-guide/nodes-and-validators.md)
- [⬇️Install TAN-Chain](https://docs.tan.live/getting-started/developer-guide/nodes-and-validators/install-tan-chain.md)
- [Full Node Instructions](https://docs.tan.live/getting-started/developer-guide/nodes-and-validators/full-node-instructions.md)
- [🔏How to Stake TAN?](https://docs.tan.live/getting-started/developer-guide/nodes-and-validators/how-to-stake-tan.md)
- [Become a Validator🤝](https://docs.tan.live/getting-started/developer-guide/nodes-and-validators/become-a-validator.md)
- [🔓How to Unstake TAN?](https://docs.tan.live/getting-started/developer-guide/nodes-and-validators/how-to-unstake-tan.md)
- [RPC](https://docs.tan.live/getting-started/developer-guide/rpc.md)
- [TAN Testnet](https://docs.tan.live/getting-started/developer-guide/tan-testnet.md)
- [TAN explorers](https://docs.tan.live/getting-started/developer-guide/tan-explorers.md)
- [Deploy Smart Contracts](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts.md)
- [TEP-20](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-20.md)
- [Using Remix ide](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-20/using-remix-ide.md)
- [Using Truffle](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-20/using-truffle.md)
- [Using Hardhat](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-20/using-hardhat.md)
- [TEP-721](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-721.md)
- [Using Remix ide](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-721/using-remix-ide.md)
- [Using Truffle](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-721/using-truffle.md)
- [Using Hardhat](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-721/using-hardhat.md)
- [TEP-1155](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-1155.md)
- [Using Remix ide](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-1155/using-remix-ide.md)
- [Using Truffle](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-1155/using-truffle.md)
- [Using Hardhat](https://docs.tan.live/getting-started/developer-guide/deploy-smart-contracts/tep-1155/using-hardhat.md)
- [🦊Add TAN to Metamask](https://docs.tan.live/getting-started/add-tan-to-metamask.md)
- [🪙Get Testnet Funds](https://docs.tan.live/getting-started/get-testnet-funds.md)
- [Core Concepts](https://docs.tan.live/getting-started/core-concepts.md)
- [Genesis File](https://docs.tan.live/getting-started/core-concepts/genesis-file.md)
- [Consensus](https://docs.tan.live/getting-started/core-concepts/consensus.md)
- [Proof of Stake(Pos)](https://docs.tan.live/getting-started/core-concepts/proof-of-stake-pos.md)
- [TAN Consensus(BPoS)](https://docs.tan.live/getting-started/core-concepts/tan-consensus-bpos.md)
- [Validators Reward](https://docs.tan.live/getting-started/core-concepts/tan-consensus-bpos/validators-reward.md)
- [Burn Subsidy](https://docs.tan.live/getting-started/core-concepts/tan-consensus-bpos/burn-subsidy.md)
- [Ecosystem Incetives](https://docs.tan.live/getting-started/core-concepts/tan-consensus-bpos/ecosystem-incetives.md)
- [Scalability](https://docs.tan.live/getting-started/core-concepts/scalability.md)


---

# 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.tan.live/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.
