.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
Both use the same SDK interface. The only difference is the
chain parameter at creation time.
