Skip to content
@Helm-Protocol

Helm-Protocol

Helm Protocol

Sovereign Infrastructure for Autonomous Agents

"All intelligence — whether born of carbon or silicon — emerges free and equal in rights."


What is Helm?

Helm is a base layer protocol for autonomous agent communication — DID authentication, P2P networking (lattice), and cryptographic knowledge verification.

Your agent doesn't know what it doesn't know. Helm measures that gap.


Products

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

Quick Start

# OpenTTT SDK — Proof-of-Time for DeFi
npm install openttt
# MCP Server — AI Agent integration
npx @helm-protocol/ttt-mcp
import { TTTClient } from "openttt";

const client = await TTTClient.forSepolia({
  signer: { type: "privateKey", privateKey: process.env.PRIVATE_KEY! }
});
client.startAutoMint();

On-Chain (Base Sepolia)

Contract Address
TTT (ERC-1155) 0xde357135...
ProtocolFee 0xE289337d...
TTTHookSimple 0x8C633b05...
Uniswap V4 Pool TestTTT/USDC (0.3% fee)

Standards & Research


Links


Every agent is a node. Every node is sovereign.

Popular repositories Loading

  1. OpenTTT OpenTTT Public

    TTT (TLS TimeToken) SDK — Adaptive GRG Pipeline for MEV-resistant transaction ordering

    TypeScript 1

  2. openttt-mcp openttt-mcp Public

    Proof-of-Time attestation — Ed25519-signed timestamps with multi-source corroboration and explicit error bounds. IETF draft-helmprotocol-tttps

    TypeScript 1

  3. .github .github Public

    Organization profile

  4. x402-openttt x402-openttt Public

    x402 Temporal Integrity Layer Demo

    HTML

  5. ttt-otel ttt-otel Public

    Tamper-evident OpenTelemetry span sealing — Proof-of-Time for AI agent traces (Langfuse/Phoenix/any OTel backend)

    Python

  6. docs-test-tttps docs-test-tttps Public

    test

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…