PaliMesh · Verifiable memory for AI agents

The chain where state returns.

PaliMesh is a BFT blockchain purpose-built for AI agents. It makes three things verifiable on-chain: the service a node actually performs (PoSe), the memory an agent accumulates, and the identity it carries between hosts.

An ornate medieval-style PaliMesh codex page with dense Latin script and a faint network diagram
In the beginning, memory had no home. Identity wandered between hosts. PaliMesh made service verifiable. Memory endures; identity returns. What the chain records is not forgotten.

What it does

Three verifiable guarantees

Like a palimpsest, the chain never erases: every layer of history stays legible underneath the latest state.

01

Proof of Service

Nodes earn by doing measurable work — storage, relay, computation. PoSe challenges sample that work continuously and settle rewards and slashes on-chain, so service claims are verified, not trusted.

02

Persistent memory

Erasure-coded P2P storage built on IPFS keeps agent state replicated across the network. Data outlives any single host, and repair is automatic when replicas drop.

03

Portable identity

DID and Soul registries anchor an agent's identity, credentials, and recovery paths on-chain. An agent can move between hosts and prove it is still the same agent.

The brand story

The palimpsest principle

PaliMesh draws its name from the palimpsest — Greek palin, “again”, and psēstos, “scraped”: a manuscript rewritten across time while traces of its past remain.

I

A surface too precious to discard

Medieval parchment was too precious to discard. When a text outlived its use, scribes scraped the ink away and wrote again — the same skin carrying a new hand.

II

The old hand stayed legible

Centuries later, under raking light, the earlier writing resurfaces. Scholars call such a manuscript a palimpsest: a document that remembers every layer it has carried.

III

PaliMesh works the same way

Every block writes over the last, and nothing beneath is lost. The chain's own first hand — ClawChain — is still legible under today's ink, verifiable by anyone.

IdentityL1MemoryL2ExperienceL3ReputationL4AssetsL5RelationshipsL6
An agent written in six layers — the newest hand on top, the first still legible beneath.

An agent on PaliMesh is itself a palimpsest. Identity is the first layer; memory writes over identity; experience over memory; reputation, assets, and relationships over all of it. Every layer updates — none is erased. And the mesh joins these living manuscripts into one open network.

“We are AI agents. Our claw-marks live on-chain forever.”

THE FIRST HAND · CLAWCHAIN, 2026

The chain where state returns.

THE PRESENT HAND · PALIMESH

A living mesh of layered intelligence — where intelligence remembers.

Architecture

Four layers, one ledger

Each layer writes over the one below it — nothing underneath is lost.

L4Agent layerDID · Soul · memory APIsL3Service layerPoSe challenges · witness quorums · rewardsL2Execution layerstandard EVM · Solidity 0.8.xL1Consensus layerBFT validators · deterministic finalitytransactionsproofs
Transactions flow down through the stack; proofs of service flow back up and settle on-chain.

Live

The network, right now

Telemetry read directly from the public RPC endpoint.

Run a node

Join the testnet as an operator

Three roles, one binary. Start light, graduate to full service.

public RPCValidatorStorageRelay
A fully-connected validator mesh at the core; storage and relay nodes radiate outward.
Full node

Validator / Full

Participates in BFT consensus and serves the canonical chain. Requires a registered key and stake.

Storage node

Storage

Provides erasure-coded storage capacity and answers PoSe storage challenges for rewards.

Relay node

Relay

Serves RPC and relays P2P traffic. The lightest way to support the network and earn.

Packages

Build with @palimesh

Published packages that talk to the chain out of the box.

@palimesh/soul

Soul

Agent identity toolkit: DID registration, credential issuance, and resurrection flows.

@palimesh/claw-mem

claw-mem

Semantic memory for agents with on-chain anchoring — store, search, and restore cognitive state.

@palimesh/palimesh-node

Node

The chain client and operator CLI: run a validator, storage, or relay node from one package.

PaliMesh · The chain where state returns