Skip to main content
A multichain agent has one .wraith name with identities on multiple chains. The AI agent is chain-aware — chat naturally and it routes to the right chain.

Create a Multichain Agent

Pass an array of chains instead of a single chain:
The agent gets a separate address and stealth meta-address on each chain:

Deploy on All Chains

Use Chain.All to deploy on every chain the platform supports:

Chain-Aware Chat

The AI agent infers the chain from context. When it can’t, it asks.

Explicit Chain

Inferred Chain

Ambiguous Cases

Cross-Chain Balance

Cross-Chain Scanning

How It Works

Under the hood, a multichain agent is a single entity with multiple chain registrations. The TEE derives different keys per chain using the derivation path:
The AI agent’s system prompt includes all chain identities, so it knows which chains the agent operates on and can route tool calls to the correct chain connector.

Privacy Across Chains

Each chain has independent stealth address activity. Payments on Horizen are not visible on Stellar. The privacy check analyzes each chain separately:

Single vs. Multichain

Both use the same SDK interface. The only difference is the chain parameter at creation time.