{"id":2202,"date":"2026-08-19T10:06:17","date_gmt":"2026-08-19T10:06:17","guid":{"rendered":"https:\/\/proptrustverified.com\/es\/?page_id=2202"},"modified":"2026-08-19T15:12:16","modified_gmt":"2026-08-19T15:12:16","slug":"Cases-of-Use","status":"publish","type":"page","link":"https:\/\/proptrustverified.com\/en\/Cases-of-Use\/","title":{"rendered":"Cases of Use"},"content":{"rendered":"<!DOCTYPE html>\n<?xml encoding=\"UTF-8\"?><html lang=\"es\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Cases of Use and Applications &middot; Prop Trust Verified &middot; PTVS v1.0<\/title>\n<meta name=\"description\" content=\"Casos de uso reales del est&aacute;ndar PTVS v1.0 y verticales aplicables: residencial, tur&iacute;stico, industrial, maquinaria, naval y m&aacute;s. Infraestructura de confianza universal.\">\n<meta name=\"author\" content=\"Aurema Group L.L.C.\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;600;700;800;900&amp;family=Inter:wght@300;400;500;600;700&amp;family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&amp;family=JetBrains+Mono:wght@400;500&amp;display=swap\" rel=\"stylesheet\">\n\n<style>\n:root {\n    --navy: #0B132B;\n    --navy-light: #1C2541;\n    --navy-deep: #070E1F;\n    --gold: #D4AF37;\n    --gold-dark: #AA8C2C;\n    --gold-light: #F4E5C2;\n    --cream: #FAF7F0;\n    --text: #1A202C;\n    --muted: #4A5568;\n    --border: #E2E8F0;\n}\n\n* { margin: 0; padding: 0; box-sizing: border-box; }\n\nbody {\n    font-family: 'Inter', sans-serif;\n    background: var(--cream);\n    color: var(--text);\n    line-height: 1.65;\n    font-size: 11pt;\n}\n\n\/* HEADER INSTITUCIONAL *\/\n.hero {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 60%, var(--navy-deep) 100%);\n    color: white;\n    padding: 80px 5% 60px;\n    position: relative;\n    overflow: hidden;\n    border-bottom: 6px solid var(--gold);\n    text-align: center;\n}\n\n.hero::before {\n    content: '';\n    position: absolute;\n    top: -100px; right: -100px;\n    width: 500px; height: 500px;\n    background: radial-gradient(circle, rgba(212,175,55,0.12) 0%, transparent 70%);\n}\n\n.hero-content { position: relative; z-index: 1; max-width: 1000px; margin: 0 auto; }\n\n.hero-seal {\n    width: 90px; height: 90px;\n    border-radius: 50%;\n    border: 3px solid var(--gold);\n    margin: 0 auto 25px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--navy-deep);\n    box-shadow: 0 10px 30px rgba(212,175,55,0.3);\n    overflow: hidden;\n}\n\n.hero-seal img { width: 100%; height: 100%; object-fit: cover; }\n\n.hero-org {\n    font-family: 'Cinzel', serif;\n    font-size: 10pt;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    font-weight: 700;\n    margin-bottom: 6px;\n}\n\n.hero-suborg {\n    font-size: 8pt;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #A0AEC0;\n    margin-bottom: 30px;\n}\n\n.hero-badge {\n    display: inline-block;\n    padding: 7px 22px;\n    border: 1px solid var(--gold);\n    color: var(--gold);\n    font-size: 9pt;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    font-weight: 600;\n    margin-bottom: 25px;\n    background: rgba(212,175,55,0.08);\n}\n\n.hero h1 {\n    font-family: 'Cinzel', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 800;\n    color: var(--gold);\n    line-height: 1.2;\n    margin-bottom: 18px;\n    letter-spacing: 0.5px;\n}\n\n.hero-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.25rem;\n    font-style: italic;\n    color: var(--gold-light);\n    line-height: 1.5;\n    max-width: 750px;\n    margin: 0 auto;\n}\n\n.hero-principle {\n    margin-top: 25px;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 9pt;\n    color: var(--gold);\n    letter-spacing: 1px;\n    padding: 12px 25px;\n    border: 1px dashed rgba(212,175,55,0.4);\n    display: inline-block;\n}\n\n.hero-motto {\n    font-family: 'Cinzel', serif;\n    color: var(--gold);\n    letter-spacing: 4px;\n    font-size: 0.9rem;\n    margin-top: 30px;\n    padding-top: 25px;\n    border-top: 1px solid rgba(212,175,55,0.2);\n}\n\n\/* CONTENIDO *\/\n.wrap { max-width: 1200px; margin: 0 auto; padding: 0 5%; }\n\nsection { padding: 55px 0; }\n\n.section-tag {\n    display: inline-block;\n    font-family: 'Cinzel', serif;\n    color: var(--gold-dark);\n    font-size: 9pt;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n}\n\nh2.section-title {\n    font-family: 'Cinzel', serif;\n    font-size: 1.7rem;\n    font-weight: 700;\n    color: var(--navy);\n    margin-bottom: 22px;\n    padding-bottom: 12px;\n    border-bottom: 3px solid var(--gold);\n    display: inline-block;\n    letter-spacing: 0.5px;\n}\n\np { margin-bottom: 14px; text-align: justify; }\n\n\/* DECLARACI&Oacute;N DE TRANSPARENCIA *\/\n.truth-box {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);\n    color: #E2E8F0;\n    border-left: 6px solid var(--gold);\n    padding: 28px 32px;\n    margin: 28px 0;\n    font-size: 10pt;\n    line-height: 1.7;\n    box-shadow: 0 10px 30px rgba(11,19,43,0.2);\n}\n\n.truth-box strong { color: var(--gold-light); }\n\n.truth-box-label {\n    font-family: 'Cinzel', serif;\n    color: var(--gold);\n    font-size: 9pt;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 12px;\n}\n\n\/* CASO DESTACADO (NAVARR&Eacute;S) *\/\n.featured-case {\n    background: white;\n    border: 2px solid var(--gold);\n    padding: 35px 40px;\n    margin: 25px 0;\n    position: relative;\n    box-shadow: 0 15px 40px rgba(11,19,43,0.12);\n}\n\n.featured-case::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%;\n    height: 5px;\n    background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);\n}\n\n.featured-badge {\n    display: inline-block;\n    font-family: 'Cinzel', serif;\n    font-size: 8pt;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #B7791F;\n    background: rgba(183,121,31,0.1);\n    border: 1px solid #B7791F;\n    padding: 5px 14px;\n    margin-bottom: 15px;\n}\n\n.featured-case h3 {\n    font-family: 'Cinzel', serif;\n    font-size: 1.3rem;\n    color: var(--navy);\n    margin-bottom: 15px;\n    font-weight: 700;\n}\n\n.featured-meta {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 12px;\n    margin-top: 18px;\n    padding-top: 18px;\n    border-top: 1px dashed var(--border);\n}\n\n.featured-meta-item {\n    font-size: 9pt;\n}\n\n.featured-meta-item .label {\n    display: block;\n    color: var(--gold-dark);\n    font-size: 8pt;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 3px;\n}\n\n.featured-meta-item .value {\n    color: var(--navy);\n    font-weight: 600;\n}\n\n\/* GRID DE VERTICALES *\/\n.verticals-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin-top: 25px;\n}\n\n.vertical-card {\n    background: white;\n    border: 1px solid var(--border);\n    border-top: 4px solid var(--gold);\n    padding: 25px 28px;\n    transition: all 0.3s ease;\n    position: relative;\n}\n\n.vertical-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(11,19,43,0.15);\n    border-color: var(--gold);\n}\n\n.vertical-icon {\n    font-size: 2rem;\n    margin-bottom: 12px;\n    display: block;\n}\n\n.vertical-card h3 {\n    font-family: 'Cinzel', serif;\n    font-size: 1.05rem;\n    color: var(--navy);\n    margin-bottom: 10px;\n    font-weight: 700;\n    letter-spacing: 0.3px;\n}\n\n.vertical-card p {\n    font-size: 9.5pt;\n    color: var(--muted);\n    line-height: 1.6;\n    margin-bottom: 12px;\n}\n\n.vertical-tag {\n    display: inline-block;\n    font-size: 8pt;\n    font-family: 'JetBrains Mono', monospace;\n    color: var(--gold-dark);\n    background: var(--cream);\n    border: 1px solid var(--border);\n    padding: 4px 10px;\n    letter-spacing: 0.5px;\n}\n\n.vertical-link {\n    display: inline-block;\n    margin-top: 10px;\n    font-size: 9pt;\n    color: var(--gold-dark);\n    text-decoration: none;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n}\n\n.vertical-link:hover { color: var(--navy); text-decoration: underline; }\n\n\/* TABLA UNIVERSALIDAD *\/\n.universal-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 25px 0;\n    background: white;\n    box-shadow: 0 10px 30px rgba(11,19,43,0.08);\n}\n\n.universal-table th {\n    background: var(--navy);\n    color: var(--gold-light);\n    font-family: 'Cinzel', serif;\n    font-size: 9pt;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 14px 18px;\n    text-align: left;\n}\n\n.universal-table td {\n    padding: 13px 18px;\n    border-bottom: 1px solid var(--border);\n    font-size: 10pt;\n}\n\n.universal-table tr:nth-child(even) { background: #F8FAFC; }\n.universal-table tr:hover { background: var(--gold-light); }\n\n.universal-table td.principle {\n    font-family: 'Cinzel', serif;\n    font-weight: 600;\n    color: var(--navy);\n}\n\n\/* NOTA HONESTA *\/\n.honest-note {\n    background: var(--cream);\n    border: 2px solid var(--gold);\n    border-left: 6px solid var(--gold);\n    padding: 25px 30px;\n    margin: 30px 0;\n    font-size: 10pt;\n}\n\n.honest-note strong { color: var(--navy); }\n\n.honest-note-label {\n    font-family: 'Cinzel', serif;\n    color: var(--gold-dark);\n    font-size: 9pt;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 10px;\n}\n\n\/* CTA *\/\n.cta-section {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);\n    color: white;\n    padding: 50px 45px;\n    text-align: center;\n    border-top: 5px solid var(--gold);\n    border-bottom: 5px solid var(--gold);\n    margin: 40px 0;\n}\n\n.cta-section h3 {\n    font-family: 'Cinzel', serif;\n    color: var(--gold);\n    font-size: 1.4rem;\n    margin-bottom: 18px;\n    letter-spacing: 0.5px;\n}\n\n.cta-section p {\n    color: #E2E8F0;\n    font-size: 10.5pt;\n    max-width: 650px;\n    margin: 0 auto 20px;\n    text-align: center;\n}\n\n.cta-benefit {\n    display: inline-block;\n    background: rgba(212,175,55,0.1);\n    border: 1px solid var(--gold);\n    color: var(--gold-light);\n    padding: 12px 25px;\n    font-size: 9.5pt;\n    margin-top: 15px;\n    font-style: italic;\n    font-family: 'Cormorant Garamond', serif;\n}\n\n.cta-contact {\n    margin-top: 25px;\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 10pt;\n    color: var(--gold);\n}\n\n.cta-contact a { color: var(--gold-light); text-decoration: none; font-weight: 600; }\n.cta-contact a:hover { text-decoration: underline; }\n\n\/* FOOTER *\/\nfooter {\n    background: var(--navy-deep);\n    color: #A0AEC0;\n    padding: 40px 5% 30px;\n    text-align: center;\n    border-top: 5px solid var(--gold);\n}\n\n.footer-motto {\n    font-family: 'Cinzel', serif;\n    font-style: italic;\n    color: var(--gold);\n    letter-spacing: 4px;\n    font-size: 10pt;\n    margin-bottom: 15px;\n}\n\n.footer-links {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 20px;\n    margin-bottom: 20px;\n    font-size: 9pt;\n}\n\n.footer-links a {\n    color: var(--gold);\n    text-decoration: none;\n    transition: color 0.3s;\n}\n\n.footer-links a:hover { color: var(--gold-light); text-decoration: underline; }\n\n.footer-copy {\n    font-size: 8pt;\n    letter-spacing: 1px;\n    line-height: 1.8;\n    color: #718096;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n    .hero { padding: 60px 5% 40px; }\n    .featured-case { padding: 25px 22px; }\n    .featured-meta { grid-template-columns: 1fr; }\n    .verticals-grid { grid-template-columns: 1fr; }\n    .truth-box { padding: 22px 20px; }\n    .cta-section { padding: 40px 25px; }\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- HERO INSTITUCIONAL -->\n<header class=\"hero\">\n    <div class=\"hero-content\">\n        <div class=\"hero-seal\">\n            <img decoding=\"async\" src=\"https:\/\/forensics-oracle.org\/wp-content\/uploads\/2026\/08\/cropped-cropped_circle_image.png\" alt=\"Sello Prop Trust Verified\">\n        <\/div>\n        <div class=\"hero-org\">Prop Trust Verified<\/div>\n        <div class=\"hero-suborg\">Physical Forensic Oracle Infrastructure &middot; PTVS v1.0<\/div>\n        \n        <div class=\"hero-badge\">Cases of Use &middot; Universal Applications<\/div>\n        \n        <h1>Cases of Use PTVS<\/h1>\n        <p class=\"hero-subtitle\">A universal standard for connecting physical assets with verifiable digital representations, applicable to any real estate, industrial or maritime vertical.\n <\/p>\n        \n        <div class=\"hero-principle\">Physical Asset &rarr; Forensic Evidence &rarr; Digital Representation\n <\/div>\n        \n        <div class=\"hero-motto\">VERITAS IN RE &middot; CERTITUDO IN CODE<\/div>\n    <\/div>\n<\/header>\n\n<div class=\"wrap\">\n\n<!-- SECCI&Oacute;N 1: CASOS REALES -->\n<section>\n    <span class=\"section-tag\">Radical transparency<\/span>\n    <h2 class=\"section-title\">Actual Documented Cases<\/h2>\n    \n    <div class=\"truth-box\">\n        <span class=\"truth-box-label\">Statement of Transparency<\/span>\n        <strong>As of today, Prop Trust Verified does not publish completed cases.<\/strong>The <strong>Navarres Project<\/strong> It&#8217;s ours. <strong>first Adoption Record in preparation<\/strong>.\nWe will publish your complete documentation when the verification is completed and anchored on-chain.\n <\/div>\n    \n    <div class=\"featured-case\">\n        <span class=\"featured-badge\">Adoption Record #001 &middot; In Preparation<\/span>\n        <h3>Navarres Project<\/h3>\n        <p>First project to apply the PTVS v1.0 comprehensively, documenting\nevery phase of physical, legal and documentary verification with total transparency.\n <\/p>\n        \n        <div class=\"featured-meta\">\n            <div class=\"featured-meta-item\">\n                <span class=\"label\">Assets<\/span>\n                <span class=\"value\">Urbanizable land &middot; 108,000 m2<\/span>\n            <\/div>\n            <div class=\"featured-meta-item\">\n                <span class=\"label\">Location<\/span>\n                <span class=\"value\">Navarr&eacute;s, Valencia, Spain<\/span>\n            <\/div>\n            <div class=\"featured-meta-item\">\n                <span class=\"label\">Scope<\/span>\n                <span class=\"value\">Physical verification + legal + documentary<\/span>\n            <\/div>\n            <div class=\"featured-meta-item\">\n                <span class=\"label\">Delivery<\/span>\n                <span class=\"value\">PTVS Score + Evidence Package + Verifiable Claim on-chain<\/span>\n            <\/div>\n            <div class=\"featured-meta-item\">\n                <span class=\"label\">State<\/span>\n                <span class=\"value\">In preparation &middot; Q4 2026<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- SECCI&Oacute;N 2: VERTICALES APLICABLES -->\n<section>\n    <span class=\"section-tag\">Universal Standard<\/span>\n    <h2 class=\"section-title\">Verticals where PTVS is Applicable<\/h2>\n    \n    <p>The PTVS v1.0 standard is not a real estate standard. It&#8217;s a\n <strong>universal trust infrastructure<\/strong> to connect physical assets\nwith verifiable digital representations. These are the verticals where the\nmethodology is applicable:\n <\/p>\n    \n    <div class=\"verticals-grid\">\n        <div class=\"vertical-card\">\n            <span class=\"vertical-icon\">&#127968;<\/span>\n            <h3>Residencial<\/h3>\n            <p>Single houses, residential buildings, VPO. Verification of pathologies, loads and urban situation.<\/p>\n            <span class=\"vertical-tag\">Complete PTVS Methodology<\/span>\n        <\/div>\n        \n        <div class=\"vertical-card\">\n            <span class=\"vertical-icon\">&#127976;<\/span>\n            <h3>Tourist \/ Hospitality<\/h3>\n            <p>Hotels, glamping, resorts, holiday apartments. Verification of facilities, licenses and operating status.<\/p>\n            <span class=\"vertical-tag\">Complete PTVS Methodology<\/span>\n        <\/div>\n        \n        <div class=\"vertical-card\">\n            <span class=\"vertical-icon\">&#127981;<\/span>\n            <h3>Industrial<\/h3>\n            <p>Industrial ships, logistics centers, production plants. Structural inspection and regulatory compliance.<\/p>\n            <span class=\"vertical-tag\">PTVS + industrial engineering<\/span>\n        <\/div>\n        \n        <div class=\"vertical-card\">\n            <span class=\"vertical-icon\"> &#65039;<\/span>\n            <h3>Machinery<\/h3>\n            <p>Industrial equipment, vehicle fleets, heavy machinery. Technical inspection and verification of use\/historic.<\/p>\n            <span class=\"vertical-tag\">Adapted PTVS methodology<\/span>\n        <\/div>\n        \n        <div class=\"vertical-card\">\n            <span class=\"vertical-icon\">&#9875;<\/span>\n            <h3>Naval \/ Marine<\/h3>\n            <p>Ships, ports, offshore platforms. Hull status, arrests, classification and flag. Brand: Prop Trust MarineTM.<\/p>\n            <span class=\"vertical-tag\">Naval PTVS Methodology<\/span>\n            <br>\n            <a href=\"\/verificacion-marine\" class=\"vertical-link\">See detail &rarr;<\/a>\n        <\/div>\n        \n        <div class=\"vertical-card\">\n            <span class=\"vertical-icon\">&#127806;<\/span>\n            <h3>Land \/ Land<\/h3>\n            <p>Urbanizable land, rustic, agricultural. Urban situation, loads, conditions and constructive aptitude.<\/p>\n            <span class=\"vertical-tag\">Complete PTVS Methodology<\/span>\n        <\/div>\n        \n        <div class=\"vertical-card\">\n            <span class=\"vertical-icon\">&#127753;<\/span>\n            <h3>Infrastructure<\/h3>\n            <p>Roads, bridges, service networks, public equipment. Monitoring of status and maintenance.<\/p>\n            <span class=\"vertical-tag\">Adapted PTVS methodology<\/span>\n        <\/div>\n        \n        <div class=\"vertical-card\">\n            <span class=\"vertical-icon\">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;<\/span>\n            <h3>Energy<\/h3>\n            <p>Solar plants, wind, energy installations. Asset verification, real production and compliance.<\/p>\n            <span class=\"vertical-tag\">Adapted PTVS methodology<\/span>\n        <\/div>\n    <\/div>\n    \n    <div class=\"honest-note\">\n        <span class=\"honest-note-label\">Honest note<\/span>\n        <strong>Previous verticals represent applicable methodology, not completed cases.<\/strong>Each vertical requires specific adaptation of inspection protocols. The first\ndocumented cases in each vertical will be published as Adoption Records when executed.\n <\/div>\n<\/section>\n\n<!-- SECCI&Oacute;N 3: POR QU&Eacute; UNIVERSAL -->\n<section>\n    <span class=\"section-tag\">Standard Architecture<\/span>\n    <h2 class=\"section-title\">Why PTVS is Universal<\/h2>\n    \n    <table class=\"universal-table\">\n        <thead>\n            <tr>\n                <th>Principle<\/th>\n                <th>Universal implementation<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <tr>\n                <td class=\"principle\">Identity of assets<\/td>\n                <td>Registration, catastro, tuition (val), etc.<\/td>\n            <\/tr>\n            <tr>\n                <td class=\"principle\">Physical inspection<\/td>\n                <td>Specialized legal expert on type of assets<\/td>\n            <\/tr>\n            <tr>\n                <td class=\"principle\">Documentary evidence<\/td>\n                <td>Charges, conditions, certificates, history<\/td>\n            <\/tr>\n            <tr>\n                <td class=\"principle\">cryptographic anchorage<\/td>\n                <td>SHA-256 + RFC 3161 + QES eIDAS 2.0<\/td>\n            <\/tr>\n            <tr>\n                <td class=\"principle\">Registration on-chain<\/td>\n                <td>Verifiable Claim via PTVSClaimInjector<\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n    \n    <p style=\"text-align: center; font-style: italic; color: var(--muted); font-size: 10pt;\">The &#8220;Physical &rarr; Forensic &rarr; Digital&#8221; flow is independent of the type of asset.\nWhat changes is the specific inspection protocol.\n <\/p>\n<\/section>\n\n<!-- SECCI&Oacute;N 4: CTA -->\n<section>\n    <div class=\"cta-section\">\n        <h3>Does your project want to be the next?<\/h3>\n        <p>We search for real assets (including machinery, boats, installations)\nto apply the PTVS v1.0 standard and document the process with full transparency.\n <\/p>\n        \n        <div class=\"cta-benefit\">&#8220;Benefits of being Adoption Record: Free PTVS Verification + visibility as a pioneer case in your vertical&#8221;\n <\/div>\n        \n        <div class=\"cta-contact\">Contact: <a href=\"mailto:governance@forensics-oracle.org\">governance@forensics-oracle.org<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<\/div>\n\n<!-- FOOTER -->\n<footer>\n    <div class=\"footer-motto\">VERITAS IN RE &middot; CERTITUDO IN CODE<\/div>\n    \n    <div class=\"footer-links\">\n        <a href=\"https:\/\/forensics-oracle.org\">Standard PTVS<\/a>\n        <a href=\"https:\/\/doi.org\/10.5281\/zenodo.21719175\">DOI CERN\/Zenodo<\/a>\n        <a href=\"\/verificacion-inmuebles\">Verification<\/a>\n        <a href=\"\/verificacion-marine\">Marine<\/a>\n        <a href=\"\/legal-validity\">Legal Validity<\/a>\n        <a href=\"\/api-documentacion\">API documentation<\/a>\n        <a href=\"https:\/\/aurema-group.com\">Aurema Group<\/a>\n    <\/div>\n    \n    <div class=\"footer-copy\">&copy; 2026 Prop Trust Verified &middot; Aurema Group L.L.C. (Delaware, USA)<br>Prop Trust VerifiedTM and Prop Trust MarineTM are registered trademarks of Aurema Group L.L.C.<br>Standard registered in CERN\/Zenodo: DOI 10.5281\/zenodo.21719175\n <\/div>\n<\/footer>\n\n<\/body>\n<\/html><div style=\"margin: 20px 0;\"><div class=\"qrcswholewtapper\" style=\"text-align:left;\"><div class=\"qrcprowrapper\"  id=\"qrcwraa2leds\"><div class=\"qrc_canvass\" id=\"qrc_cuttenpages_2\" style=\"display:inline-block\" data-text=\"https:\/\/proptrustverified.com\/en\/Cases-of-Use\/\"><\/div><div><a download=\"Cases of Use.png\" class=\"qrcdownloads\" id=\"worign\">\r\n           <button type=\"button\" style=\"min-width:200px;background:#dddddd;color:#000;font-weight: 600;border: 1px solid #dddddd;border-radius:4px;font-size:12px;padding: 6px 0;\" class=\"uqr_code_btn\">Download QR<\/button>\r\n           <\/a><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Cases of Use and Applications &middot; Prop Trust Verified &middot; PTVS v1.0 Prop Trust Verified Physical Forensic Oracle Infrastructure &middot; PTVS v1.0 Cases of Use &middot; Universal Applications Cases of Use PTVS A universal standard for connecting physical assets with verifiable digital representations, applicable to any real estate, industrial or maritime vertical. Physical Asset &rarr; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2202","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/2202","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/comments?post=2202"}],"version-history":[{"count":3,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/2202\/revisions"}],"predecessor-version":[{"id":2215,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/2202\/revisions\/2215"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media?parent=2202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}