{"id":2,"date":"2026-06-20T13:04:37","date_gmt":"2026-06-20T13:04:37","guid":{"rendered":"http:\/\/phantex.io\/?page_id=2"},"modified":"2026-06-20T14:07:39","modified_gmt":"2026-06-20T14:07:39","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/phantex.io\/","title":{"rendered":"Sample Page"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<section class=\"phantex-site\">\n\n  <style>\n    .phantex-site {\n      --bg:#05050a;\n      --card:#0d0d18;\n      --purple:#9b5cff;\n      --green:#00ff9c;\n      --text:#f4f4ff;\n      --muted:#a7a7c9;\n      font-family: Inter, Arial, sans-serif;\n      background:\n        radial-gradient(circle at top left, rgba(155,92,255,.25), transparent 35%),\n        radial-gradient(circle at bottom right, rgba(0,255,156,.16), transparent 30%),\n        linear-gradient(180deg,#05050a,#090914 60%,#05050a);\n      color:var(--text);\n      overflow:hidden;\n      padding:0;\n    }\n\n    .phantex-wrap {\n      max-width:1180px;\n      margin:auto;\n      padding:70px 20px;\n    }\n\n    .phantex-hero {\n      display:grid;\n      grid-template-columns:1.1fr .9fr;\n      gap:35px;\n      align-items:center;\n      min-height:80vh;\n    }\n\n    .badge {\n      display:inline-block;\n      padding:8px 14px;\n      border:1px solid rgba(0,255,156,.4);\n      color:var(--green);\n      border-radius:999px;\n      font-size:13px;\n      background:rgba(0,255,156,.08);\n      box-shadow:0 0 25px rgba(0,255,156,.15);\n    }\n\n    .title {\n      font-size:clamp(42px,7vw,86px);\n      line-height:.95;\n      margin:20px 0;\n      letter-spacing:-2px;\n      text-transform:uppercase;\n      text-shadow:0 0 30px rgba(155,92,255,.45);\n      animation:glow 3s ease-in-out infinite alternate;\n    }\n\n    .title span {\n      color:var(--green);\n    }\n\n    .desc {\n      color:var(--muted);\n      font-size:18px;\n      line-height:1.7;\n      max-width:680px;\n    }\n\n    .hero-buttons {\n      display:flex;\n      gap:14px;\n      flex-wrap:wrap;\n      margin-top:30px;\n    }\n\n    .btn {\n      padding:14px 22px;\n      border-radius:14px;\n      text-decoration:none;\n      color:#05050a;\n      background:linear-gradient(135deg,var(--green),#b8ffd9);\n      font-weight:800;\n      box-shadow:0 0 35px rgba(0,255,156,.25);\n    }\n\n    .btn.secondary {\n      background:transparent;\n      color:var(--text);\n      border:1px solid rgba(255,255,255,.16);\n    }\n\n    .presale-shell {\n      background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));\n      border:1px solid rgba(155,92,255,.35);\n      border-radius:28px;\n      padding:22px;\n      box-shadow:0 0 60px rgba(155,92,255,.25);\n      position:relative;\n      overflow:hidden;\n    }\n\n    .presale-shell:before {\n      content:\"\";\n      position:absolute;\n      inset:-2px;\n      background:linear-gradient(120deg,transparent,var(--purple),var(--green),transparent);\n      opacity:.25;\n      animation:scan 5s linear infinite;\n    }\n\n    .presale-inner {\n      position:relative;\n      background:rgba(5,5,10,.88);\n      border-radius:22px;\n      padding:24px;\n      z-index:1;\n    }\n\n    .shortcode-box {\n      min-height:340px;\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      text-align:center;\n      border:1px dashed rgba(0,255,156,.5);\n      border-radius:18px;\n      color:var(--green);\n      background:rgba(0,255,156,.05);\n      font-weight:700;\n    }\n\n    .section-title {\n      font-size:clamp(28px,4vw,48px);\n      margin-bottom:18px;\n      text-align:center;\n    }\n\n    .section-sub {\n      color:var(--muted);\n      text-align:center;\n      max-width:760px;\n      margin:0 auto 45px;\n      line-height:1.7;\n    }\n\n    .cards {\n      display:grid;\n      grid-template-columns:repeat(3,1fr);\n      gap:18px;\n    }\n\n    .card {\n      background:rgba(255,255,255,.055);\n      border:1px solid rgba(255,255,255,.1);\n      border-radius:22px;\n      padding:24px;\n      transition:.35s;\n    }\n\n    .card:hover {\n      transform:translateY(-8px);\n      border-color:rgba(0,255,156,.55);\n      box-shadow:0 0 35px rgba(0,255,156,.13);\n    }\n\n    .card h3 {\n      color:var(--green);\n      margin-top:0;\n    }\n\n    .card p, .card li {\n      color:var(--muted);\n      line-height:1.65;\n    }\n\n    .target {\n      margin-top:30px;\n      padding:35px;\n      border-radius:28px;\n      background:linear-gradient(135deg,rgba(155,92,255,.18),rgba(0,255,156,.08));\n      border:1px solid rgba(155,92,255,.35);\n      text-align:center;\n    }\n\n    .target strong {\n      font-size:clamp(42px,8vw,90px);\n      color:var(--green);\n      display:block;\n      margin:10px 0;\n      text-shadow:0 0 35px rgba(0,255,156,.4);\n    }\n\n    .info-grid {\n      display:grid;\n      grid-template-columns:repeat(2,1fr);\n      gap:14px;\n    }\n\n    .info-item {\n      padding:16px;\n      border-radius:16px;\n      background:rgba(255,255,255,.05);\n      border:1px solid rgba(255,255,255,.08);\n      color:var(--muted);\n    }\n\n    .info-item b {\n      color:var(--text);\n      display:block;\n      margin-bottom:5px;\n    }\n\n    .disclaimer {\n      font-size:13px;\n      color:#b8b8d8;\n      background:rgba(255,255,255,.05);\n      border-left:4px solid var(--green);\n      padding:18px;\n      border-radius:14px;\n      line-height:1.6;\n    }\n\n    @keyframes glow {\n      from { filter:drop-shadow(0 0 10px rgba(155,92,255,.25)); }\n      to { filter:drop-shadow(0 0 25px rgba(0,255,156,.25)); }\n    }\n\n    @keyframes scan {\n      from { transform:translateX(-80%); }\n      to { transform:translateX(80%); }\n    }\n\n    @media(max-width:850px) {\n      .phantex-hero,\n      .cards,\n      .info-grid {\n        grid-template-columns:1fr;\n      }\n\n      .phantex-wrap {\n        padding:50px 16px;\n      }\n\n      .phantex-hero {\n        min-height:auto;\n      }\n\n      .presale-shell {\n        padding:14px;\n      }\n\n      .presale-inner {\n        padding:16px;\n      }\n\n      .shortcode-box {\n        min-height:280px;\n      }\n    }\n  <\/style>\n\n  <div class=\"phantex-wrap phantex-hero\">\n    <div>\n      <span class=\"badge\">PHANTEX AI Agent \u2022 The Ghost of Crypto Alpha<\/span>\n      <h1 class=\"title\">PHANTEX <span>PHTX<\/span><\/h1>\n      <p class=\"desc\">\n        A cyber-ghost AI ecosystem designed to scan tokens, track smart money,\n        detect suspicious rugs, and bring dark degen intelligence to the crypto market.\n      <\/p>\n\n      <div class=\"hero-buttons\">\n        <a href=\"#presale\" class=\"btn\">Enter Presale<\/a>\n        <a href=\"#token\" class=\"btn secondary\">View Token Info<\/a>\n      <\/div>\n    <\/div>\n\n    <div id=\"presale\" class=\"presale-shell\">\n      <div class=\"presale-inner\">\n        <h2>Buy PHTX Presale<\/h2>\n        <p style=\"color:var(--muted);line-height:1.6;\">\n          Connect your wallet and join the PHANTEX presale.\n        <\/p>\n\n        <div class=\"shortcode-box\">\n          \u0636\u0639 \u0647\u0646\u0627 \u0634\u0648\u0631\u062a \u0643\u0648\u062f \u0627\u0644\u0628\u064a\u0639:<br><br>\n          [phantex_presale_box]\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"phantex-wrap\">\n    <h2 class=\"section-title\">Core Ecosystem Features<\/h2>\n    <p class=\"section-sub\">\n      PHANTEX is built around AI-powered crypto intelligence, viral market awareness,\n      and token utility designed for a future premium ecosystem.\n    <\/p>\n\n    <div class=\"cards\">\n      <div class=\"card\">\n        <h3>Rug Smell<\/h3>\n        <p>AI-powered risk signals designed to detect suspicious contract behavior, hidden owner risks, and dangerous token patterns.<\/p>\n      <\/div>\n\n      <div class=\"card\">\n        <h3>Moon Score<\/h3>\n        <p>A market potential indicator based on liquidity, hype, volume, community traction, and whale positioning.<\/p>\n      <\/div>\n\n      <div class=\"card\">\n        <h3>Chaos Level<\/h3>\n        <p>A volatility scanner that tracks abnormal spikes, bot-like activity, social noise, and market manipulation signals.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"target\">\n      <p style=\"color:var(--muted);margin:0;\">Long-Term Community Target<\/p>\n      <strong>$5<\/strong>\n      <p style=\"color:var(--muted);max-width:700px;margin:auto;line-height:1.7;\">\n        The symbolic long-term target of PHANTEX is to reach $5 per PHTX token.\n        This is a community ambition, not a guaranteed promise or financial advice.\n      <\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"phantex-wrap\" id=\"token\">\n    <h2 class=\"section-title\">Token Transparency<\/h2>\n    <p class=\"section-sub\">\n      All key token information should be displayed clearly to build trust with the community.\n      Replace the values below with your real token data.\n    <\/p>\n\n    <div class=\"info-grid\">\n      <div class=\"info-item\"><b>Token Name<\/b>PHANTEX AI Agent<\/div>\n      <div class=\"info-item\"><b>Symbol<\/b>PHTX<\/div>\n      <div class=\"info-item\"><b>Network<\/b>BNB Smart Chain<\/div>\n      <div class=\"info-item\"><b>Total Supply<\/b>\u0636\u0639 \u0647\u0646\u0627 Supply \u0627\u0644\u062d\u0642\u064a\u0642\u064a<\/div>\n      <div class=\"info-item\"><b>Contract Address<\/b>\u0636\u0639 \u0647\u0646\u0627 Contract Address<\/div>\n      <div class=\"info-item\"><b>Presale Price<\/b>\u0636\u0639 \u0647\u0646\u0627 \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0623\u0648\u0644\u064a<\/div>\n      <div class=\"info-item\"><b>Liquidity<\/b>\u0636\u0639 \u0647\u0646\u0627 \u062e\u0637\u0629 \u0627\u0644\u0633\u064a\u0648\u0644\u0629<\/div>\n      <div class=\"info-item\"><b>Security<\/b>\u0636\u0639 \u0647\u0646\u0627 Audit \/ Ownership \/ Lock Info<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"phantex-wrap\">\n    <h2 class=\"section-title\">Roadmap<\/h2>\n\n    <div class=\"cards\">\n      <div class=\"card\">\n        <h3>Phase 1<\/h3>\n        <ul>\n          <li>Website launch<\/li>\n          <li>Community building<\/li>\n          <li>Presale preparation<\/li>\n          <li>Token deployment<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"card\">\n        <h3>Phase 2<\/h3>\n        <ul>\n          <li>Presale launch<\/li>\n          <li>DEX listing<\/li>\n          <li>Liquidity lock<\/li>\n          <li>Marketing campaign<\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"card\">\n        <h3>Phase 3<\/h3>\n        <ul>\n          <li>Ghost Radar beta<\/li>\n          <li>Wallet tracker<\/li>\n          <li>Holder premium access<\/li>\n          <li>Burn mechanics activation<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"phantex-wrap\">\n    <h2 class=\"section-title\">Disclaimer<\/h2>\n    <div class=\"disclaimer\">\n      PHANTEX is an experimental crypto project. Cryptocurrency involves high risk and price volatility.\n      The $5 target is a community goal only and does not represent a guaranteed return.\n      Always do your own research before participating in any presale or token purchase.\n    <\/div>\n  <\/div>\n\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>PHANTEX AI Agent \u2022 The Ghost of Crypto Alpha PHANTEX PHTX A cyber-ghost AI ecosystem designed to scan tokens, track smart money, detect suspicious rugs, and bring dark degen intelligence to the crypto market. Enter Presale View Token Info Buy PHTX Presale Connect your wallet and join the PHANTEX presale. \u0636\u0639 \u0647\u0646\u0627 \u0634\u0648\u0631\u062a \u0643\u0648\u062f \u0627\u0644\u0628\u064a\u0639: &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/phantex.io\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;Sample Page&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"inspiro_hide_title":false,"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/phantex.io\/index.php\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/phantex.io\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/phantex.io\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/phantex.io\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/phantex.io\/index.php\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":2,"href":"https:\/\/phantex.io\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":10,"href":"https:\/\/phantex.io\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/10"}],"wp:attachment":[{"href":"https:\/\/phantex.io\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}