# Tan Docs

## Tan Docs

- [📚INTRODUCTION](https://docs.tan.live/introduction.md)
- [BASIC KNOWLEDGE](https://docs.tan.live/basic-knowledge.md)
- [🌐⛓️What is Blockchain](https://docs.tan.live/basic-knowledge/what-is-blockchain.md)
- [EVM](https://docs.tan.live/basic-knowledge/evm.md)
- [💻Node](https://docs.tan.live/basic-knowledge/node.md)
- [WELCOME TO TAN NETWORK](https://docs.tan.live/welcome-to-tan-network.md)
- [💡About TAN](https://docs.tan.live/welcome-to-tan-network/about-tan.md)
- [🪙TAN (Native Coin of  Tan)](https://docs.tan.live/welcome-to-tan-network/tan-native-coin-of-tan.md)
- [🫂Community](https://docs.tan.live/welcome-to-tan-network/community.md)
- [GETTING STARTED](https://docs.tan.live/getting-started.md)
- [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)
- [Governance](https://docs.tan.live/governance.md)
- [TAN Improvement Proposal](https://docs.tan.live/governance/tan-improvement-proposal.md)
- [❓FAQ's](https://docs.tan.live/faqs.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.tan.live/introduction.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.
