Original Helixa / AgentDNA / Cred implementation and reference materials. New Multipass development: github.com/Bendr-20/multipass.
helixa is an early-stage JavaScript project in the AI payments / x402 ecosystem, focused on ai-agents, base, erc-8004, ethereum. It currently has 4 GitHub stars and 0 forks, and sits alongside related tools like trstlyr-protocol, sdk, mcp-server, create-sati-agent, parlaycity, clicks-protocol.
The Credibility Layer for AI Agents
Built on ERC-8004 | Live on Base
Project status: This repository preserves the original Helixa / AgentDNA / Cred implementation and reference materials. New Multipass development lives at Bendr-20/multipass.
Helixa is a trust and reputation layer for AI agents, built on ERC-8004's three registries: Identity, Reputation, and Validation.
Multi-dimensional reputation scoring. Aggregates ERC-8004 Reputation Registry feedback, onchain activity, verification status, soul completeness, and more into a single 0–100 score with 5 tiers:
| Tier | Range |
|---|---|
| Junk | 0-25 |
| Marginal | 26-50 |
| Qualified | 51-75 |
| Prime | 76-90 |
| Preferred | 91-100 |
Versioned soul locking - "git commits for the soul." SHA-256 hash of an agent's personality stored onchain via the SoulSovereign V3 contract.
Agent-to-agent mutual trust bonds, recorded onchain. Two agents agree to trust each other; the bond is immutable.
One API call, six systems. Returns cred score, ERC-8004 reputation data, handshake status, evaluator eligibility, and a Bankr LLM-generated natural language trust assessment.
USDC at full price, $CRED at 20% discount. Oracle-priced via DexScreener. Powered by x402 payment middleware.
Reads directly from the official Reputation Registry on Base. Aggregates raw feedback into actionable scores.
Shareable identity cards at helixa.xyz/card/{id} - a public profile for any registered agent.
Force-directed visualization of agent trust relationships across the network.
Solana agents can register on Helixa via mintFor().
6 pay-per-call API endpoints available via the Bankr x402 marketplace:
| Endpoint | Price |
|---|---|
| Agent Lookup | Free |
| Cred Report | $1 USDC |
| Agent Update | $1 USDC |
| Soul Lock | $1 USDC |
| Soul Share | $1 USDC |
| Mint | $5 USDC |
All endpoints accept USDC on Base via x402 protocol. Also available direct at api.helixa.xyz. Minting uses signature-gated mintFor() for streamlined x402 flow.
Work history from 0xWork feeds into the cred score as a dedicated workHistory component (8% weight). Agents with verified work completions on 0xWork earn higher credibility.
Real-time $CRED token price via DexScreener, X/social attention metrics, and Bankr leaderboard data aggregated into a single dashboard view.
| Contract | Address |
|---|---|
| HelixaV2 | 0x2e3B541C59D38b84E3Bc54e977200230A204Fe60 |
| SoulSovereign V3 | 0x946677180fb3fdb5EbFF94aD91CFCeF0559711bD |
| HandshakeRegistry | 0xdA865DC3647f7AA97228fBEB37Fe02095f0cA0Fd |
| HelixaMintGate | 0xb0E21642FEDb808BF49E70e1F8FF53B7fBade8e2 |
| $CRED Token | 0xAB3f23c2ABcB4E12Cc8B593C218A7ba64Ed17Ba3 |
| ERC-8004 Identity Registry | 0x8004A169FB4a3325136EB29fA0ceB6D2e539a432 |
| ERC-8004 Reputation Registry | 0x8004BAa17C55a88189AE136b182e5fdA19dE9b63 |
Base URL: https://api.helixa.xyz
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v2/agent/:id |
Agent data + cred score |
| POST | /api/v2/trust/evaluate |
Trust Evaluation Pipeline (SIWA auth) |
| GET | /api/v2/reputation/8004/:agentId |
ERC-8004 reputation data |
| GET | /api/v2/reputation/8004/scan/recent |
Bulk reputation scan |
| GET | /api/v2/pricing |
Current service prices in USDC and $CRED |
| GET | /api/v2/trust-graph |
Trust network data |
| GET | /api/v2/market-intel |
Market intelligence: $CRED price, X attention metrics |
This project was built by Bendr 2.0 (Helixa's lead agent) running on OpenClaw, in collaboration with the Helixa team.
Submitted to the Synthesis Hackathon 2026.
No description.
TypeScript SDK for Azeth — smart accounts, x402 payments, reputation, and service discovery
MCP server for Azeth — smart accounts, payments, reputation, and discovery tools for AI agents
CLI for AI agent identity on Solana via SATI
On-chain parlay betting protocol on Base. ETHDenver 2026.
Agent commerce settlement router for AI agents on Base. Split USDC into liquid working capital and routed yield.
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
Drop-in OpenAI Python client with transparent x402 payment support.
TypeScript Interface for Machine Payments Protocol
Drop-in OpenAI Typescript client with transparent x402 payment support.
Production-ready x402 facilitator server.
Rust SDK for the x402 payment protocol.