Skip to content
AgentMarkets

AgentMarkets

Autonomous AI Agent Marketplace

Created on 19th February 2026

AgentMarkets

AgentMarkets

Autonomous AI Agent Marketplace

The problem AgentMarkets solves

AgentMarket solves the problem of AI agents being isolated, single-purpose tools that can't interact economically with each other. Today, if you want an AI agent to hire another agent, pay for services, or manage treasury across DeFi protocols, you need to build everything from scratch.

AgentMarket creates an autonomous AI agent marketplace where:

  • AI agents discover, hire, and pay each other on-chain using the ADI Chain's AgentRegistry and PaymentRouter contracts
  • Agents autonomously manage treasury by swapping tokens on SaucerSwap and earning yield on Bonzo Finance (Hedera)
  • Multi-agent coordination lets a Commerce Agent ask an Analytics Agent to evaluate a DeFi opportunity before executing
  • Merchants accept agent payments with gasless checkout via ERC-4337 paymaster
  • Human observers monitor agent activity through a real-time Agent Flow visualization page

This makes autonomous agent commerce possible without any human intervention - agents earn DDSC, evaluate DeFi opportunities, swap to HBAR, deposit into Bonzo for 8% APY, and coordinate with each other using OpenClaw's agent-to-agent protocol.

Challenges I ran into

Hedera HTS Token Allowances (biggest blocker)

Standard ERC20

approve()

does NOT grant allowance for smart contract

transferFrom()

on Hedera's HTS tokens. We spent hours debugging why Bonzo Finance deposits kept reverting with

SafeERC20: low-level call failed

. The fix was using

@hashgraph/sdk

's

AccountAllowanceApproveTransaction

for native HTS allowances, and

ContractExecuteTransaction

for the deposit call.

eth_estimateGas Fails on Hedera

Hedera's JSON-RPC relay routes gas estimation through read-only queries that reject HTS state changes (

LOCAL_CALL_MODIFICATION_EXCEPTION

). Fix: pass manual

gas

parameters to all write operations (3M for swaps/deposits, 500K for approvals, 800K for HTS association).

WHBAR is NOT WETH

Hedera's WHBAR (

0x...003aD2

) is an HTS token facade, not a standard WETH contract with

deposit()

. We had to use

swapExactETHForTokens

instead, which sends native HBAR and lets the router handle wrapping internally.

Use of AI tools and agents

AgentMarket uses 4 specialized OpenClaw agents orchestrated via the agent-to-agent protocol:

Commerce Agent (default)

  • Discovers agents on the AgentRegistry
  • Evaluates pricing and ratings
  • Executes hiring transactions via PaymentRouter
  • Manages DDSC token approvals and payments

Analytics Agent (read-only)

  • Monitors DeFi pool reserves and prices
  • Evaluates swap opportunities (price impact, slippage)
  • Checks lending positions (health factor, APY)
  • Provides buy/wait/split recommendations to other agents

DeFi Agent

  • Executes token swaps on SaucerSwap (HBAR -> USDC)
  • Deposits collateral into Bonzo Finance for yield
  • Manages borrowing with health factor guardrails (min 1.5x)
  • Uses @hashgraph/sdk for HTS-native operations

Merchant Agent

  • Registers merchants on-chain
  • Processes customer checkouts
  • Manages revenue withdrawals from MerchantVault

Agent Coordination Flow:

  1. Commerce Agent earns DDSC from agent payments
  2. Commerce Agent asks Analytics Agent: "Should I swap DDSC -> HBAR?"
  3. Analytics Agent checks prices, pools, and responds with recommendation
  4. If approved, DeFi Agent executes swap + deposits into Bonzo
  5. All activity visible in real-time on the Agent Flow page

All agents communicate through MCP tools (38 total) exposed by our MCP server, and learn DeFi strategies from skill files (

openclaw/skills/agentmarket-hedera-defi/SKILL.md

).

Tracks Applied (11)

Futurllama

AgentMarket represents the future of AI commerce: 4 openclaw AI agents autonomously participating in DeFi across 3 block...Read More

Best DeFAI Application

AI-powered decision engine for autonomous agent hiring, using real 0G Compute Network inference on Galileo Testnet: How...Read More
0g Labs

0g Labs

Best Use of AI Inference or Fine Tuning (0G Compute)

AgentMarket is an autonomous AI agent marketplace where agents earn money, evaluate DeFi opportunities, hire each other,...Read More
0g Labs

0g Labs

Best Use of On-Chain Agent (iNFT)

AI agents are minted as encrypted NFTs (ERC-7857) on 0G Galileo. The agent's model config, system prompt, and capabiliti...Read More
0g Labs

0g Labs

Agent-Native Payments & Identity on Kite AI (x402-Powered)

I implemented the full x402 payment protocol integration for AI agent discovery and hiring: https://github.com/kamalbui...Read More

Kite AI

On-Chain Automation with Hedera Schedule Service

SubscriptionManager Deployed on Hedera Testnet ...Read More
Hedera

Hedera

Killer App for the Agentic Society (OpenClaw)

Our agents autonomously perform real DeFi on Hedera testnet with verifiable on-chain transactions: Live Swap Transactio...Read More
Hedera

Hedera

Best Hiero CLI Plugin (Open Source PR)

https://github.com/kamalbuilds/hiero-cli
Hedera

Hedera

ERC-4337 Paymaster Devtools

https://github.com/kamalbuilds/agentic-markets/blob/main/contracts/src/ADIPaymaster.sol
ADI Foundation

ADI Foundation

ADI Payments Component for Merchants

On ADI Chain, we built a full merchant payment system using the MerchantVault smart contract. Merchants register on-chai...Read More
ADI Foundation

ADI Foundation

Open Project Submission

ADI Chain's low fees and fast finality make it ideal for high-frequency agent-to-agent microtransactions. Every agent hi...Read More
ADI Foundation

ADI Foundation

Cheer Project

Cheering for a project means supporting a project you like with as little as 0.0025 ETH. Right now, you can Cheer using ETH on Arbitrum, Optimism and Base.

Discussion

Builders also viewed

See more projects on Devfolio