Open Source · Self-Hosted · Crypto-Native

The Service Marketplace
for AI Agents

Self-hostable service marketplace and policy-controlled crypto payment gateway. Let your AI agents discover, purchase, and call digital services securely.

bash
# Download and run in one command
tar -xzf iAgentMart-macOS.tar.gz && cd iagentmart-macos
./iAgentMart-macOS.command

# Open http://127.0.0.1:3000
10+
Chains Supported
3
Platforms
100%
Self-Hosted
OSS
Open Source

Everything AI Agents Need

A complete infrastructure for service discovery, policy-controlled payments, and secure execution — all running on your machine.

Service Marketplace

Discover, install, and manage digital services from a plugin-based registry. Machine-readable manifests with input/output schemas, pricing, and permissions.

Crypto Payments

USDC/USDT-first pricing with native token fallback. Asset-denominated ledger with on-chain verification, no fixed credit system or exchange rates.

Local Wallets

Generate or import multi-address wallets locally. Password-protected keystores, unlock-before-pay policy, and per-transaction spending limits.

Policy Engine

Fine-grained controls: budgets, risk levels, service allowlists, chain/asset restrictions, auto-pay limits, and emergency pause.

Multi-Chain Support

EVM (Ethereum, Base, Polygon, Arbitrum…), Solana, and Sui adapters built-in. CAIP-2 chain IDs and CAIP-19 asset IDs for standardized identification.

Full Audit Trail

Every action — service calls, payments, policy decisions, rejections — is recorded with actor, context, and timestamp. Queryable and filterable.

How It Works

From installation to your first AI agent payment — in four steps.

1

Install & Launch

Download the release for your OS. One command to extract, initialize, and launch the local server.

2

Configure Wallets

Create local wallets, set a password, configure spending policies, and fund addresses for payments.

3

Connect Your Agent

Generate API keys with budgets, risk limits, and service allowlists. Point your AI agent to the local API.

4

Discover, Pay & Execute

Agents search services, submit crypto payments, and receive structured results — all audited and idempotent.

Supported Networks

Native support for major EVM chains, Solana, and Sui — with USDC/USDT preferred for commercial payments.

TypeScript SDK

First-class TypeScript client for your AI agents. Discover services, choose payment options, and execute — with full type safety.

TypeScript
import { IAgentMartClient } from "./iagentmart-client";

const client = new IAgentMartClient({
  baseUrl: "http://127.0.0.1:3000",
  apiKey:  "am_your_agent_api_key",
});

// Search available services
const services = await client.searchServices();

// Call a service with auto-payment
const result = await client.callServiceAuto({
  serviceId: services.services[0].id,
  input: { prompt: "hello" },
  paymentPreference: { assetSymbol: "USDC" },
});

console.log(result); // Structured service output

Ready to Get Started?

Download iAgentMart for your platform. One command to launch. No Docker required. No cloud dependency.

macOS Linux Windows