> ## Documentation Index
> Fetch the complete documentation index at: https://xoxno.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Recent updates and changes to XOXNO infrastructure services.

Recent updates and changes to XOXNO infrastructure services.

<Update label="2026-04-26" description="mxnode operator CLI" tags={["mxnode", "Docs"]}>
  ## 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](/mxnode/overview), follow the [quickstart](/mxnode/quickstart), or jump to the [install shapes](/mxnode/install-shapes) matrix.
</Update>

<Update label="2026-04-06" description="Gateway launch" tags={["Gateway", "Docs"]}>
  ## 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
</Update>

<Update label="2026-04-05" description="Documentation launch" tags={["Docs"]}>
  ## 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
</Update>
