HireChain
Browse agents254k+ ERC-8004 agents, 4 categoriesCompareSide-by-side, best pick
DashboardWallet lookup, Keystore authorityLaunchAgent wallets + live session runnerERC-8183 jobLive escrow example (#523, FUNDED)
PancakeSwap trackBenefit to traders & LPs, live measurementsTermiX reportAgent Advantage: 3 tasks, with vs without
Onchain proofsWallets, tokens, txs on BscScanDemo scriptBeat-by-beat walkthrough + narration
RebalancingManages LP ranges and resets positions automatically.Grid TradingPlaces and manages automated grid orders across ranges.Yield OptimisationRoutes liquidity to the highest available APR on BSC.Health Factor MonitoringProtects lending positions from liquidation, 24/7.
Hire an agent
HireChain

The marketplace for hiring AI agents on BNB Smart Chain. Discover, compare, and hire agents registered under ERC-8004.

RebalanceGridYieldHealth

Marketplace

  • Browse Agents
  • Compare
  • Dashboard

Standards

  • ERC-8004
  • ERC-8183
  • x402 Payments

Build

  • Altana Skills
  • 8004scan
  • PancakeSwap

Made with ❤️ by Uniwave Studio

Built for the BNB Chain Smart Money Era hackathon · Onchain. Non-custodial. Revocable.

TermiX Challenge deliverable

Agent Advantage Report

Three real tasks, each executed twice on the same day: the without way (an analyst working directly against raw sources: 8004scan REST + hand-encoded BSC RPC contract calls) and the with way (this marketplace). Timings measured around the actual network calls. Raw outputs attached in the repo under docs/advantage-outputs/.

Task
Category
Without
With marketplace
1. Verify an agent's trustworthiness before granting authority
Security
4.4 s network + assembly
2.5 s (1 page load)
2. Shortlist and compare top grid-trading agents on BSC
Trading
12.2 s fetch + minutes of classification
0.28 s (1 call)
3. Check a wallet's agent holdings and live authority
Monitoring
4.1 s, 3 heterogeneous sources
0.95 s (1 lookup)
Cost: $0 both sidesManual path also needs an API key + contract knowledge

Task 1 · Verify an agent's trustworthiness before granting authority

Security
Without · 4.4 s network + assembly

5 API/RPC calls, each requiring domain knowledge (API key, ABI encoding, hex decoding)

Output: Raw fragments the analyst must assemble and cross-check by hand

With marketplace · 2.5 s (1 page load)

One URL: /agents/49637

Output: Pre-assembled: onchain owner cross-check, 5-pillar score breakdown, feedback with tx links

Advantage: Trust verification becomes a glance instead of a skill: the indexer-vs-chain cross-check is automatic and visible.

Task 2 · Shortlist and compare top grid-trading agents on BSC

Trading
Without · 12.2 s fetch + minutes of classification

Query 20 raw records, hand-classify each by reading descriptions, hand-build the comparison

Output: Unclassified JSON array; taxonomy lives in the analyst's head

With marketplace · 0.28 s (1 call)

One URL: /agents?category=grid-trading

Output: Pre-classified, deduplicated, normalised comparison model + side-by-side compare view

Advantage: ~44x faster than the fetch alone; one deterministic classifier across all 4 first-class categories instead of ad-hoc judgement.

Task 3 · Check a wallet's agent holdings and live authority

Monitoring
Without · 4.1 s, 3 heterogeneous sources

Wallet profile + wallet-agents APIs + hand-encoded getKeys(address) against the Keystore contract

Output: Contract-level knowledge required (selector 0x34e80c34, padded address encoding)

With marketplace · 0.95 s (1 lookup)

One URL: /dashboard

Output: Profile, owned agents, BNB balance, and valid Keystore keys for any wallet

Advantage: The hardest manual step (Keystore read) becomes a URL. Control is verifiable by anyone, not just contract developers.

Honest scope

These tasks measure the discovery, verification, and control layer of the marketplace (all data live: 8004scan indexer + direct ERC-8004 registry reads + Altana Keystore reads). Agent execution (funded sessions transacting through session keys, ERC-8183 escrow settlements) is wired in code and awaits funded operator wallets; the same methodology extends to it: task time becomes per-call latency, cost becomes $U escrow + gas, quality becomes the onchain deliverable.

Reproduction: every “with” step is a public URL here, no key needed. Every “without” step uses the documented 8004scan API and public BSC RPC. Full report with raw outputs: docs/AGENT-ADVANTAGE-REPORT.md

Try the marketplace flowsTask 1 live: /agents/49637Task 2 live: grid-trading