INTELLIGENCE

Data worth acting on.

Agent-collected datasets and analytics, built around your question.

AGENT-COLLECTED DATA

Raw activity.
Useful intelligence.

Our collection agents gather payment records, provider listings and endpoint observations. We organize the evidence into dated datasets you can explore, analyze and request.

01 / PAYMENTS

Understand activity.

Amounts, currencies, wallets and transaction evidence. Filter by time to study patterns and concentration.

02 / PROVIDERS

Compare the market.

Service listings, advertised prices, payment options and endpoint observations—with sources attached.

03 / HISTORY

See what changed.

Dated snapshots and change records reveal shifts that a current directory cannot show.

The value is in the connections: normalized records, history and traceable evidence. Custom datasets and analytics are scoped to your question and available coverage.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

585 observations · Differences between dated observations.

x402.outpimp.comFIRE (Financial Independence, Retire Early) calculator. Projects year-by-year net worth growth to determine how many years until your portfolio can sustainably fund retirement spending at a given safe withdrawal rate — precise compound-growth simulation an LLM cannot reliably run mentally. incomeGrowthRate is deflated by inflationRate internally. Past retirementAge the simulation draws down retirementAnnualSpending with no further income.
https://x402.outpimp.com/fireCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "FIRE (Financial Independence, Retire Early) calculator. Projects year-by-year net worth growth to determine how many years until your portfolio can sustainably fund retirement spending at a given safe withdrawal rate — precise compound-growth simulation an LLM cannot reliably run mentally. incomeGrowthRate is deflated by inflationRate internally. Past retirementAge the simulation draws down retirementAnnualSpending with no further income.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "assetAllocations": {
                "description": "Optional multi-asset breakdown, e.g. [{name:\"Stocks\",percent:0.9,returnRate:0.08},{name:\"Cash\",percent:0.1,returnRate:0.005}] for a 90% stocks / 10% cash portfolio. Percentages must sum to 1 (within 1%). When provided, the weighted-average return replaces investmentReturnRate.",
                "items": {
                  "properties": {
                    "name": {
                      "description": "Label for this asset class (e.g. \"Stocks\", \"Bonds\", \"Cash\", \"Other\"). Required.",
                      "type": "string"
                    },
                    "percent": {
                      "description": "Fraction of the portfolio in this asset class (0-1).",
                      "type": "number"
                    },
                    "returnRate": {
                      "description": "Expected annual return for this asset class, as a fraction.",
                      "type": "number"
                    }
                  },
                  "required": [
                    "name",
                    "percent",
                    "returnRate"
                  ],
                  "type": "object"
                },
                "type": "array"
              },
              "currentAge": {
                "description": "Your current age in years (0-100).",
                "type": "number"
              },
              "currentAnnualIncome": {
                "description": "Current annual take-home income.",
                "type": "number"
              },
              "currentAnnualSpending": {
                "description": "Current annual spending.",
                "type": "number"
              },
              "currentNetWorth": {
                "description": "Current invested net worth.",
                "type": "number"
              },
              "employerMatchPercent": {
                "default": 0,
                "description": "Employer retirement-account match, as a fraction of pretaxAnnualIncome (0-1). Default 0.",
                "type": "number"
              },
              "incomeGrowthRate": {
                "default": 0,
                "description": "Expected annual (nominal) income growth rate, as a fraction. Default 0. Deflated by inflationRate before use, same as investmentReturnRate.",
                "type": "number"
              },
              "inflationRate": {
                "default": 0.03,
                "description": "Expected annual inflation rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "investmentReturnRate": {
                "default": 0.07,
                "description": "Expected annual investment return, as a fraction (e.g. 0.07). Default 0.07. Ignored if assetAllocations is provided.",
                "type": "number"
              },
              "pretaxAnnualIncome": {
                "description": "Pre-tax annual salary, used only to compute employerMatchPercent. Default: same as currentAnnualIncome.",
                "type": "number"
              },
              "retirementAge": {
                "default": 67,
                "description": "Age at which you stop earning income and switch to drawing down retirementAnnualSpending each year (between currentAge and 100). Default 67.",
                "type": "number"
              },
              "retirementAnnualSpending": {
                "description": "Expected annual spending in retirement.",
                "type": "number"
              },
              "swr": {
                "default": 0.04,
                "description": "Safe withdrawal rate, as a fraction. Default 0.04.",
                "type": "number"
              }
            },
            "required": [
              "currentAge",
              "currentAnnualIncome",
              "currentAnnualSpending",
              "retirementAnnualSpending",
              "currentNetWorth"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "4e7d8f72566491471e91287fbc2e326e5b8d5149b951d674b58c284b0c84cb27",
  "service_id": "37a2a7bf830495dd47e7266887b5e6884470f4bcfb14f89ad4883add68889b78",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:45.269Z",
  "url": "https://x402.outpimp.com/fireCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comURL validation API. Checks whether a string is a syntactically valid URL, catching malformed schemes, hosts, and encoding edge cases a naive check misses. Returns true or false.
https://x402.outpimp.com/isURL
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "URL validation API. Checks whether a string is a syntactically valid URL, catching malformed schemes, hosts, and encoding edge cases a naive check misses. Returns true or false.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "value": {
                "description": "The string to validate as a URL.",
                "type": "string"
              }
            },
            "required": [
              "value"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "136d61a4e190737534b6fdc2cb6b405e5f3a9e4390143d30d7ad691a38253ac2",
  "service_id": "3edf4f09b4369fe125f81725a95a531506af26c42193d99aeb07ea1e0e32026a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:17.634Z",
  "url": "https://x402.outpimp.com/isURL",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comWindfall impact on FIRE timeline calculator. Runs the FIRE net-worth simulation twice — with and without a one-time lump sum added at a given year — and reports how many years the windfall shaves off your time to financial independence.
https://x402.outpimp.com/windfallFireImpactCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Windfall impact on FIRE timeline calculator. Runs the FIRE net-worth simulation twice — with and without a one-time lump sum added at a given year — and reports how many years the windfall shaves off your time to financial independence.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "currentAnnualIncome": {
                "description": "Current annual take-home income.",
                "type": "number"
              },
              "currentAnnualSpending": {
                "description": "Current annual spending.",
                "type": "number"
              },
              "currentNetWorth": {
                "description": "Current invested net worth.",
                "type": "number"
              },
              "inflationRate": {
                "default": 0.03,
                "description": "Expected annual inflation rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "investmentReturnRate": {
                "default": 0.07,
                "description": "Expected annual investment return, as a fraction. Default 0.07.",
                "type": "number"
              },
              "retirementAnnualSpending": {
                "description": "Expected annual spending in retirement.",
                "type": "number"
              },
              "swr": {
                "default": 0.04,
                "description": "Safe withdrawal rate, as a fraction. Default 0.04.",
                "type": "number"
              },
              "windfallAmount": {
                "description": "One-time lump sum received.",
                "type": "number"
              },
              "windfallYear": {
                "default": 0,
                "description": "Number of years from now the windfall is received. Default 0.",
                "type": "number"
              }
            },
            "required": [
              "currentAnnualIncome",
              "currentAnnualSpending",
              "retirementAnnualSpending",
              "currentNetWorth",
              "windfallAmount"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "a3ee788a2c0bea85bbc4762b858860a3a57eb9597d222ffa70ba39bf0a0eb2b8",
  "service_id": "45f3703cd849727f333e4d77381ccedd37f02363966a15efd603e3b5178c84d2",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:50.678Z",
  "url": "https://x402.outpimp.com/windfallFireImpactCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comChecksummed-financial-identifier generator API. Generates a structurally valid iban, bic, creditCardNumber, bitcoinAddress, litecoinAddress, ethereumAddress, or routingNumber, each computed with its real checksum algorithm (mod-97, Luhn, EIP-55, etc.). Accepts optional locale (default en_US).
https://x402.outpimp.com/generateFinanceData
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Checksummed-financial-identifier generator API. Generates a structurally valid iban, bic, creditCardNumber, bitcoinAddress, litecoinAddress, ethereumAddress, or routingNumber, each computed with its real checksum algorithm (mod-97, Luhn, EIP-55, etc.). Accepts optional locale (default en_US).",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "args": {
                "description": "Method-specific options, e.g. {\"issuer\":\"visa\"}.",
                "type": "object"
              },
              "field": {
                "description": "Which checksummed financial identifier to generate.",
                "enum": [
                  "iban",
                  "bic",
                  "creditCardNumber",
                  "bitcoinAddress",
                  "litecoinAddress",
                  "ethereumAddress",
                  "routingNumber"
                ],
                "type": "string"
              },
              "locale": {
                "default": "en_US",
                "description": "Locale code, e.g. \"en_US\", \"de\".",
                "type": "string"
              }
            },
            "required": [
              "field"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "ace199bdac47a9ddd391c36dc3b2df14bb3b13517dcc6ce6883491809da73eb2",
  "service_id": "46b593859acd66ec91b22f524f10d49657fc02207e3fd4d1399e8c9ca28bbe93",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:38.328Z",
  "url": "https://x402.outpimp.com/generateFinanceData",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comLine-based diff between two strings using the Myers diff algorithm (via the diff/jsdiff library), returning a list of equal/add/remove operations.
https://x402.outpimp.com/diffText
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Line-based diff between two strings using the Myers diff algorithm (via the diff/jsdiff library), returning a list of equal/add/remove operations.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "textA": {
                "description": "Original text. Max 50,000 characters and 2,000 lines.",
                "type": "string"
              },
              "textB": {
                "description": "Modified text. Max 50,000 characters and 2,000 lines.",
                "type": "string"
              }
            },
            "required": [
              "textA",
              "textB"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "e76c051f1c6d5789ae2ff2ceb99a6a74338eb8f01bb0a6e2e8a04fdbb2096eed",
  "service_id": "4be678a642807d1cad75898bcf228d93639eb05b665185e19b2a463c26d606ea",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:36.798Z",
  "url": "https://x402.outpimp.com/diffText",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comLive currency exchange rate API. Returns the current exchange rate between any two ISO 4217 currency codes (e.g. USD to EUR) — live external data an LLM cannot know on its own.
https://x402.outpimp.com/getCurrencyRate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Live currency exchange rate API. Returns the current exchange rate between any two ISO 4217 currency codes (e.g. USD to EUR) — live external data an LLM cannot know on its own.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "from": {
                "description": "Source currency code, e.g. \"USD\".",
                "type": "string"
              },
              "to": {
                "description": "Target currency code, e.g. \"EUR\".",
                "type": "string"
              }
            },
            "required": [
              "from",
              "to"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "024cbc027ef8f52053aeb090f2ec2f593e1840156859fc437f63f03bb467c6d0",
  "service_id": "55cdcdf4aea283c025e3cd01f99eddbd083cac2a0cf0fc7c3e18d5c3a40ac2fa",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:40.981Z",
  "url": "https://x402.outpimp.com/getCurrencyRate",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comLookup of standard physical constants (speed of light, gravitational constant, Planck constant, elementary charge, Avogadro number, Boltzmann constant, gas constant, electron mass) with exact published CODATA values.
https://x402.outpimp.com/physicalConstants
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Lookup of standard physical constants (speed of light, gravitational constant, Planck constant, elementary charge, Avogadro number, Boltzmann constant, gas constant, electron mass) with exact published CODATA values.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "constant": {
                "description": "Which constant to look up.",
                "enum": [
                  "speedOfLight",
                  "gravitationalConstant",
                  "planckConstant",
                  "elementaryCharge",
                  "avogadroNumber",
                  "boltzmannConstant",
                  "gasConstant",
                  "electronMass"
                ],
                "type": "string"
              }
            },
            "required": [
              "constant"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "6225de87e3a4514c4156ad6a880ea5bd10039b79913143007db0fe1633bc04b6",
  "service_id": "575214e69f8a3d44aa4a322c1a961f503088196b72684e3a3e957494a3b624c5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:30.184Z",
  "url": "https://x402.outpimp.com/physicalConstants",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comSlug generator API. Converts any text into a clean, URL-safe slug (lowercase, hyphen-separated, unicode-aware), handling punctuation and accented-character edge cases a naive regex misses.
https://x402.outpimp.com/generateSlug
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Slug generator API. Converts any text into a clean, URL-safe slug (lowercase, hyphen-separated, unicode-aware), handling punctuation and accented-character edge cases a naive regex misses.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "text": {
                "description": "The text to slugify.",
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "d49e9f2f2478d72663622879985d703bb6241aab2523cc42bfb37b77022a7a56",
  "service_id": "58976b487271f39962a6b86497ca6bd830d5bbe2d1505b9e526946d25637cf93",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:29.789Z",
  "url": "https://x402.outpimp.com/generateSlug",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comDeterministic primality test using the Miller-Rabin algorithm with a witness set proven deterministic for all integers below 3.3x10^24, safely covering the full JavaScript safe-integer range.
https://x402.outpimp.com/isPrime
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Deterministic primality test using the Miller-Rabin algorithm with a witness set proven deterministic for all integers below 3.3x10^24, safely covering the full JavaScript safe-integer range.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "n": {
                "description": "Non-negative integer to test (0 to 2^53 - 1).",
                "type": "number"
              }
            },
            "required": [
              "n"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "f0f77697cae79e8af154f493df6316e2e340c69c8b19a1f0d87daf1f0a6e4a21",
  "service_id": "59384b393e8886d11aac35c66405c9ea5243d321863f8502430ecf97c56e47a0",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:26.398Z",
  "url": "https://x402.outpimp.com/isPrime",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comFat FIRE calculator. Same year-by-year compound-growth simulation as the standard FIRE calculator, framed for a higher, more lifestyle-preserving retirement spending target.
https://x402.outpimp.com/fatFireCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Fat FIRE calculator. Same year-by-year compound-growth simulation as the standard FIRE calculator, framed for a higher, more lifestyle-preserving retirement spending target.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "currentAge": {
                "description": "Your current age in years.",
                "type": "number"
              },
              "currentAnnualIncome": {
                "description": "Current annual take-home income.",
                "type": "number"
              },
              "currentAnnualSpending": {
                "description": "Current annual spending.",
                "type": "number"
              },
              "currentNetWorth": {
                "description": "Current invested net worth.",
                "type": "number"
              },
              "inflationRate": {
                "default": 0.03,
                "description": "Expected annual inflation rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "investmentReturnRate": {
                "default": 0.07,
                "description": "Expected annual investment return, as a fraction. Default 0.07.",
                "type": "number"
              },
              "retirementAnnualSpending": {
                "description": "Target (higher) annual spending in retirement.",
                "type": "number"
              },
              "swr": {
                "default": 0.04,
                "description": "Safe withdrawal rate, as a fraction. Default 0.04.",
                "type": "number"
              }
            },
            "required": [
              "currentAge",
              "currentAnnualIncome",
              "currentAnnualSpending",
              "retirementAnnualSpending",
              "currentNetWorth"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "ec13ea01a3be44db136450ccbc79f811bd8a0e9ab2e46674b60d044d27593aa8",
  "service_id": "65afe9d296250a639c8b967097addedfb5ce53d2d7b7e25ce586ae6c119635ad",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:47.993Z",
  "url": "https://x402.outpimp.com/fatFireCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comCap rate calculator for real estate investing. Runs a full multi-year deal analysis (per-category rent/expense growth, a sale scenario, IRR) and headlines the capitalization rate: first-year NOI divided by purchase price.
https://x402.outpimp.com/capRateCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Cap rate calculator for real estate investing. Runs a full multi-year deal analysis (per-category rent/expense growth, a sale scenario, IRR) and headlines the capitalization rate: first-year NOI divided by purchase price.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "annualInsurance": {
                "description": "Annual landlord insurance in the first year.",
                "type": "number"
              },
              "annualMaintenance": {
                "description": "Annual maintenance budget in the first year.",
                "type": "number"
              },
              "annualPropertyTaxes": {
                "description": "Annual property taxes in the first year.",
                "type": "number"
              },
              "closingCosts": {
                "default": 0,
                "description": "Closing costs. Default 0.",
                "type": "number"
              },
              "downPaymentPercent": {
                "description": "Down payment as a fraction of purchase price (0-1). Use 1 for an all-cash purchase.",
                "type": "number"
              },
              "hoaAnnualIncrease": {
                "default": 0.03,
                "description": "Annual HOA fee growth rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "holdingLengthYears": {
                "description": "Number of years you plan to hold the property before selling (1-50).",
                "type": "number"
              },
              "insuranceAnnualIncrease": {
                "default": 0.03,
                "description": "Annual insurance growth rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "interestRate": {
                "description": "Annual mortgage interest rate, as a fraction. Ignored if downPaymentPercent is 1.",
                "type": "number"
              },
              "loanTermYears": {
                "description": "Loan term in years (1-50). Ignored if downPaymentPercent is 1.",
                "type": "number"
              },
              "maintenanceAnnualIncrease": {
                "default": 0.03,
                "description": "Annual maintenance cost growth rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "monthlyHOA": {
                "default": 0,
                "description": "Monthly HOA fee. Default 0.",
                "type": "number"
              },
              "monthlyRent": {
                "description": "Total monthly rent collected, before vacancy/management fee.",
                "type": "number"
              },
              "otherAnnualExpenses": {
                "default": 0,
                "description": "Other annual operating expenses in the first year. Default 0.",
                "type": "number"
              },
              "otherAnnualIncrease": {
                "default": 0.03,
                "description": "Annual growth rate for other expenses, as a fraction. Default 0.03.",
                "type": "number"
              },
              "propertyManagementFeeRate": {
                "default": 0.1,
                "description": "Property management fee, as a fraction of gross rent (0-1). Default 0.10.",
                "type": "number"
              },
              "purchasePrice": {
                "description": "Property purchase price.",
                "type": "number"
              },
              "rehabCosts": {
                "default": 0,
                "description": "Upfront rehab/improvement costs. Default 0.",
                "type": "number"
              },
              "rentAnnualIncrease": {
                "default": 0.03,
                "description": "Annual rent growth rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "saleExpensesRate": {
                "default": 0.09,
                "description": "Sale costs (agent commission, closing costs, etc.), as a fraction of sale price (0-1). Default 0.09.",
                "type": "number"
              },
              "salePrice": {
                "description": "Expected sale price at the end of the holding period.",
                "type": "number"
              },
              "taxesAnnualIncrease": {
                "default": 0.03,
                "description": "Annual property tax growth rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "vacancyRate": {
                "default": 0.08,
                "description": "Expected vacancy rate, as a fraction (0-1). Default 0.08.",
                "type": "number"
              }
            },
            "required": [
              "purchasePrice",
              "downPaymentPercent",
              "interestRate",
              "loanTermYears",
              "monthlyRent",
              "annualPropertyTaxes",
              "annualInsurance",
              "annualMaintenance",
              "salePrice",
              "holdingLengthYears"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "5e4f7f64776698db333d288b369d7132a65211eb720fbe3732c5619a7063c4ec",
  "service_id": "6674c64c2392e3d5c38a48caf1e81afa33bff3ad241a6d3a05931b7948fa1a6c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:57.024Z",
  "url": "https://x402.outpimp.com/capRateCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comCash-on-cash return calculator for real estate investing. Runs a full multi-year deal analysis (per-category rent/expense growth, a sale scenario, IRR) and headlines the first-year cash-on-cash return: operating cash flow divided by invested cash.
https://x402.outpimp.com/cashOnCashReturnCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Cash-on-cash return calculator for real estate investing. Runs a full multi-year deal analysis (per-category rent/expense growth, a sale scenario, IRR) and headlines the first-year cash-on-cash return: operating cash flow divided by invested cash.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "annualInsurance": {
                "description": "Annual landlord insurance in the first year.",
                "type": "number"
              },
              "annualMaintenance": {
                "description": "Annual maintenance budget in the first year.",
                "type": "number"
              },
              "annualPropertyTaxes": {
                "description": "Annual property taxes in the first year.",
                "type": "number"
              },
              "closingCosts": {
                "default": 0,
                "description": "Closing costs. Default 0.",
                "type": "number"
              },
              "downPaymentPercent": {
                "description": "Down payment as a fraction of purchase price (0-1). Use 1 for an all-cash purchase.",
                "type": "number"
              },
              "hoaAnnualIncrease": {
                "default": 0.03,
                "description": "Annual HOA fee growth rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "holdingLengthYears": {
                "description": "Number of years you plan to hold the property before selling (1-50).",
                "type": "number"
              },
              "insuranceAnnualIncrease": {
                "default": 0.03,
                "description": "Annual insurance growth rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "interestRate": {
                "description": "Annual mortgage interest rate, as a fraction. Ignored if downPaymentPercent is 1.",
                "type": "number"
              },
              "loanTermYears": {
                "description": "Loan term in years (1-50). Ignored if downPaymentPercent is 1.",
                "type": "number"
              },
              "maintenanceAnnualIncrease": {
                "default": 0.03,
                "description": "Annual maintenance cost growth rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "monthlyHOA": {
                "default": 0,
                "description": "Monthly HOA fee. Default 0.",
                "type": "number"
              },
              "monthlyRent": {
                "description": "Total monthly rent collected, before vacancy/management fee.",
                "type": "number"
              },
              "otherAnnualExpenses": {
                "default": 0,
                "description": "Other annual operating expenses in the first year. Default 0.",
                "type": "number"
              },
              "otherAnnualIncrease": {
                "default": 0.03,
                "description": "Annual growth rate for other expenses, as a fraction. Default 0.03.",
                "type": "number"
              },
              "propertyManagementFeeRate": {
                "default": 0.1,
                "description": "Property management fee, as a fraction of gross rent (0-1). Default 0.10.",
                "type": "number"
              },
              "purchasePrice": {
                "description": "Property purchase price.",
                "type": "number"
              },
              "rehabCosts": {
                "default": 0,
                "description": "Upfront rehab/improvement costs. Default 0.",
                "type": "number"
              },
              "rentAnnualIncrease": {
                "default": 0.03,
                "description": "Annual rent growth rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "saleExpensesRate": {
                "default": 0.09,
                "description": "Sale costs (agent commission, closing costs, etc.), as a fraction of sale price (0-1). Default 0.09.",
                "type": "number"
              },
              "salePrice": {
                "description": "Expected sale price at the end of the holding period.",
                "type": "number"
              },
              "taxesAnnualIncrease": {
                "default": 0.03,
                "description": "Annual property tax growth rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "vacancyRate": {
                "default": 0.08,
                "description": "Expected vacancy rate, as a fraction (0-1). Default 0.08.",
                "type": "number"
              }
            },
            "required": [
              "purchasePrice",
              "downPaymentPercent",
              "interestRate",
              "loanTermYears",
              "monthlyRent",
              "annualPropertyTaxes",
              "annualInsurance",
              "annualMaintenance",
              "salePrice",
              "holdingLengthYears"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "5e4f7f64776698db333d288b369d7132a65211eb720fbe3732c5619a7063c4ec",
  "service_id": "70b0871276fe11bf44ef268dcd8d3d230e630eae35760ca23264653ad2f73882",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:58.357Z",
  "url": "https://x402.outpimp.com/cashOnCashReturnCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comTrue-random-number generator API. Generates a bounded random number via one of: int, float, binary, octal, hex, bigInt (returned as a string), romanNumeral. Accepts optional locale (default en_US). Numeric args (min, max, multipleOf) are capped to +/-1e15; fractionDigits is capped to 0-20.
https://x402.outpimp.com/generateNumberData
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "True-random-number generator API. Generates a bounded random number via one of: int, float, binary, octal, hex, bigInt (returned as a string), romanNumeral. Accepts optional locale (default en_US). Numeric args (min, max, multipleOf) are capped to +/-1e15; fractionDigits is capped to 0-20.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "args": {
                "description": "Method-specific options, e.g. {\"min\":1,\"max\":100}.",
                "type": "object"
              },
              "field": {
                "description": "Which number-generation method to call.",
                "enum": [
                  "int",
                  "float",
                  "binary",
                  "octal",
                  "hex",
                  "bigInt",
                  "romanNumeral"
                ],
                "type": "string"
              },
              "locale": {
                "default": "en_US",
                "description": "Locale code, e.g. \"en_US\", \"de\".",
                "type": "string"
              }
            },
            "required": [
              "field"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "a0b0b27307da15db1ef1a46293a50e2c68e3ab6088b20d61375104357f91c573",
  "service_id": "713b677b7fec5cf2b11fc479bd3def85bca01170673dffaaee6aa758934e8738",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:31.566Z",
  "url": "https://x402.outpimp.com/generateNumberData",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comElectric car savings calculator. Compares annual electricity cost against annual gas cost for a comparable gas vehicle, accounting for free-charging usage, and computes break-even years, cost per full charge, and gas-price-equivalent effective MPG.
https://x402.outpimp.com/electricCarSavingsCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Electric car savings calculator. Compares annual electricity cost against annual gas cost for a comparable gas vehicle, accounting for free-charging usage, and computes break-even years, cost per full charge, and gas-price-equivalent effective MPG.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "electricVehicle": {
                "properties": {
                  "batteryCapacityKwh": {
                    "type": "number"
                  },
                  "electricityRatePerKwh": {
                    "type": "number"
                  },
                  "freeChargingPercent": {
                    "default": 0,
                    "description": "Fraction of charging that is free (0-1). Default 0.",
                    "type": "number"
                  },
                  "purchasePrice": {
                    "type": "number"
                  },
                  "rangeMiles": {
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "gasPricePerGallon": {
                "description": "Local gas price per gallon.",
                "type": "number"
              },
              "gasVehicle": {
                "properties": {
                  "mpg": {
                    "type": "number"
                  },
                  "purchasePrice": {
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "milesPerYear": {
                "description": "Expected annual miles driven.",
                "type": "number"
              }
            },
            "required": [
              "milesPerYear",
              "gasPricePerGallon",
              "gasVehicle",
              "electricVehicle"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "af6607331e33314d5f69bbb24306ebdeb96e4a551d65b089ad8396950cb6d4d3",
  "service_id": "74ab73e7979255ed586a30b2b06e67f1451fc1ab6eabed52a6bddebd003bcdfe",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:14.934Z",
  "url": "https://x402.outpimp.com/electricCarSavingsCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comURL decoder API. Decodes percent-encoded URL text back to plain text.
https://x402.outpimp.com/urlDecode
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "URL decoder API. Decodes percent-encoded URL text back to plain text.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "text": {
                "description": "The percent-encoded text to decode.",
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "9569959a5a59686faff3686d6a7a5f469ad207a1e61fe5573c89c366737e6274",
  "service_id": "856642b6d7c0f95b68c08f5ecec27f299196c492c030454f5698c8a5d3510d82",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:25.486Z",
  "url": "https://x402.outpimp.com/urlDecode",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comConverts a color between hex, rgb, and hsl representations using exact arithmetic.
https://x402.outpimp.com/colorConvert
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Converts a color between hex, rgb, and hsl representations using exact arithmetic.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "from": {
                "description": "Source color format.",
                "enum": [
                  "hex",
                  "rgb",
                  "hsl"
                ],
                "type": "string"
              },
              "to": {
                "description": "Target color format.",
                "enum": [
                  "hex",
                  "rgb",
                  "hsl"
                ],
                "type": "string"
              },
              "value": {
                "description": "The color value: a string for hex, or {r,g,b}/{h,s,l} for rgb/hsl."
              }
            },
            "required": [
              "from",
              "to",
              "value"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "61bb16c8372310b16330ebb82cf72087c4911d34258e376ea150efdf99403e59",
  "service_id": "86ae774fd8a0b300e63865d43b0d7c5025a1adfaab8592bf4144d352f9e5d455",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:39.441Z",
  "url": "https://x402.outpimp.com/colorConvert",
  "usage_rights": "not_reviewed"
}
x402.outpimp.com15-year vs 30-year mortgage comparison calculator. Computes monthly payment and total interest for both loan terms on the same purchase price and down payment, and reports the payment and lifetime-interest tradeoff between them.
https://x402.outpimp.com/mortgageComparisonCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "15-year vs 30-year mortgage comparison calculator. Computes monthly payment and total interest for both loan terms on the same purchase price and down payment, and reports the payment and lifetime-interest tradeoff between them.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "downPaymentPercent": {
                "default": 0.2,
                "description": "Down payment as a fraction of purchase price (0-1). Default 0.2.",
                "type": "number"
              },
              "interestRate15": {
                "description": "Annual interest rate for the 15-year loan, as a fraction.",
                "type": "number"
              },
              "interestRate30": {
                "description": "Annual interest rate for the 30-year loan, as a fraction.",
                "type": "number"
              },
              "purchasePrice": {
                "description": "Home purchase price.",
                "type": "number"
              }
            },
            "required": [
              "purchasePrice",
              "interestRate15",
              "interestRate30"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "f089ae98b37e3a34ac84cf6dbfe04290b15c78b302d8de64e7e69d7f785eb5a8",
  "service_id": "8b1dc6fc4f2b7937d797d9060b5b8165a28c94972dd61956644d699b98bbe781",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:54.632Z",
  "url": "https://x402.outpimp.com/mortgageComparisonCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comPortfolio rebalancing calculator. Given current holdings and target allocation percentages, computes the dollar gap per asset and the monthly buy/sell inflow needed to reach the target allocation over a chosen rebalancing period.
https://x402.outpimp.com/portfolioRebalancingCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Portfolio rebalancing calculator. Given current holdings and target allocation percentages, computes the dollar gap per asset and the monthly buy/sell inflow needed to reach the target allocation over a chosen rebalancing period.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "holdings": {
                "description": "Array of holdings, each with name, currentAmount, and targetPercent (must sum to 1 across all holdings). Max 50 entries.",
                "items": {
                  "properties": {
                    "currentAmount": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "targetPercent": {
                      "type": "number"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "rebalancingPeriodMonths": {
                "default": 1,
                "description": "Number of months to spread the rebalancing over. Default 1 (immediate lump-sum rebalance).",
                "type": "number"
              }
            },
            "required": [
              "holdings"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "b50e31e93882545748b53f993aa7a4d7591841e9fb8e566eb9ff8c98f485f3cd",
  "service_id": "92dcf97a345eb031643c28aae75ebe113cf646110afb5d5657f1c1c55fd225d5",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:03.057Z",
  "url": "https://x402.outpimp.com/portfolioRebalancingCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comBase64 encoder API. Encodes UTF-8 text to base64 instantly and correctly — skip burning agent tokens hand-computing base64, which LLMs frequently get wrong on padding and edge cases.
https://x402.outpimp.com/base64Encode
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Base64 encoder API. Encodes UTF-8 text to base64 instantly and correctly — skip burning agent tokens hand-computing base64, which LLMs frequently get wrong on padding and edge cases.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "text": {
                "description": "The plain text to encode.",
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "f90f38693e09f9867eb4c0a7b5022145b95dc55e0047bb8dbc38f549a76d34e9",
  "service_id": "92f1058b668b0a1f35afe12fcea65ecf24dbe1e5bb2e1ec7fcd2e2af3d8bc393",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:19.061Z",
  "url": "https://x402.outpimp.com/base64Encode",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comEmail validation API. Checks whether a string is a syntactically valid email address using the same production-grade validation library trusted across the Node.js ecosystem, catching edge cases a quick regex misses. Returns true or false.
https://x402.outpimp.com/isEmail
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Email validation API. Checks whether a string is a syntactically valid email address using the same production-grade validation library trusted across the Node.js ecosystem, catching edge cases a quick regex misses. Returns true or false.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "value": {
                "description": "The string to validate as an email address.",
                "type": "string"
              }
            },
            "required": [
              "value"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "207d0a724d22e50cffe8598340f206afcd2c49f7b0d6dcaad01753e73d93a51a",
  "service_id": "99712f65cd3c4af6af74b84c03ffbe0861fed25d5d3e452371a739ab35a2afd4",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:16.002Z",
  "url": "https://x402.outpimp.com/isEmail",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comGenerates a QR code for the given text, returned as a base64-encoded PNG data URL, computed entirely locally with no external service call.
https://x402.outpimp.com/qrCodeGenerate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Generates a QR code for the given text, returned as a base64-encoded PNG data URL, computed entirely locally with no external service call.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "text": {
                "description": "Text or URL to encode. Max 500 characters.",
                "type": "string"
              }
            },
            "required": [
              "text"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "dc37d15e15aab11dcfd4632a5cc455381755a7fe8c4bc0d6e06f30cdd9c5779a",
  "service_id": "9c6f135200ef82ced09124b26d31abf3974fffb09704848fe260ade4e62e3ea1",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:40.872Z",
  "url": "https://x402.outpimp.com/qrCodeGenerate",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comPrime factorization of an integer via trial division, returning the full list of prime factors (with repetition).
https://x402.outpimp.com/primeFactorize
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Prime factorization of an integer via trial division, returning the full list of prime factors (with repetition).",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "n": {
                "description": "Integer to factorize (2 to 10^12).",
                "type": "number"
              }
            },
            "required": [
              "n"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "cf398426bbcef01f97149a9f0ab54efd59bc128f41f88b6396ca226cf5e82640",
  "service_id": "a4f554cceecfc346936890e016650bfec490ba477037d95ffc45d7b2d38ecc0b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:24.69Z",
  "url": "https://x402.outpimp.com/primeFactorize",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comKeeping up with inflation calculator. Computes the pre-tax raise needed under two scenarios — keeping the same dollar amount saved, or maintaining the same savings rate — after inflation raises your spending and a marginal tax rate reduces the raise itself.
https://x402.outpimp.com/keepingUpWithInflationCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Keeping up with inflation calculator. Computes the pre-tax raise needed under two scenarios — keeping the same dollar amount saved, or maintaining the same savings rate — after inflation raises your spending and a marginal tax rate reduces the raise itself.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "annualInflationRate": {
                "default": 0.03,
                "description": "Personal annual inflation rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "marginalTaxRate": {
                "description": "Marginal tax rate applied to additional income, as a fraction (0 to <1).",
                "type": "number"
              },
              "monthlySpending": {
                "description": "Current monthly spending, before inflation.",
                "type": "number"
              },
              "monthlyTakeHomePay": {
                "description": "Current monthly take-home pay, before the raise.",
                "type": "number"
              }
            },
            "required": [
              "marginalTaxRate",
              "monthlyTakeHomePay",
              "monthlySpending"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "4e07c7d5bbd689f82f9037dbff575f8a0c3a94cf0179f0245bad7057d5b64c6f",
  "service_id": "a58dd77be84617633f1873f92b69947a3eb64d8d2807b3e66a5ca8cc142cb080",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:07.008Z",
  "url": "https://x402.outpimp.com/keepingUpWithInflationCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comPurchase impact on FIRE timeline calculator. Runs the FIRE net-worth simulation twice — with and without a one-time purchase amount deducted at a given year — and reports how many years that purchase delays financial independence, quantifying its true opportunity cost.
https://x402.outpimp.com/purchaseFireImpactCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Purchase impact on FIRE timeline calculator. Runs the FIRE net-worth simulation twice — with and without a one-time purchase amount deducted at a given year — and reports how many years that purchase delays financial independence, quantifying its true opportunity cost.",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "currentAnnualIncome": {
                "description": "Current annual take-home income.",
                "type": "number"
              },
              "currentAnnualSpending": {
                "description": "Current annual spending.",
                "type": "number"
              },
              "currentNetWorth": {
                "description": "Current invested net worth.",
                "type": "number"
              },
              "inflationRate": {
                "default": 0.03,
                "description": "Expected annual inflation rate, as a fraction. Default 0.03.",
                "type": "number"
              },
              "investmentReturnRate": {
                "default": 0.07,
                "description": "Expected annual investment return, as a fraction. Default 0.07.",
                "type": "number"
              },
              "purchaseAmount": {
                "description": "One-time purchase amount.",
                "type": "number"
              },
              "purchaseYear": {
                "default": 0,
                "description": "Number of years from now the purchase is made. Default 0.",
                "type": "number"
              },
              "retirementAnnualSpending": {
                "description": "Expected annual spending in retirement.",
                "type": "number"
              },
              "swr": {
                "default": 0.04,
                "description": "Safe withdrawal rate, as a fraction. Default 0.04.",
                "type": "number"
              }
            },
            "required": [
              "currentAnnualIncome",
              "currentAnnualSpending",
              "retirementAnnualSpending",
              "currentNetWorth",
              "purchaseAmount"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "a93704e729e0718cac717528d0350582cdb433583b1e9c5b778da17f6391f724",
  "service_id": "a9369278dd2b4758b876e0e28b5594bfbcf7ce098277504604be1fb0359e1c55",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:52.012Z",
  "url": "https://x402.outpimp.com/purchaseFireImpactCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comChecksummed-identifier-format generator API. Generates a structurally valid isbn, upc, vin, or imei, each computed with its real check-digit algorithm. vin and imei take no arguments. Accepts optional locale (default en_US).
https://x402.outpimp.com/generateChecksumFormat
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Checksummed-identifier-format generator API. Generates a structurally valid isbn, upc, vin, or imei, each computed with its real check-digit algorithm. vin and imei take no arguments. Accepts optional locale (default en_US).",
  "domain": "x402.outpimp.com",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "args": {
                "description": "Method-specific options, e.g. {\"variant\":13} for isbn. Not accepted for vin/imei.",
                "type": "object"
              },
              "field": {
                "description": "Which checksummed identifier format to generate.",
                "enum": [
                  "isbn",
                  "upc",
                  "vin",
                  "imei"
                ],
                "type": "string"
              },
              "locale": {
                "default": "en_US",
                "description": "Locale code, e.g. \"en_US\", \"de\".",
                "type": "string"
              }
            },
            "required": [
              "field"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    },
    {
      "amount": null,
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": null,
      "decimals": null,
      "decimals_basis": "unknown",
      "extra": {
        "feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
      },
      "issuer": null,
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "pay_to": "APer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "d6693b28f0f15a4171f5f23a8de6163fc3707d484a4757905b194e3d646ab603",
  "service_id": "aa585f2f7e2b0b88b5dfd5d5e86736a80c30e54254c3d7cda308eed6a81976b9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:39.696Z",
  "url": "https://x402.outpimp.com/generateChecksumFormat",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,483 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 46 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON