DERO Quick Start Guide
Documented for humans, shipped as an API for agents. Encrypted balances, private DVM-BASIC smart contracts, and an on-chain web, with a supply anyone can recompute for themselves.
Start here
Build on DERO
Write DVM-BASIC smart contracts and drive the chain over JSON-RPC.
Verify the chain
Recompute the supply offline and inspect the transaction proof system.
Read the chain and docs
A hosted MCP server and a Markdown mirror of every page.
Deterministic from block height — recompute from the schedule → · supply public, balances encrypted.
What DERO gives you
Don't trust, verify
Private by math, not policy
Balances and amounts are hidden with homomorphic encryption and ring signatures — enforced by cryptographic proofs anyone can check, not a privacy promise you have to trust.
Six bound proofs per transaction
Each transaction carries six cryptographic proofs bound to a single challenge hash. Forging any one invalidates the binding, so the whole transaction is rejected.
Built for AI agents
mcp.derod.org/mcpnpx dero-mcp-server/llms.txt<any-page-url>.mdQuickstart
# 1 — start a local chain (22 pre-funded wallets, auto-mines) ./simulator # 2 — query the daemon over JSON-RPC curl http://127.0.0.1:20000/json_rpc -H 'Content-Type: application/json' \ -d '{"jsonrpc":"2.0","id":"1","method":"DERO.GetInfo"}'
Next: deploy a DVM-BASIC contract →
Build on the ecosystem: TELA (on-chain web) · Hologram (wallet + browser + explorer) · DeroPay / DeroAuth (accept & sign in with DERO).