Introduction

Tenzro Platform v1.1 provides enterprise-grade infrastructure for building digital asset applications with verifiable AI capabilities. Our APIs and SDKs enable secure wallet management, cross-chain transfers, custody solutions, and TEE-secured AI inference with Canton Network integration.

What's New in v1.1

  • Multi-party secure AI inference
  • Enhanced TEE attestation (Intel TDX, AMD SEV-SNP, AWS Nitro)
  • Verifiable AI with Canton ledger integration
  • RAG (Retrieval-Augmented Generation) support
  • React UI SDK with hooks and components
  • Few-shot learning capabilities

Core Capabilities

  • Verifiable AI - Run AI inference in TEEs with cryptographic attestation and record results to Canton Network for immutable audit trails
  • Multi-Party Inference - Securely aggregate data from multiple parties without exposing individual inputs
  • Multi-Chain Wallet Management - Create and manage wallets across Ethereum, Polygon, Arbitrum, Base, and Canton Network
  • MPC Custody - Institutional-grade key management with threshold signatures and hardware security modules
  • Cross-Chain Bridging - Transfer assets between supported networks with Chainlink CCIP integration
  • Canton Ledger - Full Canton Network integration with party management, Daml contracts, and synchronization domains
  • Blockchain Anchoring - Anchor state roots and data to public blockchains with Merkle proof verification

Architecture

Tenzro Platform is built on a multi-tenant architecture where each tenant operates in complete isolation. All services are accessed through a unified API gateway with consistent authentication, rate limiting, and audit logging.

┌─────────────────────────────────────────────────────────────┐
│                    Tenzro Platform Gateway                   │
├─────────────────────────────────────────────────────────────┤
│  Auth  │  Rate Limit  │  Tenant Isolation  │  Audit Log    │
└───────────────────────────┬─────────────────────────────────┘
                            │
    ┌───────────────────────┼───────────────────────┐
    │                       │                       │
┌───▼───┐  ┌───────┐  ┌─────▼─────┐  ┌─────────┐  ┌▼────────┐
│ Wallet│  │ Token │  │  Bridge   │  │ Custody │  │   AI    │
└───────┘  └───────┘  └───────────┘  └─────────┘  └─────────┘
    │           │           │             │            │
    │           │           │             │      ┌─────▼─────┐
    │           │           │             │      │    TEE    │
    │           │           │             │      │  Enclave  │
    │           │           │             │      └─────┬─────┘
┌───▼───────────▼───────────▼─────────────▼────────────▼───┐
│                   Canton Network Ledger                   │
│           (Parties, Contracts, Domains)                   │
└──────────────────────────────────────────────────────────┘

SDKs

SDKVersionDescription
TypeScript1.1.0Full-featured SDK for Node.js and browser environments
React UI1.1.0React hooks and components for rapid UI development
Rust1.0.0High-performance SDK for backend services

Getting Started

  1. Follow the Quickstart guide to set up your first integration
  2. Configure authentication with API keys
  3. Install the TypeScript SDK or React UI SDK
  4. Explore Verifiable AI and Multi-Party Inference
  5. Review the API Reference for detailed endpoint documentation

Services

ServiceDescription
AITEE-secured inference, multi-party sessions, RAG, verifiable AI
WalletMulti-chain wallet creation and management
TokenToken transfers, collections, and balances
BridgeCross-chain transfers with CCIP
CustodyMPC key management and signing
LedgerCanton Network parties, contracts, domains
AnchorState anchoring and proof verification
API KeysAPI key management with scopes
ProvisionCanton party allocation and app deployment
EventsReal-time event streaming (SSE via NATS JetStream)

Base URL

All API requests are made to:

https://api.platform.tenzro.com

Support

For technical support, contact us at team@tenzro.com or visit our GitHub repository.