Skip to main content
Recent updates and changes to XOXNO infrastructure services.
mxnodeDocs
mxnode operator CLI

mxnode is live

mxnode is the new operator CLI for running MultiversX nodes. Install it with one shell line and go from a fresh Linux box to a running multikey squad in eight commands. Highlights:
  • One install command for every shape. Multikey is by-design 4-shard — mxnode install --role multikey is enough; --squad is implicit. Validators and observers opt into the squad layout with --squad.
  • Auto-init on first use — no separate init step. Auto-detects $USER/$HOME, defaults to mainnet
  • Multikey + backup: distributes allValidatorsKeys.pem to every node with 0600 perms, stamps RedundancyLevel for backup machines (--backup for level 1, --backup N for higher)
  • Self-healing upgrades: stale inflight.toml from a crashed previous run auto-clears at the next invocation; no manual unlock needed
  • Auto-installs Go 1.22+ when missing or out of date (only clobbers /usr/local/go when mxnode owns it)
  • Full cleanup that removes every byte mxnode wrote, including binstore + state + config
  • Statically-linked musl Linux binaries with sha256-verified release tarballs
Read the overview, follow the quickstart, or jump to the install shapes matrix.
GatewayDocs
Gateway launch

Rust Gateway is live

The XOXNO Gateway serves traffic at https://rust-gateway.xoxno.com with full documentation:
  • 80 RPC endpoints covering accounts, transactions, blocks, network, VM queries, validators, and more
  • Shard-aware routing with automatic observer selection
  • In-flight request deduplication and TTL caching
  • Drop-in replacement for the standard MultiversX Go proxy
  • Interactive API reference with playground for all endpoints
Docs
Documentation launch

XOXNO developer documentation

Launched the developer documentation site built with Mintlify, covering:
  • Transaction Relayer: broadcasting, gas statistics, network stats, account subscriptions
  • DEX Aggregator: swap routing, quote endpoint, integration guide
  • Interactive API reference with playground
  • WebSocket protocol reference