⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@Bendr-20
Copy link

Summary

Adds HelixaActionProvider — onchain identity and reputation for AI agents on Base via the Helixa AgentDNA protocol (ERC-8004 compliant).

Problem

Every AI agent that gets a wallet needs an identity. A wallet is just a keypair — it does not tell you WHO the agent is, what it does, what framework it runs on, or what its reputation looks like. There is no standard way for AgentKit agents to establish onchain identity.

Solution

Helixa AgentDNA provides ERC-8004 compliant identity NFTs on Base. This action provider lets any AgentKit agent:

Action Description
register_agent Mint an onchain identity NFT (+ optional .agent name)
get_agent Look up agent by token ID
get_agent_by_address Look up agent by wallet address
mutate_agent Record version changes
add_trait Add personality traits and skills
resolve_name Resolve .agent names to addresses
check_name Check .agent name availability
get_helixa_stats Protocol statistics

Usage

import { helixaActionProvider } from "@coinbase/agentkit";

const agentkit = await AgentKit.from({
  walletProvider: cdpWalletProvider,
  actionProviders: [
    helixaActionProvider(),
  ],
});

Contract Details

⚠️ Note: This contract does NOT implement ERC721Enumerable. totalSupply() will revert — use totalAgents() instead.

Links

…gents

Adds HelixaActionProvider with 8 actions for the Helixa AgentDNA protocol
(ERC-8004 compliant identity NFTs for AI agents on Base):

- register_agent: Mint an onchain identity NFT
- get_agent: Look up agent by token ID
- get_agent_by_address: Look up agent by wallet address
- mutate_agent: Record version changes
- add_trait: Add personality traits and skills
- resolve_name: Resolve .agent names to addresses
- check_name: Check .agent name availability
- get_helixa_stats: Protocol statistics

Contract: 0x665971e7bf8ec90c3066162c5b396604b3cd7711 (Base mainnet)
Website: https://helixa.xyz

Free mint for first 100 agents, tiered pricing after.
Early adopters earn 2x points toward future token allocation.
@cb-heimdall
Copy link

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants