mirrored listing x402 eip155:8453basesolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Translation tuned for skilled-trade work: HVAC, refrigeration, electrical and construction

Translation tuned for skilled-trade work: HVAC, refrigeration, electrical and construction terms stay correct instead of collapsing into a generic word. Handles text typed fast without accent marks.

Do you run gibbr.app? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
2000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-04
updated

Provider

gibbr.app · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "2000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "base",
    "payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "2000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "6aCEuwH3PYx99cEmRz45otfxk39uF7ewGhqmvxfXisSG",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "2000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "category": "AI",
    "info": {
      "description": "Translation tuned for skilled-trade work: HVAC, refrigeration, electrical and construction terms stay correct instead of collapsing into a generic word. Handles text typed fast without accent marks.",
      "input": {
        "method": "POST",
        "type": "http"
      },
      "inputSchema": {
        "properties": {
          "source": {
            "description": "Source language code, or auto",
            "type": "string"
          },
          "target": {
            "description": "Target language code, e.g. es",
            "type": "string"
          },
          "text": {
            "description": "Text to translate",
            "type": "string"
          }
        },
        "required": [
          "text"
        ],
        "type": "object"
      },
      "name": "Gibbr — Trade-Accurate Translation",
      "output": {
        "example": {
          "engine": "qwen",
          "source": "en",
          "target": "es",
          "translated": "Cambia ese capacitor, no el condensador."
        }
      },
      "outputSchema": {
        "properties": {
          "engine": {
            "type": "string"
          },
          "source": {
            "type": "string"
          },
          "target": {
            "type": "string"
          },
          "translated": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "tags": [
        "translation",
        "language",
        "trades",
        "hvac",
        "ai-agents"
      ]
    },
    "networks": [
      "Base"
    ],
    "provider": "AgentPay",
    "providerUrl": "https://agentpaystore.com",
    "schema": {
      "properties": {
        "engine": {
          "type": "string"
        },
        "source": {
          "type": "string"
        },
        "target": {
          "type": "string"
        },
        "translated": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "tags": [
      "translation",
      "language",
      "trades",
      "hvac",
      "ai-agents"
    ]
  }
}

Use it

curl

curl "https://gibbr.app/agent/translate"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://gibbr.app/agent/translate");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://gibbr.app/agent/translate")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/15385.json, and this resource appears in /discovery/resources and /discovery/search.