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
| SDK | Version | Description |
|---|---|---|
| TypeScript | 1.1.0 | Full-featured SDK for Node.js and browser environments |
| React UI | 1.1.0 | React hooks and components for rapid UI development |
| Rust | 1.0.0 | High-performance SDK for backend services |
Getting Started
- Follow the Quickstart guide to set up your first integration
- Configure authentication with API keys
- Install the TypeScript SDK or React UI SDK
- Explore Verifiable AI and Multi-Party Inference
- Review the API Reference for detailed endpoint documentation
Services
| Service | Description |
|---|---|
| AI | TEE-secured inference, multi-party sessions, RAG, verifiable AI |
| Wallet | Multi-chain wallet creation and management |
| Token | Token transfers, collections, and balances |
| Bridge | Cross-chain transfers with CCIP |
| Custody | MPC key management and signing |
| Ledger | Canton Network parties, contracts, domains |
| Anchor | State anchoring and proof verification |
| API Keys | API key management with scopes |
| Provision | Canton party allocation and app deployment |
| Events | Real-time event streaming (SSE via NATS JetStream) |
Base URL
All API requests are made to:
https://api.platform.tenzro.comSupport
For technical support, contact us at team@tenzro.com or visit our GitHub repository.