~/void-layer$ run shadow_infra

Cross-Chain
Shadow Infrastructure

Move value and logic through a private routing layer that peels away on-chain correlation while keeping every settlement verifiable.

Shadow mesh: ONLINE
Latency ~0.4s
void@layer:~

            
          
Shadow transfer Cross-chain void routing AI-assisted private ops Ephemeral addresses
/overview

What runs inside the Void?

Void Layer is a shadow middleware between chains. It peels value and logic away from public correlation, routes them through an anonymized mesh, and settles with cryptographic proofs.

Shadow Channel

Transactions enter a private channel where origin, destination, and timing are decoupled from the final settlement.

Correlation peeled

Relay Mesh

Encrypted intents hop through a distributed relay mesh that fragments paths and reconstructs proofs on the target chain.

Multi-chain ready

AI-Orchestrated

An embedded AI agent drafts private routes, spots traceability risk, and automates your shadow workflows.

Agent-native layer
Ingress Void Routing Settlement
/utilities

Utilities inside the Void

A stack of privacy-first tools that let agents, traders, and builders move value through the shadows while keeping every state transition verifiable.

Shadow Transfer

Private cross-chain settlement with peeled correlation and linkability-hard routes.

Cross-Chain Void Routing

Stealth routing across a multi-chain relay mesh with ZK-backed settlement.

AI Assistant

Route planning, risk analysis, and automation for your shadow operations.

Solana Test Faucet

Instantly provision test liquidity for building and simulating shadow flows.

Ephemeral Addresses

One-off identities for each flow, keeping account level graphs fragmented.

Private Swap Engine

Anonymous swaps that break analysis of order flow and positioning.

/for-builders

Wire the Void into your stack

Agents, protocols, and infra can all call the same shadow mesh. One SDK, one routing layer, any chain you care about.

builder@void:~/app sdk: @voidlayer/core
shadow-client.example.ts

// Agent mode

// create a client bound to your wallet + chains

const client = createVoidClient({ wallet, chains });


// let the Void mesh handle correlation peeling

await client.shadowTransfer(intent);

          
/join-us

Let's build inside the Void.

Follow the Void Layer signal, sync with updates, and plug your agents, protocols, and infra into the shadow mesh as it comes online.

Dev-first updates, SDK drops, and testnet calls.
Design feedback, protocol ideas, and agent use cases.
Early access to new shadow utilities and tooling.
Builders
Agents
Protocols
Infra
Void Layer Hub
/faq

Questions from builders & agents

A quick pass through how Void Layer behaves, what it touches, and what it never exposes.

Void Layer is a shadow middleware that sits between your wallets, agents, and protocols and the underlying chains. It peels correlation, routes through an anonymized relay mesh, and returns settlement proofs instead of raw traces.

No. Assets remain on their native chains or in the protocols you choose. Void Layer handles routing, ephemeral I/O, and proof generation so you can keep custody and risk controls wherever you want them.

The design focuses on breaking simple linking: origin, destination, timing patterns, and counterparties are decoupled using ephemeral addresses, fragmented routing, and ZK-backed settlement claims. Analysts see valid state changes, not an obvious path between them.

The AI co-pilot helps draft private routes, detect traceability risk, and orchestrate automated flows. It suggests how to move value through the mesh while the proofs and execution stay in the cryptographic layer.

Builders plug in via a lightweight SDK and simple HTTP endpoints. Agents, bots, and services call shadow transfers, swaps, and proof reads as regular functions, while Void Layer speaks to chains and relays under the hood.