# Archive

- [TOMOE](https://docs.viction.xyz/archive/tomoe.md)
- [How to Deploy a VRC25 Token on Viction](https://docs.viction.xyz/archive/how-to-deploy-a-trc25-token-on-viction.md)
- [How to deploy an ICO smart contract on Viction](https://docs.viction.xyz/archive/how-to-deploy-an-ico-smart-contract-on-viction.md)
- [How to deploy an NFT token](https://docs.viction.xyz/archive/how-to-deploy-a-nft-token.md): Create a unique ERC721-equivalent token (ie: CryptoKitties) on Viction!
- [An Example of Building a Dapp on Viction](https://docs.viction.xyz/archive/an-example-of-building-a-dapp-on-viction.md)
- [Migrate Ethereum Dapp to Viction](https://docs.viction.xyz/archive/migrate-ethereum-dapp-to-viction.md)
- [TomoMasterDAO](https://docs.viction.xyz/archive/tomomasterdao.md)
- [Introduction](https://docs.viction.xyz/archive/tomomasterdao/introduction.md)
- [Governance model](https://docs.viction.xyz/archive/tomomasterdao/governance-model.md)
- [On-Chain vs Off-Chain Voting](https://docs.viction.xyz/archive/tomomasterdao/governance-model/on-chain-vs-off-chain-voting.md)
- [Board](https://docs.viction.xyz/archive/tomomasterdao/governance-model/board.md)
- [Proposals](https://docs.viction.xyz/archive/tomomasterdao/governance-model/proposals.md)
- [Voting and Outcome](https://docs.viction.xyz/archive/tomomasterdao/governance-model/voting-and-outcome.md)
- [Tokenomics](https://docs.viction.xyz/archive/tomomasterdao/tokenomics.md)
- [How to utilize and trade tDAO](https://docs.viction.xyz/archive/tomomasterdao/how-to-utilize-and-trade-tdao.md)
- [Proposal guidelines for TomoMasterDAO](https://docs.viction.xyz/archive/tomomasterdao/proposal-guidelines-for-tomomasterdao.md)
- [Old Viction Testnet](https://docs.viction.xyz/archive/viction-testnet.md): The Testnet network is meant to be a public demo of products and a way for to test new features.
- [Deploy on Viction](https://docs.viction.xyz/archive/deploy-on-viction.md)
- [CLI Commands](https://docs.viction.xyz/archive/deploy-on-viction/cli-commands.md): This shows useful CLI commands for developers to work with the Viction client tomo.
- [Viction Private Testnet Setup](https://docs.viction.xyz/archive/deploy-on-viction/viction-private-testnet-setup.md): This tutorial shows how to set up a private Viction Testnet on a local machine. The purpose is to help developers to familiarise themselves with Viction's source code and initial setup.


---

# 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.viction.xyz/archive.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.
