> For the complete documentation index, see [llms.txt](https://docs.viction.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.viction.xyz/general/network-information/viction-testnet.md).

# Viction Testnet

### Specifications

* **ChainID**: `89`
* **RPC endpoint**:  `https://rpc-testnet.viction.xyz`
* **Websocket endpoint**: `wss://ws-testnet.viction.xyz`
* **HD derivation path**: `m/44'/60'/0'/0/`
* **Consensus**: POSV
* **Block finality**: `>75%`
* **Consensus nodes**: up to 150 (masternodes)
* **Solidity Compiler version**: <= 0.8.17

### Useful links

#### Stats page

[`https://stats-testnet.viction.xyz/`](https://stats-testnet.viction.xyz/)

#### Block Explorer

[`https://testnet.vicscan.xyz`](https://testnet.vicscan.xyz)

#### Governance Dapp

[`https://master-testnet.viction.xyz/`](https://master-testnet.viction.xyz/)

**VICMaster Smart Contract**: for staking and applying a new masternode [`https://testnet.vicscan.xyz/address/0x0000000000000000000000000000000000000088`](https://testnet.vicscan.xyz/address/0x0000000000000000000000000000000000000088)

#### Faucet

[`https://faucet-testnet.viction.xyz`](https://faucet-testnet.viction.xyz)

#### VIC Issuer

[`https://issuer-testnet.viction.xyz/`](https://issuer-testnet.viction.xyz/)

### Bootnodes

<pre><code>enode://77c303c0d7cd03cb0fcfee0b7fc1b162d2fcaf667dc23b416e631196c8d7bed9b937944372b4673bc3d8dcede4b37bf8e7e8855bbda76c96bba3fb573a10f1ad@162.19.43.250:30304
enode://b9b5f61ab47f3681e75240d8b86d05ab451cd47f206d1d3cb69a87c71491236cec10b8a7740ec88616199d6a76d309f41a647e2802a63a8e449773ee3a920ba4@15.235.228.11:30304
<strong>enode://0f41c53da72e07e3514efd7ce9e3f758acc2066d8ae66955e540620f7108fff91f8ebdc734b89dca14db2a70cdaf8c957579ec94e3dfdfe91b2923272f1cc099@13.214.64.64:30601
</strong></code></pre>

### Stats websocket secret

`bgfmsp2r7TgIYA2HW48SkBQE6L4CUc`

Host: wss\://stats-testnet.viction.xyz:443

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

###


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.viction.xyz/general/network-information/viction-testnet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
