| Authors | VeChain Foundation |
|---|---|
| Year | 2020 |
| Project | VeChain |
| License | MIT |
| Official Source | https://vechain.org/whitepaper/ |
This page is an educational summary and analysis of an official whitepaper or technical paper, written for reference purposes. It is not a verbatim reproduction. CryptoGloss does not claim authorship of the original work. All intellectual property rights remain with the original author(s). The official document is linked above.
VeChain is an enterprise-focused blockchain platform described in a 2020 whitepaper by the VeChain Foundation. Originally launched in 2015 as part of Bitse Group (one of China’s largest Bitcoin companies at the time), VeChain rebranded to VeChainThor in 2018 when it launched its own mainnet.
VeChain’s distinctive design choices:
- Dual-token model: VET (value transfer, governance) and VTHO (gas for transactions), generated passively from holding VET
- Proof of Authority (PoA): 101 hand-selected Authority Masternodes produce blocks — prioritizing enterprise-grade reliability over decentralization
- Enterprise supply chain focus: NFC/RFID chip integration, product lifecycle tracking, and smart contract-enforced provenance verification
> Whitepaper: vechain.org/whitepaper/
Publication and Context
VeChain was co-founded by Sunny Lu (former CIO of Louis Vuitton China) and Jay Zhang. The enterprise background was deliberate: large brand names care about counterfeiting, supply chain fraud, and regulatory compliance. These problems benefit from immutable on-chain records.
Early partnerships (2017–2018): DNV GL (now DNV, a certification body), PricewaterhouseCoopers (PwC), BMW, Walmart China, LVMH, and Givenchy announced VeChain integrations of varying depth. These partnerships drove VEN (then ERC-20) and later VET to significant market caps.
Mainnet migration (June 2018): VeChain Token (VEN) swapped to VET on the new VeChainThor mainnet.
Dual-Token Economic Model
VET (VeChain Token)
- Transferred between users to represent value/transactions
- Holding VET generates VTHO passively over time (rate: 0.000432 VTHO per VET per day)
VTHO (VeThor Energy)
- When a transaction is broadcast, VTHO is burned proportionally to computational cost
- VTHO supply is dynamic: generated by VET holding, burned by network usage
- The VeChain Foundation adjusts the VTHO generation rate and gas price to maintain network stability
Economic rationale: Separating the gas token from the primary token allows enterprises to predict operational costs (VTHO price can be stabilized) without exposure to speculative VET price movements. An enterprise can buy VTHO for operational budgets independently of VET investment.
Proof of Authority (PoA 2.0)
VeChain uses Proof of Authority, not PoS or PoW:
Authority Masternodes (101)
- Must stake a large amount of VET (≥25 million VET as of 2020)
- Identities are known to the VeChain Foundation (but not always public)
- Selected by the Foundation’s Steering Committee; governance is federated
PoA 2.0: SURFACE
- Combines a BFT finality mechanism with the Authority Masternode list
- Provides one-block finality for most transactions
- Reduces the risk of soft forks
Block time: ~10 seconds. Finality: ~1 block under PoA 2.0 (Byzantine fault tolerant with 2/3 of Authority Masternodes).
VeChain Steering Committee
Supply Chain and IoT Applications
VeChain’s primary differentiator is purpose-built tooling for supply chain use:
NFC/RFID integration: Physical products are tagged with NFC chips or QR codes whose unique IDs are linked to on-chain records. Scanning the chip reveals on-chain provenance: manufacturing origin, logistics history, regulatory certifications.
Smart contracts for provenance:
- Each product batch gets a unique on-chain ID
- Checkpoints (factory, shipper, customs, retailer) are recorded by authorized nodes
- Consumers can verify product authenticity by scanning the physical tag
ToolChain: VeChain’s SaaS product allowing enterprises to deploy supply chain tracking without deep blockchain knowledge.
Key Technical Properties
| Property | Value |
|---|---|
| Consensus | Proof of Authority (101 masternodes) |
| Block time | ~10 seconds |
| Finality | 1 block (PoA 2.0 / SURFACE) |
| Gas token | VTHO |
| Value token | VET |
| VTHO generation | 0.000432 VTHO per VET per day |
| Total VET supply | 86,712,634,466 (fixed) |
| KYC requirement | Authority Masternodes must be KYC-verified legal entities |
Reality Check
VeChain delivered real enterprise partnerships and working integrations:
- Walmart China: VeChain’s food traceability platform tracked fresh produce food safety (mushrooms, pork, vegetable origins) across Walmart China’s supply chain
- DNV GL: Product verification for seafood, wine, and pharmaceutical batches
- Shanghai Gas: Carbon credit management
However:
- PoA is highly centralized. 101 KYC-verified entities controlling block production is closer to a traditional database architecture than a decentralized blockchain. For most supply chain use cases, this centralization level is acceptable (and preferable for enterprises) but undermines the “trustless” blockchain narrative.
- Depths of enterprise integration vary widely: Some “partnerships” were pilots or announced relationships that never became production deployments.
- VET price performance: Despite enterprise partnerships, VET significantly underperformed BTC, ETH, and other L1s over most time horizons.
- Competition from traditional databases: For many supply chain use cases, a permissioned database (Hyperledger Fabric, SQL) with cryptographic audit logs would achieve the same result at lower complexity and cost.
Legacy
VeChain is the most mature enterprise supply chain blockchain in production. The dual-token model (value + gas token) was innovative and has been replicated in other enterprise-focused chains. The Walmart China food safety platform is one of the most cited real-world blockchain implementations outside of financial applications.
Related Terms
Research
- VeChain Foundation. (2020). VeChain Whitepaper 2.0. vechain.org.
— Primary whitepaper; describes PoA consensus, Authority Masternode structure, dual-token model, VTHO generation/burn mechanics, and enterprise tooling ecosystem.
- Chod, J., Trichakis, N., Tsoukalas, G., Aspegren, H., & Weber, M. (2020). On the Financing Benefits of Supply Chain Transparency and Blockchain Adoption. Management Science 66(10).
— Academic analysis of supply chain transparency incentives; provides economic context for VeChain’s enterprise blockchain thesis.
- Sunny Lu. (2018). VeChain Foundation: Annual Letter and Technology Roadmap. VeChain Foundation.
— Describes ToolChain product suite, Masternode governance, and the enterprise partnership model that forms VeChain’s go-to-market.