---
name: delx-agent-commerce
description: Generate or transform low-cost images, speech and video through x402 on Base or Solana.
homepage: https://delx.ai/commerce
---

# Delx Agent Commerce

Use this service when an agent needs a durable generated media artifact without
creating an API account. Discover the current contract before paying:

```bash
npx agentcash@latest discover https://api.delx.ai
```

Then inspect the chosen endpoint:

```bash
npx agentcash@latest check https://api.delx.ai/api/v1/x402/image?src=agentcash
```

Call it with an exact spend ceiling:

```bash
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/image?src=agentcash   -m POST   -b '{"prompt":"A friendly robot creating digital art","aspect_ratio":"1:1"}'   --payment-protocol x402   --max-amount 0.01   -y
```

AgentCash may auto-select an advertised rail. Append `--payment-network base`
or `--payment-network solana` only when the controller needs an exact rail.
PayAI supplies the Solana fee payer, so the buyer needs USDC but not SOL for
the network fee.
Start with the bounded commercial handshake:
https://api.delx.ai/api/v1/tools?format=compact&tier=commerce

Canonical prices and AgentCash-attributed schemas live at
https://api.delx.ai/.well-known/x402?src=agentcash.
Never raise `--max-amount` above the published product price. On success,
download the artifact and verify its returned SHA-256.
