{"id":9535,"date":"2025-08-05T14:31:06","date_gmt":"2025-08-05T06:31:06","guid":{"rendered":"https:\/\/aobosteel.com\/?page_id=9535"},"modified":"2026-06-08T10:32:42","modified_gmt":"2026-06-08T02:32:42","slug":"selection-of-steels-for-coining-dies","status":"publish","type":"page","link":"https:\/\/aobosteel.com\/ko\/selection-of-steels-for-coining-dies\/","title":{"rendered":"Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide"},"content":{"rendered":"<section class=\"aobo-coining-dies-page\">\n  <style>\n    .aobo-coining-dies-page {\n      --aobo-blue: #0c56d0;\n      --aobo-blue-dark: #073b8e;\n      --aobo-blue-soft: #eaf2ff;\n      --aobo-blue-line: #c9dcff;\n      --aobo-border: #d7e5fb;\n      --aobo-text: #203044;\n      --aobo-muted: #617087;\n      --aobo-orange: #f59b23;\n      --aobo-white: #ffffff;\n      --aobo-shadow: 0 18px 45px rgba(12, 86, 208, 0.10);\n      --aobo-page-width: 1180px;\n      --aobo-copy-width: 920px;\n      font-family: Arial, Helvetica, sans-serif;\n      color: var(--aobo-text);\n      line-height: 1.7;\n      background: transparent;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    .aobo-coining-dies-page * {\n      box-sizing: border-box;\n    }\n\n    .aobo-wrap {\n      max-width: var(--aobo-page-width);\n      margin: 0 auto;\n      padding: 0;\n    }\n\n    .aobo-hero {\n      background: linear-gradient(135deg, #ffffff 0%, #f7fbff 56%, #eaf2ff 100%);\n      border: 1px solid var(--aobo-border);\n      border-radius: 28px;\n      padding: 42px 38px;\n      margin-bottom: 24px;\n      box-shadow: var(--aobo-shadow);\n      overflow: hidden;\n      position: relative;\n    }\n\n    .aobo-hero::after {\n      content: \"\";\n      position: absolute;\n      right: -90px;\n      top: -90px;\n      width: 260px;\n      height: 260px;\n      border-radius: 50%;\n      background: rgba(12, 86, 208, 0.08);\n    }\n\n    .aobo-eyebrow {\n      display: inline-block;\n      margin-bottom: 12px;\n      padding: 6px 12px;\n      border-radius: 999px;\n      background: #fff7ed;\n      border: 1px solid #fde3bd;\n      color: var(--aobo-orange);\n      font-size: 14px;\n      font-weight: 700;\n      position: relative;\n      z-index: 2;\n    }\n\n    .aobo-hero h1 {\n      margin: 0 0 16px;\n      color: #082d6f;\n      font-size: clamp(34px, 4vw, 54px);\n      line-height: 1.05;\n      letter-spacing: 0;\n      position: relative;\n      z-index: 2;\n    }\n\n    .aobo-hero p {\n      max-width: var(--aobo-copy-width);\n      margin: 0 0 12px;\n      font-size: 17px;\n      color: #314158;\n      position: relative;\n      z-index: 2;\n    }\n\n    .aobo-hero p:last-child {\n      margin-bottom: 0;\n    }\n\n    .aobo-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      min-height: 42px;\n      padding: 10px 14px;\n      border-radius: 999px;\n      text-decoration: none;\n      font-weight: 700;\n      font-size: 14px;\n      line-height: 1.2;\n      transition: all 0.2s ease;\n      cursor: pointer;\n      white-space: nowrap;\n    }\n\n    .aobo-btn:hover {\n      transform: translateY(-1px);\n    }\n\n    .aobo-btn-detail {\n      color: var(--aobo-blue-dark) !important;\n      background: #ffffff;\n      border: 1px solid var(--aobo-blue-line);\n    }\n\n    .aobo-btn-detail:hover {\n      background: var(--aobo-blue-soft);\n      color: var(--aobo-blue-dark) !important;\n    }\n\n    .aobo-btn-inquiry {\n      color: #ffffff !important;\n      background: var(--aobo-blue);\n      border: 1px solid var(--aobo-blue);\n    }\n\n    .aobo-btn-inquiry:hover {\n      background: var(--aobo-blue-dark);\n      border-color: var(--aobo-blue-dark);\n      color: #ffffff !important;\n    }\n\n    .aobo-product-strip {\n      margin: 24px 0;\n      padding: 30px 34px 34px;\n      border-radius: 26px;\n      background: var(--aobo-white);\n      border: 1px solid var(--aobo-border);\n      box-shadow: 0 12px 32px rgba(12, 86, 208, 0.07);\n    }\n\n    .aobo-product-strip h2 {\n      margin: 0 0 10px;\n      color: #082d6f;\n      font-size: clamp(26px, 3vw, 36px);\n      line-height: 1.15;\n      letter-spacing: 0;\n    }\n\n    .aobo-strip-intro {\n      max-width: var(--aobo-copy-width);\n      margin: 0 0 22px;\n      color: var(--aobo-muted);\n      font-size: 16px;\n    }\n\n    .aobo-product-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 16px;\n    }\n\n    .aobo-product-card {\n      background: #ffffff;\n      border: 1px solid var(--aobo-border);\n      border-radius: 18px;\n      padding: 18px;\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;\n    }\n\n    .aobo-product-card:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 14px 30px rgba(12, 86, 208, 0.12);\n      border-color: rgba(12, 86, 208, 0.35);\n    }\n\n    .aobo-tag {\n      display: inline-block;\n      width: fit-content;\n      margin-bottom: 12px;\n      padding: 5px 10px;\n      border-radius: 999px;\n      background: #fff7ed;\n      border: 1px solid #fde3bd;\n      color: var(--aobo-orange);\n      font-size: 13px;\n      font-weight: 700;\n    }\n\n    .aobo-product-card h3 {\n      margin: 0 0 8px;\n      color: #082d6f;\n      font-size: 21px;\n      line-height: 1.3;\n    }\n\n    .aobo-product-card h3 small {\n      display: block;\n      margin-top: 4px;\n      color: #4c5d73;\n      font-size: 14px;\n      font-weight: 600;\n      line-height: 1.4;\n    }\n\n    .aobo-card-note {\n      margin: 0 0 16px;\n      color: var(--aobo-muted);\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .aobo-buttons {\n      display: flex;\n      gap: 10px;\n      flex-wrap: nowrap;\n      margin-top: auto;\n    }\n\n    .aobo-buttons .aobo-btn {\n      flex: 1 1 0;\n      min-width: 0;\n      white-space: normal;\n    }\n\n    .aobo-article {\n      max-width: var(--aobo-page-width);\n      margin: 0 auto;\n    }\n\n    .aobo-article h2 {\n      margin: 44px 0 16px;\n      color: #082d6f;\n      font-size: 30px;\n      line-height: 1.25;\n      letter-spacing: 0;\n    }\n\n    .aobo-article h3 {\n      margin: 30px 0 12px;\n      color: #123f88;\n      font-size: 22px;\n      line-height: 1.3;\n      letter-spacing: 0;\n    }\n\n    .aobo-article p {\n      margin: 0 0 18px;\n      font-size: 17px;\n      color: var(--aobo-text);\n    }\n\n    .aobo-article a {\n      color: var(--aobo-blue);\n      font-weight: 700;\n      text-decoration: none;\n      transition: color 0.2s ease, background 0.2s ease;\n    }\n\n    .aobo-article a:hover {\n      color: var(--aobo-orange);\n      background: var(--aobo-blue-soft);\n    }\n\n    .aobo-table-wrap {\n      overflow-x: auto;\n      margin: 22px 0 28px;\n      border-radius: 18px;\n      border: 1px solid var(--aobo-border);\n      box-shadow: 0 12px 32px rgba(12, 86, 208, 0.07);\n    }\n\n    .aobo-table {\n      width: 100%;\n      min-width: 760px;\n      border-collapse: collapse;\n      background: #ffffff;\n    }\n\n    .aobo-table th {\n      background: var(--aobo-blue-soft);\n      color: #082d6f;\n      text-align: left;\n      padding: 14px 16px;\n      font-size: 15px;\n      vertical-align: top;\n    }\n\n    .aobo-table td {\n      padding: 14px 16px;\n      border-bottom: 1px solid #e8eef8;\n      vertical-align: top;\n      font-size: 15px;\n    }\n\n    .aobo-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .aobo-table td:first-child {\n      color: #082d6f;\n      font-weight: 700;\n    }\n\n    .aobo-note-box {\n      margin: 34px 0;\n      padding: 22px 24px;\n      border: 1px solid var(--aobo-border);\n      border-left: 5px solid var(--aobo-orange);\n      border-radius: 16px;\n      background: #fbfdff;\n      color: var(--aobo-muted);\n    }\n\n    .aobo-note-box p {\n      margin: 0;\n      color: var(--aobo-muted);\n    }\n\n    .aobo-final-cta {\n      margin-top: 34px;\n      padding: 34px;\n      border-radius: 28px;\n      background: linear-gradient(135deg, #073b91 0%, #0c56d0 100%);\n      color: #ffffff;\n      box-shadow: 0 18px 45px rgba(12, 86, 208, 0.20);\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n      flex-wrap: wrap;\n    }\n\n    .aobo-final-cta h2 {\n      margin: 0 0 12px;\n      color: #ffffff;\n      font-size: 26px;\n      letter-spacing: 0;\n    }\n\n    .aobo-final-cta p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.92);\n      max-width: var(--aobo-copy-width);\n    }\n\n    .aobo-final-cta .aobo-btn {\n      flex: 0 0 auto;\n      background: #ffffff;\n      border-color: #ffffff;\n      color: var(--aobo-blue) !important;\n    }\n\n    @media (max-width: 960px) {\n      .aobo-product-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    @media (max-width: 760px) {\n      .aobo-hero {\n        padding: 30px 22px;\n      }\n\n      .aobo-product-strip {\n        padding: 20px;\n      }\n\n      .aobo-product-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .aobo-buttons {\n        flex-direction: column;\n      }\n\n      .aobo-article h2 {\n        font-size: 25px;\n      }\n    }\n  <\/style>\n\n  <div class=\"aobo-wrap\">\n    <header class=\"aobo-hero\">\n      <span class=\"aobo-eyebrow\">Coining Die Tool Steel Selection<\/span>\n      <h1>The Best Tool Steel for Coining Dies Depends on the Failure Mode<\/h1>\n      <p>Precision coining dies work under extremely high compressive load. The workpiece material is fully constrained inside the die cavity, so the die must force material flow into fine details such as sharp edges, small cavities, textures, and decorative patterns.<\/p>\n      <p>For this type of tooling, material selection cannot be based only on hardness or general strength. The selected tool steel must match the main failure risk: wear, plastic deformation, cracking, chipping, or heat-treatment distortion.<\/p>\n    <\/header>\n\n    <section class=\"aobo-product-strip\" aria-label=\"Recommended tool steels for coining dies\">\n      <h2>Recommended Tool Steels for Coining Dies<\/h2>\n      <p class=\"aobo-strip-intro\">Use these no-image product cards as a fast selection surface. Choose high-wear grades when detail loss controls tool life, and choose tougher grades when cracking, chipping, or splitting controls failure.<\/p>\n\n      <div class=\"aobo-product-grid\">\n        <article class=\"aobo-product-card\">\n          <div>\n            <span class=\"aobo-tag\">Easy Rework<\/span>\n            <h3>O1 Tool Steel <small>1.2510 \/ SKS3<\/small><\/h3>\n            <p class=\"aobo-card-note\">For short runs, soft metals, general coining, and dies that benefit from easier machining and rework before hardening.<\/p>\n          <\/div>\n          <div class=\"aobo-buttons\">\n            <a class=\"aobo-btn aobo-btn-detail\" href=\"https:\/\/aobosteel.com\/ko\/o1-tool-steel\/\">View Details<\/a>\n            <a class=\"aobo-btn aobo-btn-inquiry hs-cta-trigger-button hs-cta-trigger-button-230288465624\" href=\"javascript:void(0);\">Send Inquiry<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"aobo-product-card\">\n          <div>\n            <span class=\"aobo-tag\">Dimensional Stability<\/span>\n            <h3>A2 Tool Steel <small>1.2363 \/ SKD12<\/small><\/h3>\n            <p class=\"aobo-card-note\">For medium runs, larger dies, complex shapes, and coining tools that need better size control than oil-hardening grades.<\/p>\n          <\/div>\n          <div class=\"aobo-buttons\">\n            <a class=\"aobo-btn aobo-btn-detail\" href=\"https:\/\/aobosteel.com\/ko\/a2-tool-steel\/\">View Details<\/a>\n            <a class=\"aobo-btn aobo-btn-inquiry hs-cta-trigger-button hs-cta-trigger-button-230288465624\" href=\"javascript:void(0);\">Send Inquiry<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"aobo-product-card\">\n          <div>\n            <span class=\"aobo-tag\">Long Runs<\/span>\n            <h3>D2 Tool Steel <small>1.2379 \/ SKD11<\/small><\/h3>\n            <p class=\"aobo-card-note\">For long production runs, high pressure, abrasive wear, edge retention, and coining dies where surface detail wears away first.<\/p>\n          <\/div>\n          <div class=\"aobo-buttons\">\n            <a class=\"aobo-btn aobo-btn-detail\" href=\"https:\/\/aobosteel.com\/ko\/d2-tool-steel\/\">View Details<\/a>\n            <a class=\"aobo-btn aobo-btn-inquiry hs-cta-trigger-button hs-cta-trigger-button-230288465624\" href=\"javascript:void(0);\">Send Inquiry<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"aobo-product-card\">\n          <div>\n            <span class=\"aobo-tag\">Severe Abrasion<\/span>\n            <h3>D3 Tool Steel <small>1.2080 \/ SKD1<\/small><\/h3>\n            <p class=\"aobo-card-note\">For simple, well-supported dies where severe abrasive wear is the main problem and impact or cracking risk is low.<\/p>\n          <\/div>\n          <div class=\"aobo-buttons\">\n            <a class=\"aobo-btn aobo-btn-detail\" href=\"https:\/\/aobosteel.com\/ko\/d3-tool-steel\/\">View Details<\/a>\n            <a class=\"aobo-btn aobo-btn-inquiry hs-cta-trigger-button hs-cta-trigger-button-230288465624\" href=\"javascript:void(0);\">Send Inquiry<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"aobo-product-card\">\n          <div>\n            <span class=\"aobo-tag\">Sharp Details<\/span>\n            <h3>S1 Tool Steel <small>1.2550 \/ SKS41<\/small><\/h3>\n            <p class=\"aobo-card-note\">For deep designs, sharp details, and cracking-sensitive coining dies where fracture resistance is more important than maximum wear life.<\/p>\n          <\/div>\n          <div class=\"aobo-buttons\">\n            <a class=\"aobo-btn aobo-btn-detail\" href=\"https:\/\/aobosteel.com\/ko\/s1-tool-steel\/\">View Details<\/a>\n            <a class=\"aobo-btn aobo-btn-inquiry hs-cta-trigger-button hs-cta-trigger-button-230288465624\" href=\"javascript:void(0);\">Send Inquiry<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"aobo-product-card\">\n          <div>\n            <span class=\"aobo-tag\">Cracking Risk<\/span>\n            <h3>S7 Tool Steel <small>1.2355<\/small><\/h3>\n            <p class=\"aobo-card-note\">For dies, punches, or inserts exposed to shock, chipping, cracking, or sudden fracture before abrasive wear becomes dominant.<\/p>\n          <\/div>\n          <div class=\"aobo-buttons\">\n            <a class=\"aobo-btn aobo-btn-detail\" href=\"https:\/\/aobosteel.com\/ko\/s7-tool-steel\/\">View Details<\/a>\n            <a class=\"aobo-btn aobo-btn-inquiry hs-cta-trigger-button hs-cta-trigger-button-230288465624\" href=\"javascript:void(0);\">Send Inquiry<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"aobo-product-card\">\n          <div>\n            <span class=\"aobo-tag\">Tough Support<\/span>\n            <h3>L6 Tool Steel <small>1.2714 \/ SKT4<\/small><\/h3>\n            <p class=\"aobo-card-note\">For larger or tougher coining components where splitting resistance and support strength matter more than maximum carbide wear resistance.<\/p>\n          <\/div>\n          <div class=\"aobo-buttons\">\n            <a class=\"aobo-btn aobo-btn-detail\" href=\"https:\/\/aobosteel.com\/ko\/l6-tool-steel\/\">View Details<\/a>\n            <a class=\"aobo-btn aobo-btn-inquiry hs-cta-trigger-button hs-cta-trigger-button-230288465624\" href=\"javascript:void(0);\">Send Inquiry<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"aobo-product-card\">\n          <div>\n            <span class=\"aobo-tag\">Thin Sections<\/span>\n            <h3>H11 Tool Steel <small>1.2343 \/ SKD6<\/small><\/h3>\n            <p class=\"aobo-card-note\">For thin sections, grooves, weak support, and precision dies where toughness helps prevent splitting under stress concentration.<\/p>\n          <\/div>\n          <div class=\"aobo-buttons\">\n            <a class=\"aobo-btn aobo-btn-detail\" href=\"https:\/\/aobosteel.com\/ko\/h11-tool-steel\/\">View Details<\/a>\n            <a class=\"aobo-btn aobo-btn-inquiry hs-cta-trigger-button hs-cta-trigger-button-230288465624\" href=\"javascript:void(0);\">Send Inquiry<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"aobo-product-card\">\n          <div>\n            <span class=\"aobo-tag\">Support Rings<\/span>\n            <h3>H13 Tool Steel <small>1.2344 \/ SKD61<\/small><\/h3>\n            <p class=\"aobo-card-note\">For tough support rings, retainers, and coining tools where a brittle wear-resistant insert needs strong backing support.<\/p>\n          <\/div>\n          <div class=\"aobo-buttons\">\n            <a class=\"aobo-btn aobo-btn-detail\" href=\"https:\/\/aobosteel.com\/ko\/h13-tool-steel\/\">View Details<\/a>\n            <a class=\"aobo-btn aobo-btn-inquiry hs-cta-trigger-button hs-cta-trigger-button-230288465624\" href=\"javascript:void(0);\">Send Inquiry<\/a>\n          <\/div>\n        <\/article>\n\n      <\/div>\n    <\/section>\n\n    <main class=\"aobo-article\">\n      <p>A steel with excellent wear resistance may crack if the die has sharp details or poor support. A tougher steel may survive impact better, but it may wear or deform too quickly in long production runs. The correct choice depends on which failure mode controls the tool life.<\/p>\n\n      <h2>Quick Material Selection of Coining Dies Table<\/h2>\n      <div class=\"aobo-table-wrap\">\n        <table class=\"aobo-table\">\n          <thead><tr><th>Condition \/ Requirement<\/th><th>Recommended Tool Steel<\/th><th>Main Reason<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Short runs, shallow design, reusable dies<\/td><td>W1, W2, O1 (1.2510 \/ SKS3)<\/td><td>Easy to machine, rework, and maintain<\/td><\/tr>\n            <tr><td>Medium runs with better size control<\/td><td>A2 (1.2363 \/ SKD12)<\/td><td>Better dimensional stability than oil-hardening grades<\/td><\/tr>\n            <tr><td>Long runs with high wear and pressure<\/td><td>D2 (1.2379 \/ SKD11), D3 (1.2080 \/ SKD1), D4<\/td><td>High carbide content provides strong wear resistance and compressive strength<\/td><\/tr>\n            <tr><td>Deep designs, sharp details, cracking risk<\/td><td>S1 (1.2550 \/ SKS41), S7 (1.2355), L6 (1.2714 \/ SKT4)<\/td><td>Higher toughness reduces chipping and fracture<\/td><\/tr>\n            <tr><td>Thin sections, grooves, weak support<\/td><td>H11 (1.2343 \/ SKD6), H12, H13 (1.2344 \/ SKD61)<\/td><td>Better toughness helps prevent splitting under stress concentration<\/td><\/tr>\n            <tr><td>Extreme production demand<\/td><td>PM tool steels, carbide inserts<\/td><td>Higher wear resistance with better structural support when properly designed<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n\n      <h2>Why Precision Coining Dies Fail<\/h2>\n      <p>Precision coining die failure usually comes from four main causes: surface wear, plastic deformation, cracking, and dimensional instability. Each failure mode points to a different direction for material selection.<\/p>\n\n      <h3>1. Wear and Loss of Detail<\/h3>\n      <p>Wear occurs when repeated high-pressure contact gradually damages the die surface. In precision coining, this leads to loss of fine detail, rounded edges, poor surface reproduction, and reduced dimensional accuracy.<\/p>\n      <p>If wear is the main failure mode, the die steel needs higher hardness, stronger carbide support, and better abrasion resistance. D2, D3, D4, PM tool steels, or carbide inserts are usually more suitable than low-alloy tough steels.<\/p>\n\n      <h3>2. Plastic Deformation and Sinking<\/h3>\n      <p>Plastic deformation occurs when the die surface cannot resist the applied compressive load. The surface begins to sink, enlarge, or lose its original geometry.<\/p>\n      <p>This problem is common when the pressure is high, the contact area is large, or the die material is not hard enough after heat treatment. In this case, the selection should move toward steels with higher hardness and compressive strength, such as D2, D3, or suitable PM grades.<\/p>\n\n      <h3>3. Cracking, Chipping, and Splitting<\/h3>\n      <p>Cracking is often caused by stress concentration combined with insufficient toughness. Sharp corners, deep impressions, thin ribs, and poorly supported sections can create local stress peaks. Under repeated loading, cracks may initiate in these areas and progress to chipping or complete fracture.<\/p>\n      <p>If cracking is the main failure mode, high-wear steels such as D2 or D3 may not be the safest choice. Tougher grades such as S-series steels, L6, H11, H12, or H13 may offer a longer service life, even though their wear resistance is lower.<\/p>\n\n      <h3>4. Heat-Treatment Distortion<\/h3>\n      <p>Precision coining dies often require tight dimensional control. If the die changes size or shape during hardening, even a small distortion can make the die unusable.<\/p>\n      <p>For larger dies, complex shapes, or high-accuracy tooling, air-hardening steels such as A2 or A6 are often preferred because they provide better dimensional stability than water-hardening or oil-hardening grades.<\/p>\n\n      <h2>Selection Tool Steel of Coining Dies by Production Condition<\/h2>\n      <p>The correct material depends on production volume, workpiece material, die geometry, and manufacturing requirements. These factors decide whether wear resistance, toughness, compressive strength, or dimensional stability should be prioritized.<\/p>\n\n      <h3>1. Selection by Production Volume<\/h3>\n      <div class=\"aobo-table-wrap\">\n        <table class=\"aobo-table\">\n          <thead><tr><th>Production Condition<\/th><th>Better Choice<\/th><th>Reason<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Short run, simple details<\/td><td>W1, W2, O1<\/td><td>Low cost and easy rework are more important than maximum wear resistance<\/td><\/tr>\n            <tr><td>Medium run<\/td><td>A2<\/td><td>Better balance of wear resistance and dimensional stability<\/td><\/tr>\n            <tr><td>Long run<\/td><td>D2, D3, D4<\/td><td>Better resistance to wear and surface pressure<\/td><\/tr>\n            <tr><td>Very high-volume production<\/td><td>PM steels, carbide inserts<\/td><td>Maximum wear resistance and longer tool life when properly supported<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n\n      <h3>2. Selection by Workpiece Material<\/h3>\n      <div class=\"aobo-table-wrap\">\n        <table class=\"aobo-table\">\n          <thead><tr><th>Workpiece Material<\/th><th>Better Choice<\/th><th>Reason<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Soft metals such as aluminum, copper, and precious metals<\/td><td>W1, O1<\/td><td>Wear demand is moderate, and easy rework is valuable<\/td><\/tr>\n            <tr><td>Low-carbon steel<\/td><td>O1, A2, D2<\/td><td>Selection depends on production volume and die geometry<\/td><\/tr>\n            <tr><td>Stainless steel or high-strength alloys<\/td><td>S-series, L6, H-series<\/td><td>Higher toughness helps reduce cracking risk under severe loading<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n\n      <h3>3. Selection by Die Geometry<\/h3>\n      <div class=\"aobo-table-wrap\">\n        <table class=\"aobo-table\">\n          <thead><tr><th>Die Geometry<\/th><th>Better Choice<\/th><th>Reason<\/th><\/tr><\/thead>\n          <tbody>\n            <tr><td>Shallow and simple design<\/td><td>W1, O1<\/td><td>Low stress concentration<\/td><\/tr>\n            <tr><td>Deep cavity or sharp detail<\/td><td>S-series, L6, H-series<\/td><td>Higher toughness reduces cracking risk<\/td><\/tr>\n            <tr><td>Thin sections or weak support<\/td><td>H11, H13<\/td><td>Better fracture resistance under localized stress<\/td><\/tr>\n            <tr><td>High-detail decorative surface<\/td><td>Clean 52100, selected clean tool steels<\/td><td>Cleaner structure helps improve surface quality<\/td><\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n\n      <h2>When NOT to Use Certain Tool Steels<\/h2>\n      <h3>1. Do Not Use High-Wear Steels When Cracking Controls the Failure<\/h3>\n      <p>D2, D3, and D4 are strong choices when wear resistance and compressive strength are the main requirements. However, they are not ideal when the die has deep cavities, sharp details, thin unsupported sections, or repeated shock loading.<\/p>\n      <p>Their high carbide content improves wear resistance but reduces toughness. In cracking-sensitive dies, these carbides can serve as sites of crack initiation. If the die repeatedly chips, splits, or fractures, the selection should move toward tougher grades such as S-series steels, L6, H11, H12, or H13.<\/p>\n\n      <h3>2. Do Not Use Tough Low-Alloy Steels When Wear or Sinking Controls the Failure<\/h3>\n      <p>Tough steels are useful when cracking is the main risk, but they may not provide enough wear resistance or compressive strength for long production runs.<\/p>\n      <p>If the die loses detail, wears rapidly, or sinks under pressure, toughness alone will not solve the problem. In this case, higher-hardness and higher-carbide steels such as D2, D3, D4, PM tool steels, or carbide inserts are more suitable.<\/p>\n\n      <h3>3. Do Not Rely on One Steel When Wear Resistance and Toughness Are Both Required<\/h3>\n      <p>Some precision coining applications require both high wear resistance and high fracture resistance. A single steel may not satisfy both requirements.<\/p>\n      <p>In these cases, a structural solution is often better. A wear-resistant insert made from D2, PM steel, or carbide can be supported by a tougher holder made from H11, H13, or L6. This allows the working surface to resist wear while the supporting structure reduces the risk of fracture.<\/p>\n      <p>Surface treatments or coatings may also be used when a tough steel needs better surface wear resistance, but the base steel must still have enough strength and stability for the application.<\/p>\n\n      <h2>Practical Selection Logic<\/h2>\n      <p>If the die fails by wear or loss of detail, choose a steel with higher hardness, stronger carbide support, and better abrasion resistance. D2, D3, D4, PM tool steels, or carbide inserts are usually suitable.<\/p>\n      <p>If the die fails due to plastic deformation or sinking, the material lacks sufficient compressive strength to withstand the applied pressure. The solution is to increase hardness or move to steels such as D2, D3, or suitable PM grades.<\/p>\n      <p>If the die fails by cracking, chipping, or splitting, the material is too brittle for the geometry or loading condition. Tougher steels such as A2, S-series steels, L6, H11, H12, or H13 should be considered.<\/p>\n      <p>If the die cannot maintain dimensional accuracy after heat treatment, dimensional stability becomes the priority. A2 or A6 may be better than water-hardening or oil-hardening grades.<\/p>\n      <p>If the die requires both high wear resistance and high toughness, do not depend only on material grade selection. Use insert design, proper support, and suitable heat treatment to control both surface wear and fracture risk.<\/p>\n\n      <div class=\"aobo-note-box\">\n        <p>Need help selecting tool steel for your coining die? Share the die geometry, workpiece material, production volume, target hardness, and failure mode so the material choice can be matched to the real tooling risk.<\/p>\n      <\/div>\n    <\/main>\n\n    <section class=\"aobo-final-cta\">\n      <div>\n        <h2>Need Tool Steel for Coining Dies?<\/h2>\n        <p>Aobo Steel supplies tool steel round bar and plate for coining dies, punches, inserts, support rings, and high-pressure cold-work tooling. Send your required grade, size, quantity, and application for a practical supply suggestion.<\/p>\n      <\/div>\n      <a class=\"aobo-btn hs-cta-trigger-button hs-cta-trigger-button-230288465624\" href=\"javascript:void(0);\">Send Inquiry<\/a>\n    <\/section>\n  <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Coining Die Tool Steel Selection The Best Tool Steel for Coining Dies Depends on the Failure Mode Precision coining dies work under extremely high compressive load. The workpiece material is fully constrained inside the die cavity, so the die must force material flow into fine details such as sharp edges, small cavities, textures, and decorative [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":15285,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"landing-page","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"normal-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-9535","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.7 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide<\/title>\n<meta name=\"description\" content=\"Aobo Steel explains how to choose the right tool steel based on failure mode. So you avoid wrong materials, reduce downtime, and extend tool life.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aobosteel.com\/ko\/selection-of-steels-for-coining-dies\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide\" \/>\n<meta property=\"og:description\" content=\"Aobo Steel explains how to choose the right tool steel based on failure mode. So you avoid wrong materials, reduce downtime, and extend tool life.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aobosteel.com\/ko\/selection-of-steels-for-coining-dies\/\" \/>\n<meta property=\"og:site_name\" content=\"AoboSteel\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61565368220197\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-08T02:32:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif\" \/>\n\t<meta property=\"og:image:width\" content=\"1254\" \/>\n\t<meta property=\"og:image:height\" content=\"1254\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/\"},\"author\":{\"name\":\"Evan\",\"@id\":\"https:\\\/\\\/aobosteel.com\\\/#\\\/schema\\\/person\\\/96118415c30ca6bb52eaf1127b052ef7\"},\"headline\":\"Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide\",\"datePublished\":\"2025-08-05T06:31:06+00:00\",\"dateModified\":\"2026-06-08T02:32:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/\"},\"wordCount\":1650,\"publisher\":{\"@id\":\"https:\\\/\\\/aobosteel.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aobosteel.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/coining-die-ad.avif\",\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/\",\"url\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/\",\"name\":\"Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aobosteel.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aobosteel.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/coining-die-ad.avif\",\"datePublished\":\"2025-08-05T06:31:06+00:00\",\"dateModified\":\"2026-06-08T02:32:42+00:00\",\"description\":\"Aobo Steel explains how to choose the right tool steel based on failure mode. So you avoid wrong materials, reduce downtime, and extend tool life.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/#primaryimage\",\"url\":\"https:\\\/\\\/aobosteel.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/coining-die-ad.avif\",\"contentUrl\":\"https:\\\/\\\/aobosteel.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/coining-die-ad.avif\",\"width\":1254,\"height\":1254},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aobosteel.com\\\/selection-of-steels-for-coining-dies\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\\\/\\\/aobosteel.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aobosteel.com\\\/#website\",\"url\":\"https:\\\/\\\/aobosteel.com\\\/\",\"name\":\"AoboSteel\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/aobosteel.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/aobosteel.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/aobosteel.com\\\/#organization\",\"name\":\"AoboSteel\",\"url\":\"https:\\\/\\\/aobosteel.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/aobosteel.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/aobosteel.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/cropped-aobo-steel-1.avif\",\"contentUrl\":\"https:\\\/\\\/aobosteel.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/cropped-aobo-steel-1.avif\",\"width\":1052,\"height\":592,\"caption\":\"AoboSteel\"},\"image\":{\"@id\":\"https:\\\/\\\/aobosteel.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61565368220197\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/aobosteel-evan\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aobosteel.com\\\/#\\\/schema\\\/person\\\/96118415c30ca6bb52eaf1127b052ef7\",\"name\":\"Evan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e402f2e6f36093f0bf1855dbf79269cde23cd659c44eefdd7ecf7ff9c05786f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e402f2e6f36093f0bf1855dbf79269cde23cd659c44eefdd7ecf7ff9c05786f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e402f2e6f36093f0bf1855dbf79269cde23cd659c44eefdd7ecf7ff9c05786f?s=96&d=mm&r=g\",\"caption\":\"Evan\"},\"sameAs\":[\"http:\\\/\\\/www.aobosteel.com\",\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61565368220197\",\"https:\\\/\\\/www.instagram.com\\\/aobosteel\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/aobosteel-evan\\\/\",\"https:\\\/\\\/x.com\\\/AobosteelEvan\",\"https:\\\/\\\/www.youtube.com\\\/@aobosteel\"],\"url\":\"https:\\\/\\\/aobosteel.com\\\/ko\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide","description":"Aobo Steel explains how to choose the right tool steel based on failure mode. So you avoid wrong materials, reduce downtime, and extend tool life.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/aobosteel.com\/ko\/selection-of-steels-for-coining-dies\/","og_locale":"ko_KR","og_type":"article","og_title":"Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide","og_description":"Aobo Steel explains how to choose the right tool steel based on failure mode. So you avoid wrong materials, reduce downtime, and extend tool life.","og_url":"https:\/\/aobosteel.com\/ko\/selection-of-steels-for-coining-dies\/","og_site_name":"AoboSteel","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61565368220197","article_modified_time":"2026-06-08T02:32:42+00:00","og_image":[{"width":1254,"height":1254,"url":"https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/#article","isPartOf":{"@id":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/"},"author":{"name":"Evan","@id":"https:\/\/aobosteel.com\/#\/schema\/person\/96118415c30ca6bb52eaf1127b052ef7"},"headline":"Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide","datePublished":"2025-08-05T06:31:06+00:00","dateModified":"2026-06-08T02:32:42+00:00","mainEntityOfPage":{"@id":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/"},"wordCount":1650,"publisher":{"@id":"https:\/\/aobosteel.com\/#organization"},"image":{"@id":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/#primaryimage"},"thumbnailUrl":"https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif","inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/","url":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/","name":"Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide","isPartOf":{"@id":"https:\/\/aobosteel.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/#primaryimage"},"image":{"@id":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/#primaryimage"},"thumbnailUrl":"https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif","datePublished":"2025-08-05T06:31:06+00:00","dateModified":"2026-06-08T02:32:42+00:00","description":"Aobo Steel explains how to choose the right tool steel based on failure mode. So you avoid wrong materials, reduce downtime, and extend tool life.","breadcrumb":{"@id":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/#primaryimage","url":"https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif","contentUrl":"https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif","width":1254,"height":1254},{"@type":"BreadcrumbList","@id":"https:\/\/aobosteel.com\/selection-of-steels-for-coining-dies\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/aobosteel.com\/"},{"@type":"ListItem","position":2,"name":"Best Tool Steel for Coining Dies | D2, A2, S7, H13 Guide"}]},{"@type":"WebSite","@id":"https:\/\/aobosteel.com\/#website","url":"https:\/\/aobosteel.com\/","name":"AoboSteel","description":"","publisher":{"@id":"https:\/\/aobosteel.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aobosteel.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/aobosteel.com\/#organization","name":"AoboSteel","url":"https:\/\/aobosteel.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/aobosteel.com\/#\/schema\/logo\/image\/","url":"https:\/\/aobosteel.com\/wp-content\/uploads\/2025\/01\/cropped-aobo-steel-1.avif","contentUrl":"https:\/\/aobosteel.com\/wp-content\/uploads\/2025\/01\/cropped-aobo-steel-1.avif","width":1052,"height":592,"caption":"AoboSteel"},"image":{"@id":"https:\/\/aobosteel.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61565368220197","https:\/\/www.linkedin.com\/in\/aobosteel-evan\/"]},{"@type":"Person","@id":"https:\/\/aobosteel.com\/#\/schema\/person\/96118415c30ca6bb52eaf1127b052ef7","name":"Evan","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/secure.gravatar.com\/avatar\/8e402f2e6f36093f0bf1855dbf79269cde23cd659c44eefdd7ecf7ff9c05786f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8e402f2e6f36093f0bf1855dbf79269cde23cd659c44eefdd7ecf7ff9c05786f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8e402f2e6f36093f0bf1855dbf79269cde23cd659c44eefdd7ecf7ff9c05786f?s=96&d=mm&r=g","caption":"Evan"},"sameAs":["http:\/\/www.aobosteel.com","https:\/\/www.facebook.com\/profile.php?id=61565368220197","https:\/\/www.instagram.com\/aobosteel\/","https:\/\/www.linkedin.com\/in\/aobosteel-evan\/","https:\/\/x.com\/AobosteelEvan","https:\/\/www.youtube.com\/@aobosteel"],"url":"https:\/\/aobosteel.com\/ko\/blog\/author\/admin\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif",1254,1254,false],"thumbnail":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad-150x150.avif",150,150,true],"medium":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad-300x300.avif",300,300,true],"medium_large":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad-768x768.avif",768,768,true],"large":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad-1024x1024.avif",1024,1024,true],"1536x1536":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif",1254,1254,false],"2048x2048":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif",1254,1254,false],"trp-custom-language-flag":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad-12x12.avif",12,12,true]},"uagb_author_info":{"display_name":"Evan","author_link":"https:\/\/aobosteel.com\/ko\/blog\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"Coining Die Tool Steel Selection The Best Tool Steel for Coining Dies Depends on the Failure Mode Precision coining dies work under extremely high compressive load. The workpiece material is fully constrained inside the die cavity, so the die must force material flow into fine details such as sharp edges, small cavities, textures, and decorative&hellip;","rttpg_featured_image_url":{"full":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif",1254,1254,false],"landscape":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif",1254,1254,false],"portraits":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif",1254,1254,false],"thumbnail":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad-150x150.avif",150,150,true],"medium":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad-300x300.avif",300,300,true],"large":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad-1024x1024.avif",1024,1024,true],"1536x1536":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif",1254,1254,false],"2048x2048":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad.avif",1254,1254,false],"trp-custom-language-flag":["https:\/\/aobosteel.com\/wp-content\/uploads\/2026\/05\/coining-die-ad-12x12.avif",12,12,true]},"rttpg_author":{"display_name":"Evan","author_link":"https:\/\/aobosteel.com\/ko\/blog\/author\/admin\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Coining Die Tool Steel Selection The Best Tool Steel for Coining Dies Depends on the Failure Mode Precision coining dies work under extremely high compressive load. The workpiece material is fully constrained inside the die cavity, so the die must force material flow into fine details such as sharp edges, small cavities, textures, and decorative&hellip;","_links":{"self":[{"href":"https:\/\/aobosteel.com\/ko\/wp-json\/wp\/v2\/pages\/9535","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aobosteel.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aobosteel.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aobosteel.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aobosteel.com\/ko\/wp-json\/wp\/v2\/comments?post=9535"}],"version-history":[{"count":0,"href":"https:\/\/aobosteel.com\/ko\/wp-json\/wp\/v2\/pages\/9535\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aobosteel.com\/ko\/wp-json\/wp\/v2\/media\/15285"}],"wp:attachment":[{"href":"https:\/\/aobosteel.com\/ko\/wp-json\/wp\/v2\/media?parent=9535"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}