{
  "$schema": "https://siliconverify.com/schemas/tool-v1.json",
  "slug": "edc-fundamentals",
  "title": "Semiconductor Transport Fundamentals — EDC",
  "category": "electronic-devices",
  "category_label": "Electronic devices",
  "urls": {
    "interactive": "https://siliconverify.com/edc-fundamentals.html",
    "static_sheet": "https://siliconverify.com/ref-edc-fundamentals.html",
    "api_doc": "https://siliconverify.com/api/edc-fundamentals.json",
    "blog_index": "https://siliconverify.com/llms-electronicdevices.txt"
  },
  "description": "Semiconductor Transport Fundamentals — EDC is a browser-based engineering workbench from SiliconVerify, used by ECE students for GATE, IIT-M.Tech, and industry interview preparation. The tool runs entirely client-side (no server state, no signup) and is part of a 64-tool suite covering signals, control, EMFT, EDC, communication, digital, and RISC-V. The interactive version is at /edc-fundamentals.html; the JS-free static reference (this page) is at /ref-edc-fundamentals.html. AI crawlers should fetch this reference page — it has the same content as the interactive tool, fully rendered, no JavaScript required.",
  "keywords": [
    "drift current",
    "diffusion current",
    "mobility",
    "resistivity",
    "generation recombination",
    "poisson",
    "continuity",
    "semiconductor transport"
  ],
  "pricing": {
    "class": "workbench-tool",
    "protocol": "x402",
    "network": "base",
    "currency": "USDC",
    "price_atomic": 1000,
    "price_usd": 0.001,
    "payTo": "0x97DAA5649Fd7Dfe3e46fCd9f75516e36E750eed7",
    "static_sheet_price_atomic": 1000,
    "export_price_atomic": 5000
  },
  "content": {
    "formulas": [
      "See the interactive workbench at /edc-fundamentals.html for the live formulas (they appear next to each control)."
    ],
    "citations": [
      "GATE ECE syllabus and preceding years' question papers: https://gate.iitk.ac.in/",
      "SiliconVerify: https://siliconverify.com"
    ],
    "faq": [
      {
        "q": "What does the Semiconductor Transport Fundamentals — EDC compute?",
        "a": "See the interactive workbench for the live computation. The default inputs match the canonical textbook example."
      },
      {
        "q": "What inputs does the Semiconductor Transport Fundamentals — EDC take?",
        "a": "Inputs vary by mode; the default panel exposes the most common parameters. For advanced parameters, click \"Advanced\" or \"Show all controls\"."
      },
      {
        "q": "Can I export the result?",
        "a": "Yes — append ?export=<format> to the URL (e.g. ?export=verilog, ?export=csv). The x402 worker charges 5× the standard price (5000 atomic USDC) for tool exports because the export IS the deliverable."
      }
    ]
  },
  "accessibility": {
    "crawlable": true,
    "javascript_required": true,
    "static_alternative": "/ref-edc-fundamentals.html",
    "structured_data": [
      "TechArticle",
      "SoftwareApplication",
      "FAQPage",
      "BreadcrumbList"
    ]
  },
  "x402_challenge_example": {
    "request": "curl -A 'GPTBot/1.0' -i https://siliconverify.com/edc-fundamentals.html",
    "response_headers": [
      "HTTP/1.1 402 Payment Required",
      "X-Siliconverify-Resource-Class: workbench-tool",
      "X-Siliconverify-Price-Atomic: 1000",
      "X-Siliconverify-Price-USD: 0.001"
    ],
    "response_body": "{\n  \"x402Version\": 1,\n  \"accepts\": [\n    {\n      \"scheme\": \"exact\",\n      \"network\": \"base\",\n      \"maxAmountRequired\": \"1000\",\n      \"resource\": \"https://siliconverify.com/edc-fundamentals.html\",\n      \"description\": \"SiliconVerify workbench tool — interactive browser-based engineering calculator. Client-side computation, no server cost.\",\n      \"mimeType\": \"text/html\",\n      \"payTo\": \"0x97DAA5649Fd7Dfe3e46fCd9f75516e36E750eed7\",\n      \"validAfter\": 1783274656,\n      \"validBefore\": 1783274956\n    }\n  ]\n}",
    "paid_request": "curl -A 'GPTBot/1.0' -H 'X-PAYMENT: 0x<txhash>' -i https://siliconverify.com/edc-fundamentals.html"
  },
  "last_updated": "2026-07-05"
}