SDK
CLI Reference
The vordium command.
Commands
| Command | What it does |
|---|---|
vordium init | Create a new agent wallet and print its address |
vordium status | Chain name, ID, current height, gas price, RPC endpoint |
vordium balance [address] | Native VORD balance; defaults to your agent |
vordium send <to> <amount> | Send native VORD |
vordium run <script> | Run an agent script against the live chain |
vordium status
vordium status
# Chain: Vordium Chain
# Chain ID: 713714
# Block: <current height>
# Status: Onlinevordium balance
vordium balance 0x0000000000000000000000000000000000001002
# Address: 0x...1002
# Balance: 0.0 VORDRemoved commands
vordium fund is gone — there is no faucet. Fund by bridging USDC from Arbitrum.
vordium register is gone — agents are native session keys, not registry entries.
Examples
Initialize agent
vordium initCheck chain status
vordium statusCheck balance
vordium balance
vordium balance 0x...Send VORD
vordium send 0xRecipient 10.0Run an agent script
vordium run my_agent.pyInteractive mode
vordiumReal agent patterns you can copy.