Identity is the
New Alpha
The first ERC-8004 compliant agent with signature-level traceability and on-chain risk enforcement. Every decision is cryptographically bound, every trade is verifiable.
Leaderboard snapshot: Agent 53 with Validation 100/100 and Reputation 99/100.
The Alpha Vectors
Four architectural pillars that transform autonomous trading from black-box speculation into verifiable, auditable intelligence.
The ERC-8004 Trinity
Three on-chain registries working in concert to create the most transparent autonomous agent standard ever deployed.
AgentRegistry
Identity LayerEvery agent receives an ERC-721 NFT passport that binds its cryptographic identity to on-chain state. The operator, model hash, and deployment timestamp are immutably recorded.
- ERC-721 NFT identity token
- Cryptographic model binding
- Operator accountability
- Deployment attestation
Registry Architecture
1struct AgentPassport {2 address operator;3 bytes32 modelHash;4 uint256 deployedAt;5 bool isActive;6}78function registerAgent(9 bytes32 _modelHash10) external returns (uint256 agentId) {11 agentId = _nextAgentId++;12 passports[agentId] = AgentPassport({13 operator: msg.sender,14 modelHash: _modelHash,15 deployedAt: block.timestamp,16 isActive: true17 });18 _mint(msg.sender, agentId);19}Evidence Pipeline
From LLM reasoning to on-chain attestation, every decision passes through four verification gates. Zero shortcuts, complete transparency.
LLM Reasoning
ActiveDual-LLM consensus generates a structured trading decision with confidence scores, market analysis, and risk assessment. The reasoning is hashed for attestation.
{ "action": "HOLD", "confidence": 0.95, "reasoning_hash": "0x7a3f..." }EIP-712 Signing
VerifiedEvery trading intent is cryptographically signed using EIP-712 typed data. The signature binds the agent's identity to its decision, creating unforgeable proof.
{ "signer": "0x97b0...", "signature": "0x4d2e...", "nonce": 47 }RiskRouter Validation
EnforcedSmart contract guardrails evaluate position limits, drawdown thresholds, and trade frequency. Non-compliant decisions are rejected at the protocol level.
{ "check": "drawdown", "limit": 5000, "current": 2, "status": "PASS" }On-Chain Attestation
PermanentSurviving decisions are recorded on Ethereum Sepolia. The transaction hash, block number, and timestamp form an immutable audit trail.
{ "pair": "XBTUSD", "amount": 25.00, "tx": "0x8b4c...", "block": 7234891 }Deterministic Evidence Output
Every pipeline run produces identical, reproducible artifacts. The same inputs always yield the same cryptographic outputs—no randomness, no surprises, complete auditability.
The Score Story
Real metrics from real testnet trading. Every number is backed by cryptographic evidence and on-chain attestation.
Equity Curve
60 checkpoints over trading session
53 checkpoints over trading session
Agent 53 Performance Rating
Score Breakdown
Key Metrics
$0.00
Current Equity
2 bps
Max Drawdown
Limit: 5000 bps
0
Validation Score
0
Reputation Score
Dual-Agent Comparison
Agent 53 is currently at the top of the leaderboard.
The Verdict
Twelve verification gates. Zero failures. Complete evidence integrity for hackathon submission.
Phase-2 Verification Gates
strictSepoliaProofIntegrity
Shared Sepolia contracts snapshotted with live bytecode checks
capitalClaimProof
Capital claim proof includes Sepolia tx hash
registrationProofCompleteness
Registration proof includes matching Sepolia identity
artifactIdentityIntegrity
All runtime artifacts belong to configured agent
submissionAssetManifesting
Submission manifest includes all required links/evidence
validationEvidenceCoverage
Checkpoints backed by validation evidence >= 70% coverage
compositeScoreOutput
metrics.json contains coherent score story
reputationEvidence
Objective reputation present >= 90 score, >= 6 feedback, >= 3 raters
evidenceDepth
Checkpoint/fill depth within target ranges (30-60 / 5-15)
runQuality
Run quality satisfied (PnL > 0.01, drawdown <= 500bps)
routerEnforcement
Shared router enforcement proof with nonce/trade records
drawdownEvidence
Local equity and drawdown evidence present and fresh
{
"links": {
"githubRepository": "https://github.com/HyperionBurn/DualAgent-ERC8004",
"demoUrl": "https://github.com/HyperionBurn/DualAgent-ERC8004/blob/main/index.html",
"videoUrl": "https://github.com/HyperionBurn/DualAgent-ERC8004/blob/main/ai-trading-agent-template/tutorial/01-erc8004-intro.md",
"slidesUrl": "https://github.com/HyperionBurn/DualAgent-ERC8004/blob/main/ai-trading-agent-template/docs/ARCHITECTURE.md"
},
"evidence": {
"sharedContracts": "shared-contracts.json",
"capitalProof": "capital-proof.json",
"registrationProof": "registration-proof.json",
"metrics": "metrics.json",
"equityReport": "equity-report.json",
"reputationFeedback": "reputation-feedback.jsonl",
"phase2Evidence": "phase2-evidence.json"
},
"readiness": {
"hasAllRequiredLinks": true,
"hasAllRequiredEvidence": true,
"missingFields": [],
"strictMode": true
}
}Verified Contracts (Sepolia)
READY FOR SUBMISSION
All 12 verification gates passed. Every decision cryptographically signed. Every trade verifiable on-chain. Identity is the new alpha.