# VeChain Blockchain Specifications

* **Blockchain Name:** VeChainThor
* **Native Token: VET** (VeChain Token)
* **Native Token Digits:** 18
* **Gas Token:** VTHO (VeChainThor Energy)
* **Gas Token Digits:** 18
* **Gas Token Type:** ERC-20
* **Gas Token Contract Address:** 0x0000000000000000000000000000456E65726779
* **Consensus Mechanism:** Proof of Authority (PoA) 2.0
* **Address Format:** 0x (same as Ethereum)
* **Transaction Model:** Supports Multi-Clause Transactions (MCT) and Multi Task Transactions (MTT)
* **Transaction Finality:** 30-60 minutes (deterministic finality)
* **Block Explorer:** <https://explore.vechain.org/>
* **SLIP-44 Coin Type:** VET (818)
* **Block Time:** 10 seconds


---

# 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.vechain.org/developer-resources/evm-compatibility-for-developers/vechain-blockchain-specifications.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.
