# INCOME 2 Agent Tools – Seller Status

> INCOME 2 Agent Tools – Seller Status is a paid API for AI agents from earn-tools-backend.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns the current operational status of the INCOME 2 Agent Tools seller node, including asset type, network, and attestation readiness for x402 pay-per-call transactions.

## Facts

- Endpoint: GET https://earn-tools-backend.onrender.com/seller-status
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/income-2-agent-tools-seller-status-e6486697
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bRlGpEkrZVNMgZcnpAlhA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability income-2-agent-tools-seller-status-e6486697
```

Example prompt: Check whether the INCOME 2 Agent Tools seller is online and ready to accept USDC payments on Base before I try to use it for a paid call.

## When to prefer this

Use this endpoint as a lightweight pre-flight check before attempting any paid x402 call to INCOME 2 Agent Tools. It is the cheapest way to confirm the seller is online, accepting USDC on Base, and that paid attestation is active — avoiding wasted payment attempts against a dormant backend.

## Known failure modes

- Seller service unavailable — backend may be sleeping on Render free tier, causing a cold-start delay or 503
- Network mismatch — seller may temporarily report a different chain than expected
- ok: false — seller node is running but not in a ready state for paid transactions
- Timeout — Render cold starts can cause response delays of 10–30 seconds

## How this service works

Live x402 seller health and Base status.

## Output

A JSON object indicating whether the seller is operational (ok: true/false), the accepted asset (e.g. USDC), the seller name, the network identifier (e.g. eip155:8453 for Base), and whether paid attestation is active.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "asset": "USDC",
  "seller": "INCOME 2 Agent Tools",
  "network": "eip155:8453",
  "paidAttestation": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/income-2-agent-tools-seller-status-e6486697/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from earn-tools-backend.onrender.com](https://www.zero.xyz/host/earn-tools-backend.onrender.com/llms.txt)
