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 (Gandiva QUIC), 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. .github .github Public

    Organization profile

  3. x402-openttt x402-openttt Public

    x402 Temporal Integrity Layer Demo

    HTML

  4. openttt-mcp openttt-mcp Public

    OpenTTT MCP Server — Proof-of-Time temporal attestation for AI agents

    TypeScript 1

Repositories

Showing 4 of 4 repositories

Top languages

Loading…

Most used topics

Loading…