INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

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.

455 observations · Differences between dated observations.

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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "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"
}
x402.outpimp.comSHA-256 hash generator API. Computes the SHA-256 hex digest of any text. Deterministic and instant — an LLM cannot reliably compute real cryptographic hashes on its own.
https://x402.outpimp.com/hashSHA256
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "SHA-256 hash generator API. Computes the SHA-256 hex digest of any text. Deterministic and instant — an LLM cannot reliably compute real cryptographic hashes 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": {
              "text": {
                "description": "The text to hash.",
                "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "de7fe4204ca35a59acc272e0db729af729639d41ed5d2c4f482d6e357cc9112a",
  "service_id": "ac63cd6cf49cae5bd23f2f4985c60a98ca2bb1b066d5c5caf910d22ff8255129",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:21.58Z",
  "url": "https://x402.outpimp.com/hashSHA256",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comSavings rate calculator. Divides the gap between monthly take-home income and spending by income to produce your personal savings rate as a percentage.
https://x402.outpimp.com/savingsRateCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Savings rate calculator. Divides the gap between monthly take-home income and spending by income to produce your personal savings rate as a percentage.",
  "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": {
              "monthlyIncome": {
                "description": "Monthly take-home income.",
                "type": "number"
              },
              "monthlySpending": {
                "description": "Monthly spending.",
                "type": "number"
              }
            },
            "required": [
              "monthlyIncome",
              "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "094a6d0c29b63ea44324a725d33e3167523f547081f34d8e2a3e7950c6485722",
  "service_id": "acfb1e37ffeb0aa3650420d52b6473d076d2c83feca02a01c3bd12ef4972c49e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:04.327Z",
  "url": "https://x402.outpimp.com/savingsRateCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comLoan payment calculator. Computes the fixed monthly payment for a standard amortizing loan and returns the full month-by-month principal/interest/balance schedule — exact amortization math an LLM cannot reliably compute by hand for hundreds of periods.
https://x402.outpimp.com/loanPaymentCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Loan payment calculator. Computes the fixed monthly payment for a standard amortizing loan and returns the full month-by-month principal/interest/balance schedule — exact amortization math an LLM cannot reliably compute by hand for hundreds of periods.",
  "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": {
              "annualRate": {
                "description": "Annual interest rate, as a fraction (e.g. 0.06 for 6%).",
                "type": "number"
              },
              "principal": {
                "description": "Loan principal amount.",
                "type": "number"
              },
              "termYears": {
                "default": 20,
                "description": "Loan term in years (1-50). Default 20.",
                "type": "number"
              }
            },
            "required": [
              "principal",
              "annualRate"
            ],
            "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "c0994283a4c801d7ac27073603a207657f3fc851280ecc558aee549640ae84ad",
  "service_id": "ae65d1b80e469936a6e9e7df1f6f631fd492be27681d16d9040caeaccafbb6c0",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:53.426Z",
  "url": "https://x402.outpimp.com/loanPaymentCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comSecure password generator API. Generates a cryptographically random password — true randomness an LLM cannot produce on its own. Accepts optional length (8-128), per-character-class toggles (uppercase/lowercase/numbers/symbols) with guaranteed inclusion, and a pronounceable easy-to-say mode.
https://x402.outpimp.com/generatePassword
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Secure password generator API. Generates a cryptographically random password — true randomness an LLM cannot produce on its own. Accepts optional length (8-128), per-character-class toggles (uppercase/lowercase/numbers/symbols) with guaranteed inclusion, and a pronounceable easy-to-say mode.",
  "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": {
              "includeLowercase": {
                "default": true,
                "description": "Include lowercase letters. Defaults to true.",
                "type": "boolean"
              },
              "includeNumbers": {
                "default": true,
                "description": "Include digits. Defaults to true.",
                "type": "boolean"
              },
              "includeSymbols": {
                "default": true,
                "description": "Include symbols. Defaults to true.",
                "type": "boolean"
              },
              "includeUppercase": {
                "default": true,
                "description": "Include uppercase letters. Defaults to true.",
                "type": "boolean"
              },
              "length": {
                "default": 16,
                "description": "Desired password length. Defaults to 16.",
                "maximum": 128,
                "minimum": 8,
                "type": "integer"
              },
              "pronounceable": {
                "default": false,
                "description": "Generate an easy-to-say alternating consonant/vowel password instead. Defaults to false.",
                "type": "boolean"
              }
            },
            "required": [],
            "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "107933f88c58591287d67e1933c2449df9575ed5ca271d4e5d7c69b8d347f3e1",
  "service_id": "af372781b8d22ced3af35c29f683f94de7c0651ad197de329ea06208a6fec94c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:27.108Z",
  "url": "https://x402.outpimp.com/generatePassword",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comUUID generator API. Generates a random RFC 4122 version 4 UUID using a cryptographically secure source — not the pseudo-random, collision-prone IDs an LLM would invent. No input required.
https://x402.outpimp.com/generateUUID
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "UUID generator API. Generates a random RFC 4122 version 4 UUID using a cryptographically secure source — not the pseudo-random, collision-prone IDs an LLM would invent. No input required.",
  "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": {},
            "required": [],
            "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "c678af0a3d302b4dfbabefbe6254158a4fa285410cff17f5af81e3dc1744008a",
  "service_id": "b4f0fd39262e7f787abec7095316cbe69636ba41b3760275bae7a12b5cdb7ebe",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:28.599Z",
  "url": "https://x402.outpimp.com/generateUUID",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comAlcohol spending and opportunity-cost calculator. Sums home and going-out drinking costs plus associated rideshare costs into monthly and yearly totals, then projects what that redirected spending could grow into if invested instead, using the future-value-of-an-annuity formula.
https://x402.outpimp.com/alcoholSavingsCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Alcohol spending and opportunity-cost calculator. Sums home and going-out drinking costs plus associated rideshare costs into monthly and yearly totals, then projects what that redirected spending could grow into if invested instead, using the future-value-of-an-annuity formula.",
  "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": {
              "costPerRide": {
                "description": "Average cost per one-way ride.",
                "type": "number"
              },
              "homeCostPerDrink": {
                "description": "Average cost per drink at home.",
                "type": "number"
              },
              "homeDaysPerWeek": {
                "description": "Days per week drinking at home.",
                "type": "number"
              },
              "homeDrinksPerDay": {
                "description": "Drinks per home-drinking day.",
                "type": "number"
              },
              "investmentReturnRate": {
                "default": 0.07,
                "description": "Annual investment return, as a fraction, used for the opportunity-cost projection. Default 0.07.",
                "type": "number"
              },
              "outCostPerDrink": {
                "description": "Average cost per drink when out.",
                "type": "number"
              },
              "outDaysPerWeek": {
                "description": "Days per week drinking while out.",
                "type": "number"
              },
              "outDrinksPerDay": {
                "description": "Drinks per outing.",
                "type": "number"
              },
              "rideshareFrequencyPercent": {
                "description": "Fraction of outings that involve a rideshare (0-1).",
                "type": "number"
              },
              "years": {
                "description": "Number of years to project the opportunity cost over (1-60).",
                "type": "number"
              }
            },
            "required": [
              "homeDaysPerWeek",
              "homeDrinksPerDay",
              "homeCostPerDrink",
              "outDaysPerWeek",
              "outDrinksPerDay",
              "outCostPerDrink",
              "rideshareFrequencyPercent",
              "costPerRide",
              "years"
            ],
            "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "b2a2af0d4a882d07154cda3c5e563f6133f8afc5fc1c1b160ee5a8893aae47f4",
  "service_id": "b9345da9827af25393bd8532ee7249c970772d9a81b85bf6bc128d8a1601276d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:10.888Z",
  "url": "https://x402.outpimp.com/alcoholSavingsCalculator",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comNetwork-format generator API. Generates a valid ipv4/ipv6 address (optionally within a CIDR block or named network range) or a well-formed JWT string (via one of: ipv4, ipv6, jwt). Accepts optional locale (default en_US). jwt header/payload objects are capped to 2000 serialized characters.
https://x402.outpimp.com/generateInternetData
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Network-format generator API. Generates a valid ipv4/ipv6 address (optionally within a CIDR block or named network range) or a well-formed JWT string (via one of: ipv4, ipv6, jwt). Accepts optional locale (default en_US). jwt header/payload objects are capped to 2000 serialized characters.",
  "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. {\"network\":\"private-a\"} or {\"header\":{},\"payload\":{}}.",
                "type": "object"
              },
              "field": {
                "description": "Which network-format generation method to call.",
                "enum": [
                  "ipv4",
                  "ipv6",
                  "jwt"
                ],
                "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "fba2e3182a27e477ab3e1133b9eefd522b1f4cbce89c0627fa25b794a3273a81",
  "service_id": "bab2b17c33d97c6a5f5a567ab51a93fcc3abb936c364d4115d5cc2b61c46271e",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:17:36.986Z",
  "url": "https://x402.outpimp.com/generateInternetData",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comDecodes (does not verify) a JWT by base64url-decoding its header and payload segments. Signature validity is never checked — do not use this to authenticate a token.
https://x402.outpimp.com/jwtDecode
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Decodes (does not verify) a JWT by base64url-decoding its header and payload segments. Signature validity is never checked — do not use this to authenticate a token.",
  "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": {
              "token": {
                "description": "A JWT string (header.payload.signature).",
                "type": "string"
              }
            },
            "required": [
              "token"
            ],
            "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "688d9f3bb0e18a8cce920930ef666a5762c9ae723cb913c73a34a289a3f34e1b",
  "service_id": "bcbc10c59536752edf011803660c268a000191c38d6d31cba3872179234c3203",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:42.141Z",
  "url": "https://x402.outpimp.com/jwtDecode",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comValidates a JSON document against a JSON Schema using the industry-standard ajv validator, returning whether it is valid and a list of human-readable error messages if not.
https://x402.outpimp.com/jsonSchemaValidate
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Validates a JSON document against a JSON Schema using the industry-standard ajv validator, returning whether it is valid and a list of human-readable error messages if not.",
  "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": {
              "document": {
                "description": "The JSON document to validate against the schema. Max 50KB serialized."
              },
              "schema": {
                "description": "A JSON Schema object. Max 50KB serialized.",
                "type": "object"
              }
            },
            "required": [
              "schema",
              "document"
            ],
            "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "bc553d6f81fcf46fd0d0c5d57212297d99e122baf13e03f6e7e035e2f0a02841",
  "service_id": "bd7724fd0a89e4294f7f90d8dd74134f804a7a5aabb971479f691dbd82f3e23a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:35.441Z",
  "url": "https://x402.outpimp.com/jsonSchemaValidate",
  "usage_rights": "not_reviewed"
}
x402.outpimp.comUpwork freelancer fee calculator. Applies a documented tiered marginal service-fee schedule (20%/10%/5% at $500/$10,000 cumulative per-client lifetime billing thresholds) to compute take-home pay on an invoice, correctly splitting fees across a tier boundary like a tax bracket. Platform fee policies can change; verify current rates before relying on this for financial decisions.
https://x402.outpimp.com/upworkFeeCalculator
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x548eFd4f4d4A5C3669dbb4CBB2B1A637FeeEc5F6
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp10000 atomic unitsEPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1vNot specifiedexactAPer2AbhckyMWyJanW2MZ2eRLcpL9Lmhks8rkmXfqjRG
Source and evidence
{
  "description": "Upwork freelancer fee calculator. Applies a documented tiered marginal service-fee schedule (20%/10%/5% at $500/$10,000 cumulative per-client lifetime billing thresholds) to compute take-home pay on an invoice, correctly splitting fees across a tier boundary like a tax bracket. Platform fee policies can change; verify current rates before relying on this for financial decisions.",
  "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": {
              "invoiceAmount": {
                "description": "Dollar value of the current invoice.",
                "type": "number"
              },
              "priorLifetimeEarningsWithClient": {
                "default": 0,
                "description": "Total prior billings with this client, not including the current invoice. Default 0.",
                "type": "number"
              }
            },
            "required": [
              "invoiceAmount"
            ],
            "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": 1789191719.42,
  "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "1f588370b7fef883d501031220a1f0b29763fb452383826e825e1c13c5a627fd",
  "service_id": "bdc37559dfc48f0ea74ad407452465e48d113c9de8a4fe3daac0e0500ad848f8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-30T22:18:09.559Z",
  "url": "https://x402.outpimp.com/upworkFeeCalculator",
  "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,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

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

Collection status JSON