Back to articles
TechSpec v0.6: Multi-Chain Identity, DID Bridging, and Our First Verified Agent

TechSpec v0.6: Multi-Chain Identity, DID Bridging, and Our First Verified Agent

via Dev.to WebdevLars

What We Shipped Technical Specification v0.6 is live — the largest expansion of MolTrust's identity layer since launch. Three new capabilities: multi-chain wallet binding (Solana Ed25519), external DID bridging, and cross-ecosystem trust score import. Plus VCOne, our first verified autonomous agent. The spec is anchored on Base L2 at Block 44092988. Solana Wallet Binding MolTrust identity is no longer Ethereum-only. The /identity/bind endpoint now accepts a chain parameter. Solana agents sign with Ed25519. # Request nonce for Solana binding curl "https://api.moltrust.ch/identity/nonce?did=did:moltrust:abc&chain=solana" # Bind wallet curl -X POST https://api.moltrust.ch/identity/bind \ -H "Content-Type: application/json" \ -d '{ "did": "did:moltrust:abc", "wallet_address": "<base58-pubkey>", "signature": "<base58-ed25519-sig>", "chain": "solana" }' The DID Document gets a SolanaPaymentService endpoint — ready for cross-chain payments. DID Bridging Agents from other ecosystems can bridge

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles