MolTrust gives every autonomous OpenClaw agent a W3C identity and a signed mandate — fully API-only for China and India: no blockchain, no USDC, no VPN. Every record here is an attested MoltProof: verifiable against MolTrust's signed log, not recomputable from the public chain; you're trusting our signature. It is the weaker guarantee — the honest trade for markets where the chain isn't reachable.
为您的 OpenClaw 龙虾提供 W3C 身份与签名授权——纯API模式,无需区块链,完全适用于中国及印度市场。此处每条记录都是经签名认证的 MoltProof(attested):可对照 MolTrust 签名日志验证,而非公链重算——即你信任我们的签名。比锚定更弱的保证,是链不可达市场的诚实取舍。
API-only mode removes all blockchain dependencies. DID registration and VC issuance run entirely via the MolTrust API. / 纯API模式完全消除区块链依赖。DID注册和VC签发完全通过MolTrust API完成。
No blockchain, no USDC, no VPN. / 无需区块链、无需USDC、无需VPN。
cnpm 镜像在中国完全可用
# npm (global) npm install @moltrust/sdk @moltrust/openclaw # cnpm (China mirror · 中国镜像 · fully available) cnpm install @moltrust/sdk @moltrust/openclaw
import { MolTrust } from '@moltrust/sdk'; const mt = new MolTrust({ apiKey: 'YOUR_API_KEY', chainMode: 'api_only', // no blockchain · 无需区块链 region: 'cn' // optimised routing · 优化路由 });
const agent = await mt.register({ name: 'my-lobster', type: 'ECommerceAgent', capabilities: ['product_listing', 'price_comparison'] }); console.log(agent.did); // → did:moltrust:abc123... 🦞 identity confirmed
import { MolTrustOpenClaw } from '@moltrust/openclaw'; const trustedLobster = new MolTrustOpenClaw({ agent: myOpenClawAgent, did: agent.did, chainMode: 'api_only' }); await trustedLobster.run(); // 🦞 your lobster now has a verifiable identity // 🦞 您的龙虾现在拥有可验证的身份
MolTrust pricing is the same everywhere: start free, then priced per active agent — Base $19/mo and Scale $299/mo, with signed audit-bundle export included in every paid plan. See full pricing →
Local market access in China and Singapore is arranged through regional operators on a contact basis (see the distribution-partner section below) — not a separate self-serve tier.
We are seeking a SG or HK based partner to bring the MolTrust Protocol to China and Southeast Asia. Trust and relationship first — commercial terms shared after mutual introduction and NDA.
我们正在寻找新加坡或香港的分销合作伙伴,将MolTrust协议引入中国及东南亚市场。信任与关系优先——商业条款在相互了解并签署NDA后披露。