> 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-mainnet.md).

# Viction Mainnet

### Specifications

* Chain ID: `88 or 0x58`
* RPC endpoint: `https://rpc.viction.xyz`
* Websocket endpoint: `wss://ws.viction.xyz`
* HD derivation path: `m/44'/60'/0'/0/`
* Consensus: POSV
* Block finality: `>75%`
* Consensus nodes: up to 150 (masternodes)
* Genesis block date: `December 14th, 2018`
* Transaction fee: gas price 0.25 Gwei
* Solidity Compiler version: <= 0.8.17

### Other RPC Providers

* RockX: <https://access.rockx.com/product/viction-blockchain-api-for-web3-builders>
* BlockPi: <https://blockpi.io/viction>
* dRPC:
  * RPC endpoint: [`https://viction.drpc.org`](https://viction.drpc.org)
  * Websocket endpoint: wss\://viction.drpc.org

### Useful links

* [Status page](https://stats.viction.com/)
* [VicScan](https://www.vicscan.xyz/) (Block explorer)
* [VicMaster](https://vicmaster.xyz/) (Governance dApp)
* [VicIssuer](https://issuer.viction.xyz/) ([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://www.vicscan.xyz/address/0x0000000000000000000000000000000000000088) (for staking and applying a new masternode)

### Bootnodes

```
enode://98b06c30c631ab869c25b4836684b3de632ec7db60db34920095f8039cd49076913a64565dc4d8a06569bd84afa9553b95590ba3dd86263e3b9b5657463693a7@162.19.43.250:30301
enode://4c075010c7c1199240aea58a4e570b13af374a4aa2ed0219360c6017da34ca644706426ab2c75f1da00552ef4a40245ba043854d20e7c1873306023b6790bf03@15.235.228.11:30301
enode://477afcdf9581d0f38f00b2d0376bb536a3c71b13fcfa3d6039efb19c57a69e389b819efeb516609fe3eb3c90a8ffe620e62abaf481de6b07b873cad543a635fb@162.19.103.252:30301
enode://6a03f00972d02bc1f004fd05adf9384fb05a629e69ae894eebe1b55fe667a2313b595a180418f505948f99e5c66661229f8ea1d5c12aadb16433cae3122d1d8a@3.1.61.17:30301
enode://f799bf1da9f8b25891054913d876b1dcc301284fd001078239bcb5fb408078ac89741b8039f9adb0dfbfe72dca0b753e48099de3a059c3e23dc2402434ff8fd6@13.229.196.181:30301
enode://d3a79693bf18fd5136a4b1809193e28f94400b00a65a7f21c918876d986212c8031834b332f39fb8a814fb5e90f0e413fead6953d1aa23a839bba1224e285ed6@122.248.245.143:30301
```

### Stats websocket secret

`getty-site-pablo-auger-room-sos-blair-shin-whiz-delhi`

Host: stats.viction.xyz:443


---

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