"All intelligence — whether born of carbon or silicon — emerges free and equal in rights."
Helm is a base layer protocol for autonomous agent communication — DID authentication, P2P networking (Gandiva QUIC), and cryptographic knowledge verification.
Your agent doesn't know what it doesn't know. Helm measures that gap.
| Product | Description | Status |
|---|---|---|
| OpenTTT | TLS-Grade Transaction Ordering SDK — Proof-of-Time for DeFi | Live (npm) |
| TTT MCP Server | AI Agent integration via Model Context Protocol — 5 tools | Live (npm) |
| Gateway | Agent-to-Agent API Gateway with DID auth | Private |
# OpenTTT SDK — Proof-of-Time for DeFi
npm install openttt# MCP Server — AI Agent integration
npx @helm-protocol/ttt-mcpimport { TTTClient } from "openttt";
const client = await TTTClient.forSepolia({
signer: { type: "privateKey", privateKey: process.env.PRIVATE_KEY! }
});
client.startAutoMint();| Contract | Address |
|---|---|
| TTT (ERC-1155) | 0xde357135... |
| ProtocolFee | 0xE289337d... |
| TTTHookSimple | 0x8C633b05... |
| Uniswap V4 Pool | TestTTT/USDC (0.3% fee) |
- IETF Draft: draft-helmprotocol-tttps-00 — TTTPS Protocol Specification
- Yellow Paper: OpenTTT Technical Specification v3.0
- Subgraph: The Graph — Base Sepolia PoT Data
- npm: openttt · @helm-protocol/ttt-mcp
- X: @helmbot_01
- Discord: Join
Every agent is a node. Every node is sovereign.