{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-loan-simulator",
  "title": "GG402 \u00b7 Loan approval simulator",
  "url": "https://gg402.vercel.app/loan_simulator",
  "category": "finance",
  "summary": "Simulate loan approval processes by analyzing financial data to predict approval probability and generate improvement recommendations with estimated interest rates and terms.",
  "seo": {
    "title": "Loan Simulator API - AI credit prediction via x402",
    "description": "Simulate loan approvals via x402. $0.01 USDC on Base. Analyze financial data, predict approval probability, and receive improvement tips with estimated terms."
  },
  "use_cases": [
    "Pre-qualify loan applicants before formal submission",
    "Generate financial improvement recommendations for rejected applicants",
    "Estimate loan terms based on applicant financial profiles"
  ],
  "ideal_buyer": "Lending platforms and financial advisory agents needing automated pre-qualification and applicant guidance.",
  "example_prompt": "Simulate a loan approval for an applicant with $75,000 income, $20,000 debt, and 720 credit score seeking a $300,000 mortgage.",
  "example_request_body": {
    "debt": 20000,
    "income": 75000,
    "loan_type": "mortgage",
    "loan_amount": 300000,
    "credit_score": 720
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Simulates loan approval processes by analyzing user financial data and predicting approval chances with tips for improvement.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "income": {
              "type": "number",
              "required": true,
              "description": "Annual income"
            },
            "loan_type": {
              "type": "string",
              "required": true,
              "description": "e.g., 'personal', 'mortgage'"
            },
            "debt_ratio": {
              "type": "number",
              "required": false,
              "description": "Debt-to-income ratio"
            },
            "credit_score": {
              "type": "number",
              "required": true,
              "description": "User's credit score"
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "approval_probability",
            "improvement_tips",
            "estimated_terms"
          ],
          "properties": {
            "estimated_terms": {
              "type": "object",
              "required": [
                "interest_rate",
                "loan_term"
              ],
              "properties": {
                "loan_term": {
                  "type": "number",
                  "description": "Predicted loan term in years"
                },
                "interest_rate": {
                  "type": "number",
                  "description": "Predicted interest rate"
                }
              },
              "description": "Predicted interest rates and terms"
            },
            "improvement_tips": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Suggestions to boost chances"
            },
            "approval_probability": {
              "type": "number",
              "description": "Percentage chance of approval"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-loan-simulator",
    "url": "https://x402all.com/resource/gg402-vercel-app-loan-simulator",
    "name": "GG402 \u00b7 Loan approval simulator",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-loan-simulator",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/loan_simulator",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-loan-simulator",
    "description": "Simulate loan approvals via x402. $0.01 USDC on Base. Analyze financial data, predict approval probability, and receive improvement tips with estimated terms.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-loan-simulator",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-loan-simulator"
}
