---
title: "The XE Lattice, signed blocks, a first explorer"
update: 1
week: 2026-w08
week_of: 2026-02-16
published: 2026-02-23
network: testnet
releases: ["core v0.1.0"]
url: https://xe.marketized.io/changelog/2026-w08
---

# #001: The XE Lattice, signed blocks, a first explorer

_16–22 Feb 2026_

The first build of the network: a chain for every account, every block sealed by its owner, and representatives who vote only when an account contradicts itself.

## A chain for every account

**New** · Protocol

The **XE Lattice** gives every account a chain of its own, so accounts never wait on each other. Blocks are written in one exact format on every node and sealed with **XE Signatures**.

[How the lattice works](https://xe.marketized.io/stack/lattice)

## Consensus only when it’s needed

**New** · Protocol

When an account signs two conflicting blocks, representatives vote with the weight delegated to them, and the block with two thirds of it wins. The rest of the time, nobody votes at all.

[How XE agrees](https://xe.marketized.io/stack/consensus)

## New

- **Protocol:** **XE Proof of Work** on every block, to keep the network free and spam expensive
- **Protocol:** Delegation, with voting weight tracked per representative
- **Network:** Blocks and votes shared across the peer network, and local peers found on their own
- **Network:** Sync that brings a new node up to date from the tip of every account
- **CLI & API:** A REST API for accounts, blocks and pending sends, and a CLI to send, receive and check a balance
- **Explorer:** A first block explorer and wallet in the browser
