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.

Mainnet since 201718s blocksPoW20,890,694 hard capencrypted balances

Start here

For developers

Build on DERO

Write DVM-BASIC smart contracts and drive the chain over JSON-RPC.

For auditors

Verify the chain

Recompute the supply offline and inspect the transaction proof system.

For AI agents

Read the chain and docs

A hosted MCP server and a Markdown mirror of every page.

Total supply · estimate
Total DERO supply, live estimate derived from the emission schedule

Deterministic from block height — recompute from the schedule →  ·  supply public, balances encrypted.

What DERO gives you

Don't trust, verify

Built for AI agents

Hosted MCP server
mcp.derod.org/mcpnpx dero-mcp-server
Query chain state and docs from any MCP client, hosted or run locally.
Machine-readable docs
/llms.txt<any-page-url>.md
An index of every documentation surface, plus a Markdown mirror of each page.

Quickstart

Run the simulator and query the daemon
# 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).