# Old Viction Testnet

{% hint style="warning" %}
**Disclaimer**: We are in the process of transitioning; the new test-net end-points will be ready in the following weeks. You can, however, continue to utilize the following URLs to carry on the testing.
{% endhint %}

### Specifications

* Chain id: `89`
* RPC endpoint: `https://rpc.testnet.tomochain.com`
* Websocket endpoint: `wss://ws.testnet.tomochain.com`
* Metrics endpoint: `https://metrics.testnet.tomochain.com`
* HD derivation path: `m/44'/889'/0'/0/`
* Consensus: POSV
* Block finality: `>75%`
* Consensus nodes: up to 150 (masternodes)
* Solidity Compiler version: < 0.6.6

### Useful links

* [Status page](https://stats.testnet.tomochain.com/)
* [VicScan](https://testnet.tomoscan.io/) (Block explorer)
* [VicMaster](https://master.testnet.tomochain.com/) (Governance Dapp)
* [Faucet](https://faucet.testnet.tomochain.com/) (To request testnet VIC)
* [VicIssuer](https://issuer.testnet.tomochain.com/) ([Dashboard](https://medium.com/Viction/how-to-deploy-a-trc-21-token-on-Viction-in-a-few-clicks-d0290f918b9a) to issue your token)
* \[VicMaster smart contract]\(<https://testnet.tomoscan.io/address/0x0000000000000000000000000000000000000088>) (for staking and applying a new masternode)
* Wrapped Tokens: \[USDT]\(<https://testnet.tomoscan.io/address/0xc7ecCc9da22aBAAf9cfe311BFD9a55437eA05c2c>), \[ETH]\(<https://testnet.tomoscan.io/address/0xf55F13Fde623c00d6b0C7bfc6557735040aA6a08>), \[BTC]\(<https://testnet.tomoscan.io/address/0x11c2cAF973db997b8a9b5689b33962E1AedEA968>)

### For developers

Testnet is the best way to test smart contracts. Configure the deployment tool (truffle for example) to connect to the testnet and deploy new code without having to worry about fees.

### For investors and enthusiasts

The Testnet is the exact same ecosystem as that on the actual Mainnet.

### Bootnodes

```
enode://ba966140e161ad416a7bd7c75dc695e0a41232723e2b19cbbf651883ef5e8f2528801b17b9d63152814d219a58a4fcc3e3c877486e64057523f6714092348efa@51.159.20.13:30301
```

### Stats websocket secret

`bgfmsp2r7TgIYA2HW48SkBQE6L4CUc`

Host: wss\://stats.testnet.tomochain.com:443


---

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