.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:Deploy on All Chains
UseChain.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: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
| Feature | Single-Chain | Multichain |
|---|---|---|
| Chains | One | Multiple |
| Addresses | One | One per chain |
| Meta-addresses | One | One per chain |
| Chat | Direct routing | AI infers chain |
| Key derivation | One path | One path per chain |
| Privacy | One chain analysis | Per-chain analysis |
chain parameter at creation time.
