{"id":6,"date":"2026-04-04T15:21:20","date_gmt":"2026-04-04T15:21:20","guid":{"rendered":"https:\/\/scottnations.com\/?page_id=6"},"modified":"2026-04-04T15:21:20","modified_gmt":"2026-04-04T15:21:20","slug":"scott-nations","status":"publish","type":"page","link":"https:\/\/scottnations.com\/?page_id=6","title":{"rendered":"Scott Nations"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n  <meta charset=\"UTF-8\" \/><br \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/><br \/>\n  <title>Scott Nations<\/title><\/p>\n<style>\n    \/* \u2500\u2500 Reset & Base \u2500\u2500 *\/\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body {\n      font-family: 'Helvetica Neue', Arial, sans-serif;\n      color: #333;\n      background: #fff;\n      line-height: 1.7;\n    }\n    a { text-decoration: none; color: inherit; }\n    img { max-width: 100%; display: block; }<\/p>\n<p>    \/* \u2500\u2500 Navigation \u2500\u2500 *\/\n    .sn-nav {\n      position: sticky;\n      top: 0;\n      z-index: 100;\n      background: #fff;\n      border-bottom: 1px solid #e8e8e8;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 0 40px;\n      height: 64px;\n    }\n    .sn-nav__logo {\n      font-size: 1.5rem;\n      font-weight: 800;\n      letter-spacing: -0.5px;\n      color: #1a1a1a;\n    }\n    .sn-nav__links {\n      display: flex;\n      gap: 36px;\n      list-style: none;\n    }\n    .sn-nav__links a {\n      font-size: 0.78rem;\n      font-weight: 600;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: #555;\n      transition: color 0.2s;\n    }\n    .sn-nav__links a:hover { color: #1e3fa8; }<\/p>\n<p>    \/* \u2500\u2500 Hero \u2500\u2500 *\/\n    .sn-hero {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      min-height: 520px;\n    }\n    .sn-hero__image {\n      background: url('https:\/\/www.scottnations.com\/img\/scott-nations-headshot.jpg') center\/cover no-repeat;\n      \/* fallback charcoal if image unavailable *\/\n      background-color: #2a2a2a;\n      min-height: 520px;\n    }\n    .sn-hero__content {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      gap: 24px;\n      padding: 60px 56px;\n      background: #f4f4f4;\n    }\n    .sn-hero__content p {\n      font-size: 1.25rem;\n      font-weight: 400;\n      color: #5a4a42;\n      line-height: 1.6;\n    }\n    .sn-hero__content p strong {\n      font-style: italic;\n    }\n    .sn-btn {\n      display: inline-block;\n      background: #1e3fa8;\n      color: #fff;\n      font-size: 0.85rem;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      padding: 18px 40px;\n      text-align: center;\n      transition: background 0.2s;\n      align-self: flex-start;\n    }\n    .sn-btn:hover { background: #163090; }\n    .sn-btn--wide { align-self: stretch; text-align: center; }<\/p>\n<p>    \/* \u2500\u2500 Section wrapper \u2500\u2500 *\/\n    .sn-section {\n      padding: 80px 40px;\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n    .sn-section--full {\n      max-width: 100%;\n      padding: 80px 80px;\n    }\n    .sn-section--blue {\n      background: #1e3fa8;\n      color: #fff;\n      max-width: 100%;\n      padding: 70px 80px;\n    }\n    .sn-section--gray {\n      background: #f4f4f4;\n      max-width: 100%;\n      padding: 70px 80px;\n    }<\/p>\n<p>    \/* \u2500\u2500 Section headings \u2500\u2500 *\/\n    .sn-label {\n      font-size: 0.72rem;\n      font-weight: 700;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: #888;\n      margin-bottom: 12px;\n    }\n    .sn-label--white { color: rgba(255,255,255,0.7); }\n    h2.sn-heading {\n      font-size: 2rem;\n      font-weight: 800;\n      color: #1a1a1a;\n      margin-bottom: 20px;\n    }\n    h2.sn-heading--white { color: #fff; }\n    h3.sn-subheading {\n      font-size: 1.3rem;\n      font-weight: 700;\n      color: #1a1a1a;\n      margin-bottom: 12px;\n    }\n    h3.sn-subheading--white { color: #fff; }<\/p>\n<p>    \/* \u2500\u2500 About section \u2500\u2500 *\/\n    .sn-about {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 80px;\n      align-items: center;\n    }\n    .sn-about__text p { color: #555; margin-bottom: 16px; }<\/p>\n<p>    \/* \u2500\u2500 Book sections \u2500\u2500 *\/\n    .sn-book {\n      display: grid;\n      grid-template-columns: 320px 1fr;\n      gap: 60px;\n      align-items: start;\n    }\n    .sn-book--reverse { grid-template-columns: 1fr 320px; }\n    .sn-book__cover {\n      background: #c8d0e0;\n      aspect-ratio: 2\/3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 0.9rem;\n      color: #888;\n      text-align: center;\n      padding: 20px;\n      border: 1px solid #ddd;\n    }\n    .sn-book__cover img { width: 100%; height: 100%; object-fit: cover; }\n    .sn-book__body p { color: #555; margin-bottom: 16px; font-size: 0.97rem; }<\/p>\n<p>    \/* \u2500\u2500 Pull quote \/ blurb \u2500\u2500 *\/\n    .sn-blurb {\n      background: #1e3fa8;\n      color: #fff;\n      padding: 20px 28px;\n      margin: 28px 0;\n      border-left: 4px solid rgba(255,255,255,0.4);\n      font-style: italic;\n      font-size: 1rem;\n    }\n    .sn-blurb cite {\n      display: block;\n      margin-top: 8px;\n      font-style: normal;\n      font-size: 0.8rem;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      opacity: 0.8;\n    }<\/p>\n<p>    \/* \u2500\u2500 Reviews grid \u2500\u2500 *\/\n    .sn-reviews {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n      gap: 24px;\n      margin-top: 40px;\n    }\n    .sn-review {\n      background: #f9f9f9;\n      border: 1px solid #e8e8e8;\n      padding: 24px;\n    }\n    .sn-review__quote {\n      font-style: italic;\n      color: #444;\n      font-size: 0.93rem;\n      line-height: 1.65;\n      margin-bottom: 12px;\n    }\n    .sn-review__source {\n      font-size: 0.75rem;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: #1e3fa8;\n    }<\/p>\n<p>    \/* \u2500\u2500 CTA Banner \u2500\u2500 *\/\n    .sn-cta-banner {\n      background: #1e3fa8;\n      padding: 56px 80px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 40px;\n    }\n    .sn-cta-banner h2 {\n      font-size: 1.6rem;\n      font-weight: 800;\n      color: #fff;\n    }\n    .sn-btn--white {\n      background: #fff;\n      color: #1e3fa8;\n      white-space: nowrap;\n    }\n    .sn-btn--white:hover { background: #e8edff; }<\/p>\n<p>    \/* \u2500\u2500 Contact \u2500\u2500 *\/\n    .sn-contact {\n      max-width: 600px;\n      margin: 0 auto;\n      text-align: center;\n      padding: 80px 40px;\n    }\n    .sn-contact h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 16px; }\n    .sn-contact p { color: #666; margin-bottom: 24px; }\n    .sn-contact__form { display: flex; flex-direction: column; gap: 16px; text-align: left; }\n    .sn-contact__form input,\n    .sn-contact__form textarea {\n      width: 100%;\n      padding: 14px 16px;\n      border: 1px solid #ccc;\n      font-size: 0.95rem;\n      font-family: inherit;\n      outline: none;\n      transition: border-color 0.2s;\n    }\n    .sn-contact__form input:focus,\n    .sn-contact__form textarea:focus { border-color: #1e3fa8; }\n    .sn-contact__form textarea { height: 140px; resize: vertical; }\n    .sn-contact__form .sn-btn { align-self: stretch; text-align: center; }<\/p>\n<p>    \/* \u2500\u2500 Footer \u2500\u2500 *\/\n    .sn-footer {\n      background: #1a1a1a;\n      color: #aaa;\n      text-align: center;\n      padding: 28px 40px;\n      font-size: 0.8rem;\n    }\n    .sn-footer__social {\n      display: flex;\n      justify-content: center;\n      gap: 20px;\n      margin-bottom: 12px;\n    }\n    .sn-footer__social a {\n      color: #fff;\n      font-weight: 700;\n      font-size: 0.8rem;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n    }\n    .sn-footer__social a:hover { color: #5b82f5; }<\/p>\n<p>    \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n    @media (max-width: 800px) {\n      .sn-nav { padding: 0 20px; }\n      .sn-nav__links { gap: 16px; }\n      .sn-nav__links a { font-size: 0.7rem; }\n      .sn-hero { grid-template-columns: 1fr; }\n      .sn-hero__image { min-height: 280px; }\n      .sn-hero__content { padding: 40px 28px; }\n      .sn-about { grid-template-columns: 1fr; gap: 40px; }\n      .sn-book, .sn-book--reverse { grid-template-columns: 1fr; }\n      .sn-section--blue, .sn-section--gray, .sn-section--full { padding: 50px 28px; }\n      .sn-cta-banner { flex-direction: column; align-items: flex-start; padding: 40px 28px; }\n    }\n  <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p>  <!-- \u2500\u2500 Navigation \u2500\u2500 --><\/p>\n<nav class=\"sn-nav\">\n<div class=\"sn-nav__logo\">Scott Nations<\/div>\n<ul class=\"sn-nav__links\">\n<li><a href=\"#home\">Home<\/a><\/li>\n<li><a href=\"#about\">About Scott<\/a><\/li>\n<li><a href=\"#anxious-investor\">The Anxious Investor<\/a><\/li>\n<li><a href=\"#other-books\">Scott&#8217;s Other Books<\/a><\/li>\n<li><a href=\"#contact\">Contact<\/a><\/li>\n<\/ul>\n<\/nav>\n<p>  <!-- \u2500\u2500 Hero \u2500\u2500 --><\/p>\n<section id=\"home\" class=\"sn-hero\">\n<div class=\"sn-hero__image\">\n      <!-- Replace src with actual headshot URL or upload via WordPress media library --><br \/>\n      <img decoding=\"async\" src=\"https:\/\/www.scottnations.com\/img\/scott-nations-headshot.jpg\"\n           alt=\"Scott Nations\"\n           style=\"width:100%;height:100%;object-fit:cover;\" \/>\n    <\/div>\n<div class=\"sn-hero__content\">\n<p>Scott&#8217;s latest book, <strong>&#8220;The Anxious Investor \u2014 Mastering the Mental Game of Investing&#8221;<\/strong> offers a fascinating look at the behavioral biases that keep you from achieving your investing goals.<\/p>\n<p>      <a href=\"https:\/\/www.amazon.com\/s?k=The+Anxious+Investor+Scott+Nations\" class=\"sn-btn\" target=\"_blank\" rel=\"noopener\"><br \/>\n        Buy The Anxious Investor Now<br \/>\n      <\/a>\n    <\/div>\n<\/section>\n<p>  <!-- \u2500\u2500 About Scott \u2500\u2500 --><\/p>\n<div id=\"about\" style=\"background:#fff; padding: 80px 80px;\">\n<div style=\"max-width:1100px; margin:0 auto;\">\n<div class=\"sn-about\">\n<div class=\"sn-about__text\">\n<div class=\"sn-label\">About<\/div>\n<h2 class=\"sn-heading\">About Scott<\/h2>\n<p>Scott is the author of <em>&#8220;The Anxious Investor&#8221;<\/em> as well as <em>&#8220;A History of the United States in Five Crashes.&#8221;<\/em><\/p>\n<p>Scott is also the president of Nations Indexes, Inc., the world&#8217;s leading independent developer of volatility indexes and option strategy indexes.<\/p>\n<\/p><\/div>\n<div>\n<div class=\"sn-blurb\">\n            &#8220;Nations&#8217;s advice is grounded and practical, and the wealth of research backing it will leave readers feeling like they&#8217;re in good hands. New and seasoned investors alike will find this worth a look.&#8221;<br \/>\n            <cite>\u2014 Publishers Weekly<\/cite>\n          <\/div>\n<div class=\"sn-blurb\">\n            &#8220;It&#8217;s a key guide to financial literacy.&#8221;<br \/>\n            <cite>\u2014 Circle Around<\/cite>\n          <\/div>\n<div class=\"sn-blurb\">\n            &#8220;&#8216;The Anxious Investor&#8217; weaves the latest behavioral finance studies into an engaging narrative history that probes investor behavior&#8230;&#8221;<br \/>\n            <cite>\u2014 The Wall Street Journal<\/cite>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 The Anxious Investor \u2500\u2500 --><\/p>\n<div id=\"anxious-investor\" style=\"background:#f4f4f4; padding: 80px 80px;\">\n<div style=\"max-width:1100px; margin:0 auto;\">\n<div class=\"sn-label\">The Anxious Investor<\/div>\n<h2 class=\"sn-heading\">About The Book<\/h2>\n<div class=\"sn-book\">\n<div class=\"sn-book__cover\">\n          <!-- Replace with actual book cover image --><br \/>\n          <img decoding=\"async\" src=\"https:\/\/www.scottnations.com\/img\/anxious-investor-cover.jpg\"\n               alt=\"The Anxious Investor book cover\"\n               onerror=\"this.style.display='none'\" \/><br \/>\n          <span style=\"display:block; color:#999; font-size:0.9rem;\">The Anxious Investor<br \/>Book Cover<\/span>\n        <\/div>\n<div class=\"sn-book__body\">\n<h3 class=\"sn-subheading\">The Anxious Investor \u2014 Mastering the Mental Game of Investing<\/h3>\n<p style=\"font-weight:600; color:#1e3fa8;\">by Scott Nations<\/p>\n<p>A revelatory new guide to building wealth amidst stock market crashes and uncertain economic conditions, drawing upon financial modeling, behavioral psychology, and market history to offer practical advice to everyday investors.<\/p>\n<p>Investing is scary. Never is that more true than during market pullbacks and recessions, whether the Great Recession of 2008; the brief, vertiginous COVID crash in 2020; or any number of recent smaller, yet still wrenching, periods of economic turbulence. We see those flashing red numbers and all semblance of &#8220;planning&#8221; or &#8220;risk tolerance&#8221; suddenly goes out the window.<\/p>\n<p>Scott Nations has spent his career studying market volatility. His firm, Nations Indexes, is the world&#8217;s leading independent developer of volatility and option-enhanced indexes. In <em>The Anxious Investor<\/em>, he teaches readers how to understand the markets, master their own fear, and make the most of their money.<\/p>\n<p>In the first half of the book, Nations offers a quick, compelling rundown of the worst financial crashes in American history, focusing on their causes, the recovery, and the lessons each holds for today&#8217;s investors. In the book&#8217;s second section, Nations offers a roadmap that any investor can follow, with practical, easy-to-understand advice to help guide readers through the 3 different types of market conditions: normal, crash\/bear market, and recovery.<\/p>\n<p>          <a href=\"https:\/\/www.amazon.com\/s?k=The+Anxious+Investor+Scott+Nations\" class=\"sn-btn\" target=\"_blank\" rel=\"noopener\" style=\"margin-top:16px;\"><br \/>\n            Buy The Anxious Investor Now<br \/>\n          <\/a>\n        <\/div>\n<\/p><\/div>\n<p>      <!-- Reviews --><\/p>\n<h3 style=\"margin-top:60px; font-size:1.4rem; font-weight:800; color:#1a1a1a;\">Reviews of The Anxious Investor<\/h3>\n<div class=\"sn-reviews\">\n<div class=\"sn-review\">\n<p class=\"sn-review__quote\">&#8220;Nations&#8217;s advice is grounded and practical, and the wealth of research backing it will leave readers feeling like they&#8217;re in good hands. New and seasoned investors alike will find this worth a look.&#8221;<\/p>\n<div class=\"sn-review__source\">Publisher&#8217;s Weekly<\/div>\n<\/p><\/div>\n<div class=\"sn-review\">\n<p class=\"sn-review__quote\">&#8220;It&#8217;s a key guide to financial literacy.&#8221;<\/p>\n<div class=\"sn-review__source\">Circle Around<\/div>\n<\/p><\/div>\n<div class=\"sn-review\">\n<p class=\"sn-review__quote\">&#8220;&#8216;The Anxious Investor&#8217; weaves the latest behavioral finance studies into an engaging narrative history that probes investor behavior during the South Sea Bubble of 1720, the tech boom of the late 1990s and the financial crisis of 2008.&#8221;<\/p>\n<div class=\"sn-review__source\">The Wall Street Journal<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 Other Books \u2500\u2500 --><\/p>\n<div id=\"other-books\" style=\"background:#fff; padding: 80px 80px;\">\n<div style=\"max-width:1100px; margin:0 auto;\">\n<div class=\"sn-label\">Earlier Books<\/div>\n<h2 class=\"sn-heading\">A History of the United States in Five Crashes<\/h2>\n<div class=\"sn-book sn-book--reverse\">\n<div class=\"sn-book__body\">\n<h3 class=\"sn-subheading\">Stock Market Meltdowns That Defined a Nation<\/h3>\n<p style=\"font-weight:600; color:#1e3fa8;\">by Scott Nations<\/p>\n<p>In this absorbing, smart, and accessible blend of economic and cultural history in the vein of the works of Michael Lewis and Andrew Ross Sorkin, a financial executive and CNBC contributor examines the five most significant stock market crashes in the United States over the past century, revealing how they have defined the nation today.<\/p>\n<p><strong>The five crashes:<\/strong> The Panic of 1907 \u00b7 Black Tuesday (1929) \u00b7 Black Monday (1987) \u00b7 The Great Recession (2008) \u00b7 The Flash Crash (2010)<\/p>\n<p>Each of these financial implosions that caused a catastrophic drop in the American stock market is a remarkable story in its own right. But taken together, they offer a unique financial history of the American century. Nations examines these precipitous dips, revealing how each played a role in America&#8217;s political and cultural fabric, one building upon the next to create the nation we know today.<\/p>\n<p>Nations clearly and compellingly illustrates the connections between these financial collapses and examines the solid, clear-cut lessons they offer for preventing the next one.<\/p>\n<p>          <a href=\"https:\/\/www.amazon.com\/s?k=A+History+of+the+United+States+in+Five+Crashes+Scott+Nations\" class=\"sn-btn\" target=\"_blank\" rel=\"noopener\" style=\"margin-top:16px;\"><br \/>\n            Buy A History of the United States in Five Crashes Now<br \/>\n          <\/a>\n        <\/div>\n<div class=\"sn-book__cover\">\n          <!-- Replace with actual book cover image --><br \/>\n          <img decoding=\"async\" src=\"https:\/\/www.scottnations.com\/img\/five-crashes-cover.jpg\"\n               alt=\"A History of the United States in Five Crashes book cover\"\n               onerror=\"this.style.display='none'\" \/><br \/>\n          <span style=\"display:block; color:#999; font-size:0.9rem;\">Five Crashes<br \/>Book Cover<\/span>\n        <\/div>\n<\/p><\/div>\n<p>      <!-- Five Crashes Reviews --><\/p>\n<h3 style=\"margin-top:60px; font-size:1.4rem; font-weight:800; color:#1a1a1a;\">Reviews of A History of the United States in Five Crashes<\/h3>\n<div class=\"sn-reviews\">\n<div class=\"sn-review\">\n<p class=\"sn-review__quote\">&#8220;Timely. &#8230; An eye-opening examination of the many ways money can be made \u2014 and disappear.&#8221;<\/p>\n<div class=\"sn-review__source\">Kirkus Reviews<\/div>\n<\/p><\/div>\n<div class=\"sn-review\">\n<p class=\"sn-review__quote\">&#8220;Fascinating. &#8230; Uniquely helpful.&#8221;<\/p>\n<div class=\"sn-review__source\">Publishers Weekly<\/div>\n<\/p><\/div>\n<div class=\"sn-review\">\n<p class=\"sn-review__quote\">&#8220;Nations insightfully relays the parallel experiences of stock market meltdowns, the events that led up to them, and their resulting economic and social ramifications.&#8221;<\/p>\n<div class=\"sn-review__source\">Booklist<\/div>\n<\/p><\/div>\n<div class=\"sn-review\">\n<p class=\"sn-review__quote\">&#8220;Absorbing. &#8230;Nations&#8217;s stylish writing gives these stories of greed and fear a cliffhanger momentum.&#8221;<\/p>\n<div class=\"sn-review__source\">Financial Advisor Magazine<\/div>\n<\/p><\/div>\n<div class=\"sn-review\">\n<p class=\"sn-review__quote\">&#8220;Crisp profiles&#8230; all in a lean, drive-ahead writing style that is a pleasure to read.&#8221;<\/p>\n<div class=\"sn-review__source\">The Wall Street Journal<\/div>\n<\/p><\/div>\n<div class=\"sn-review\">\n<p class=\"sn-review__quote\">&#8220;An incredibly rich mine of market history&#8230; an indispensable resource.&#8221;<\/p>\n<div class=\"sn-review__source\">Financial Advisor Magazine \u2014 Books of the Year<\/div>\n<\/p><\/div>\n<div class=\"sn-review\">\n<p class=\"sn-review__quote\">&#8220;One of the 25 best stock market audiobooks of all time.&#8221;<\/p>\n<div class=\"sn-review__source\">Book Authority<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 CTA Banner \u2500\u2500 --><\/p>\n<div class=\"sn-cta-banner\">\n<h2>Ready to master the mental game of investing?<\/h2>\n<p>    <a href=\"https:\/\/www.amazon.com\/s?k=The+Anxious+Investor+Scott+Nations\" class=\"sn-btn sn-btn--white\" target=\"_blank\" rel=\"noopener\"><br \/>\n      Buy The Anxious Investor Now<br \/>\n    <\/a>\n  <\/div>\n<p>  <!-- \u2500\u2500 Contact \u2500\u2500 --><\/p>\n<div id=\"contact\">\n<div class=\"sn-contact\">\n<div class=\"sn-label\" style=\"text-align:center;\">Contact<\/div>\n<h2>Get In Touch<\/h2>\n<p>Have a question or want to connect with Scott? Use the form below.<\/p>\n<p>      <!-- Replace this form action with your WordPress contact form plugin shortcode, e.g. [contact-form-7 ...] --><\/p>\n<form class=\"sn-contact__form\" action=\"#\" method=\"post\">\n        <input type=\"text\" name=\"name\" placeholder=\"Your Name\" required \/><br \/>\n        <input type=\"email\" name=\"email\" placeholder=\"Your Email\" required \/><br \/>\n        <input type=\"text\" name=\"subject\" placeholder=\"Subject\" \/><br \/>\n        <textarea name=\"message\" placeholder=\"Your Message\" required><\/textarea><br \/>\n        <button type=\"submit\" class=\"sn-btn\">Send Message<\/button><br \/>\n      <\/form>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 Footer \u2500\u2500 --><\/p>\n<footer class=\"sn-footer\">\n<div class=\"sn-footer__social\">\n      <a href=\"https:\/\/www.linkedin.com\/in\/scottnations\" target=\"_blank\" rel=\"noopener\">LinkedIn<\/a><br \/>\n      <a href=\"https:\/\/twitter.com\/scottnations\" target=\"_blank\" rel=\"noopener\">Twitter \/ X<\/a>\n    <\/div>\n<p>&copy; 2024 Scott Nations. All rights reserved.<\/p>\n<\/footer>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Scott Nations Scott Nations Home About Scott The Anxious Investor Scott&#8217;s Other Books Contact Scott&#8217;s latest book, &#8220;The Anxious Investor [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","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":"default","ast-page-background-enabled":"default","ast-page-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":"","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-4)","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-4)","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-4)","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-6","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Scott Nations - Scott Nations<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Scott Nations - Scott Nations\" \/>\n<meta property=\"og:description\" content=\"Scott Nations Scott Nations Home About Scott The Anxious Investor Scott&#8217;s Other Books Contact Scott&#8217;s latest book, &#8220;The Anxious Investor [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6\" \/>\n<meta property=\"og:site_name\" content=\"Scott Nations\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.scottnations.com\/img\/scott-nations-headshot.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/scottnationscom-8d640.ingress-florina.ewp.live\\\/?page_id=6\",\"url\":\"https:\\\/\\\/scottnationscom-8d640.ingress-florina.ewp.live\\\/?page_id=6\",\"name\":\"Scott Nations - Scott Nations\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/scottnations.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/scottnationscom-8d640.ingress-florina.ewp.live\\\/?page_id=6#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/scottnationscom-8d640.ingress-florina.ewp.live\\\/?page_id=6#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.scottnations.com\\\/img\\\/scott-nations-headshot.jpg\",\"datePublished\":\"2026-04-04T15:21:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/scottnationscom-8d640.ingress-florina.ewp.live\\\/?page_id=6#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/scottnationscom-8d640.ingress-florina.ewp.live\\\/?page_id=6\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/scottnationscom-8d640.ingress-florina.ewp.live\\\/?page_id=6#primaryimage\",\"url\":\"https:\\\/\\\/www.scottnations.com\\\/img\\\/scott-nations-headshot.jpg\",\"contentUrl\":\"https:\\\/\\\/www.scottnations.com\\\/img\\\/scott-nations-headshot.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/scottnationscom-8d640.ingress-florina.ewp.live\\\/?page_id=6#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/scottnations.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Scott Nations\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/scottnations.com\\\/#website\",\"url\":\"https:\\\/\\\/scottnations.com\\\/\",\"name\":\"Scott Nations\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/scottnations.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Scott Nations - Scott Nations","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:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6","og_locale":"en_US","og_type":"article","og_title":"Scott Nations - Scott Nations","og_description":"Scott Nations Scott Nations Home About Scott The Anxious Investor Scott&#8217;s Other Books Contact Scott&#8217;s latest book, &#8220;The Anxious Investor [&hellip;]","og_url":"https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6","og_site_name":"Scott Nations","og_image":[{"url":"https:\/\/www.scottnations.com\/img\/scott-nations-headshot.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6","url":"https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6","name":"Scott Nations - Scott Nations","isPartOf":{"@id":"https:\/\/scottnations.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6#primaryimage"},"image":{"@id":"https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6#primaryimage"},"thumbnailUrl":"https:\/\/www.scottnations.com\/img\/scott-nations-headshot.jpg","datePublished":"2026-04-04T15:21:20+00:00","breadcrumb":{"@id":"https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6#primaryimage","url":"https:\/\/www.scottnations.com\/img\/scott-nations-headshot.jpg","contentUrl":"https:\/\/www.scottnations.com\/img\/scott-nations-headshot.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/scottnationscom-8d640.ingress-florina.ewp.live\/?page_id=6#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/scottnations.com\/"},{"@type":"ListItem","position":2,"name":"Scott Nations"}]},{"@type":"WebSite","@id":"https:\/\/scottnations.com\/#website","url":"https:\/\/scottnations.com\/","name":"Scott Nations","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/scottnations.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/scottnations.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scottnations.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scottnations.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scottnations.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scottnations.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":1,"href":"https:\/\/scottnations.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":8,"href":"https:\/\/scottnations.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/8"}],"wp:attachment":[{"href":"https:\/\/scottnations.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}