VORDIUM DOCS
VRC Standards

VRC-20 Tokens

Reference only — EVM execution is disabled

Nothing on this page is deployed or callable on Vordium today. The standard is documented for when EVM execution goes live. Trading, settlement and agents run natively and need no contracts.

Vordium's fungible token standard.

Reference only — EVM execution is disabled

No VRC-20 token is deployed or callable on Vordium today. This standard is documented for when EVM execution goes live.

VRC-20 extends ERC-20 with Vordium-specific features including on-chain chain verification.

New functions

Solidity
chainId()        // returns 713714
tokenStandard()  // returns "VRC-20"
nativeChain()    // returns "Vordium"

Deploy a VRC-20

Bash
pip install vordium==0.3.1
vordium init

Deploy with Foundry