{"id":2188,"date":"2026-08-11T05:41:03","date_gmt":"2026-08-11T05:41:03","guid":{"rendered":"https:\/\/proptrustverified.com\/es\/?page_id=2188"},"modified":"2026-08-11T05:41:32","modified_gmt":"2026-08-11T05:41:32","slug":"home","status":"publish","type":"page","link":"https:\/\/proptrustverified.com\/en\/home\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Prop Trust Verified Standard (PTVS v1.0) | Deterministic Forensic RWA Oracle<\/title>\n<meta name=\"description\" content=\"PTVS v1.0 is an eIDAS-aligned, deterministic physical oracle framework for RWA tokenization operating under ERC-3643 smart contract standards.\">\n\n<!-- Fonts -->\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&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<!-- Icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<!-- AOS Animation -->\n<link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\n\n<style>\n:root {\n--gold: #D4AF37;\n--gold-light: #F4E5C2;\n--gold-dark: #AA8C2C;\n--gold-gradient: linear-gradient(135deg, #D4AF37 0%, #F4E5C2 50%, #AA8C2C 100%);\n--black: #0a0a0a;\n--black-light: #1a1a1a;\n--black-dark: #050505;\n--white: #ffffff;\n--gray: #888888;\n--gray-light: #cccccc;\n}\n\n* {\nmargin: 0;\npadding: 0;\nbox-sizing: border-box;\n}\n\nhtml {\nscroll-behavior: smooth;\n}\n\nbody {\nfont-family: 'Inter', sans-serif;\nbackground-color: var(--black);\ncolor: var(--white);\nline-height: 1.6;\noverflow-x: hidden;\n}\n\nh1, h2, h3, h4, .brand-font {\nfont-family: 'Cinzel', serif;\n}\n\n\/* Custom Scrollbar *\/\n::-webkit-scrollbar {\nwidth: 10px;\n}\n\n::-webkit-scrollbar-track {\nbackground: var(--black);\n}\n\n::-webkit-scrollbar-thumb {\nbackground: var(--gold);\nborder-radius: 5px;\n}\n\n::-webkit-scrollbar-thumb:hover {\nbackground: var(--gold-dark);\n}\n\n\/* Navigation *\/\nnav {\nposition: fixed;\ntop: 0;\nwidth: 100%;\npadding: 1.5rem 5%;\nbackground: rgba(10, 10, 10, 0.95);\nbackdrop-filter: blur(10px);\nz-index: 1000;\nborder-bottom: 1px solid rgba(212, 175, 55, 0.2);\ntransition: all 0.3s ease;\n}\n\n.nav-container {\nmax-width: 1400px;\nmargin: 0 auto;\ndisplay: flex;\njustify-content: space-between;\nalign-items: center;\n}\n\n.logo {\nfont-family: 'Cinzel', serif;\nfont-size: 1.8rem;\nfont-weight: 700;\nbackground: var(--gold-gradient);\n-webkit-background-clip: text;\n-webkit-text-fill-color: transparent;\nbackground-clip: text;\ntext-decoration: none;\nletter-spacing: 2px;\ndisplay: flex;\nalign-items: center;\ngap: 0.5rem;\n}\n\n.logo i {\nfont-size: 2rem;\ncolor: var(--gold);\n-webkit-text-fill-color: var(--gold);\n}\n\n.nav-links {\ndisplay: flex;\ngap: 2.5rem;\nlist-style: none;\nalign-items: center;\n}\n\n.nav-links a {\ncolor: var(--white);\ntext-decoration: none;\nfont-size: 0.9rem;\nfont-weight: 500;\nletter-spacing: 1px;\ntransition: all 0.3s ease;\ntext-transform: uppercase;\nposition: relative;\n}\n\n.nav-links a::after {\ncontent: '';\nposition: absolute;\nbottom: -5px;\nleft: 0;\nwidth: 0;\nheight: 2px;\nbackground: var(--gold);\ntransition: width 0.3s ease;\n}\n\n.nav-links a:hover, .nav-links a.active {\ncolor: var(--gold);\n}\n\n.nav-links a:hover::after, .nav-links a.active::after {\nwidth: 100%;\n}\n\n.nav-cta {\nbackground: var(--gold);\ncolor: var(--black);\npadding: 0.8rem 2rem;\nborder-radius: 4px;\nfont-weight: 600;\nletter-spacing: 1px;\ntransition: all 0.3s ease;\n}\n\n.nav-cta:hover {\nbackground: var(--gold-dark);\ntransform: translateY(-2px);\nbox-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);\n}\n\n.nav-cta::after {\ndisplay: none;\n}\n\n.mobile-menu {\ndisplay: none;\nfont-size: 2rem;\ncolor: var(--gold);\ncursor: pointer;\n}\n\n\/* Hero Section *\/\n.hero {\nmargin-top: 80px;\nmin-height: 80vh;\nbackground: linear-gradient(135deg, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.85) 50%, rgba(10,10,10,0.7) 100%),\nurl('https:\/\/images.unsplash.com\/photo-1639762681485-074b7f938ba0?auto=format&fit=crop&w=2832&q=80');\nbackground-size: cover;\nbackground-position: center;\nbackground-attachment: fixed;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\ntext-align: center;\nposition: relative;\noverflow: hidden;\n}\n\n.hero::before {\ncontent: '';\nposition: absolute;\ntop: 0;\nleft: 0;\nright: 0;\nbottom: 0;\nbackground: radial-gradient(circle at 30% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 50%);\n}\n\n.hero-content {\nposition: relative;\nz-index: 2;\nmax-width: 1200px;\npadding: 4rem 2rem;\n}\n\n.hero-badge {\ndisplay: inline-block;\npadding: 0.8rem 2rem;\nborder: 2px solid var(--gold);\ncolor: var(--gold);\nfont-size: 0.9rem;\nletter-spacing: 4px;\ntext-transform: uppercase;\nmargin-bottom: 2rem;\nfont-weight: 600;\nbackground: rgba(212, 175, 55, 0.05);\nbackdrop-filter: blur(10px);\n}\n\n.hero h1 {\nfont-size: clamp(2.5rem, 5vw, 4.5rem);\nfont-weight: 700;\nmargin-bottom: 1.5rem;\nline-height: 1.1;\nbackground: linear-gradient(135deg, var(--white) 0%, var(--gold-light) 50%, var(--gold) 100%);\n-webkit-background-clip: text;\n-webkit-text-fill-color: transparent;\nbackground-clip: text;\n}\n\n.hero-subtitle {\nfont-size: clamp(1.1rem, 2vw, 1.4rem);\ncolor: var(--gray-light);\nmargin-bottom: 2rem;\nfont-weight: 300;\nmax-width: 900px;\nmargin-left: auto;\nmargin-right: auto;\nline-height: 1.8;\n}\n\n.hero-cta {\ndisplay: flex;\ngap: 1.5rem;\njustify-content: center;\nflex-wrap: wrap;\nmargin-top: 2.5rem;\n}\n\n.btn {\npadding: 1.2rem 3rem;\ntext-decoration: none;\nfont-size: 0.9rem;\nfont-weight: 600;\nletter-spacing: 2px;\ntext-transform: uppercase;\ntransition: all 0.3s ease;\nborder: 2px solid var(--gold);\ncursor: pointer;\ndisplay: inline-flex;\nalign-items: center;\ngap: 0.8rem;\nposition: relative;\noverflow: hidden;\n}\n\n.btn::before {\ncontent: '';\nposition: absolute;\ntop: 0;\nleft: -100%;\nwidth: 100%;\nheight: 100%;\nbackground: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\ntransition: left 0.5s ease;\n}\n\n.btn:hover::before {\nleft: 100%;\n}\n\n.btn-primary {\nbackground: var(--gold);\ncolor: var(--black);\n}\n\n.btn-primary:hover {\nbackground: var(--gold-dark);\ntransform: translateY(-3px);\nbox-shadow: 0 15px 40px rgba(212, 175, 55, 0.4);\n}\n\n.btn-secondary {\nbackground: transparent;\ncolor: var(--gold);\n}\n\n.btn-secondary:hover {\nbackground: var(--gold);\ncolor: var(--black);\ntransform: translateY(-3px);\n}\n\n\/* Badges Section *\/\n.badges-section {\nbackground: var(--black-light);\npadding: 3rem 5%;\nborder-top: 1px solid rgba(212, 175, 55, 0.2);\nborder-bottom: 1px solid rgba(212, 175, 55, 0.2);\n}\n\n.badges-container {\nmax-width: 1200px;\nmargin: 0 auto;\ndisplay: flex;\njustify-content: center;\ngap: 1.5rem;\nflex-wrap: wrap;\n}\n\n.badge {\nbackground: rgba(212, 175, 55, 0.08);\nborder: 1px solid rgba(212, 175, 55, 0.3);\nborder-radius: 6px;\npadding: 0.8rem 1.5rem;\nfont-size: 0.85rem;\ncolor: var(--gray-light);\ndisplay: flex;\nalign-items: center;\ngap: 0.6rem;\ntransition: all 0.3s ease;\n}\n\n.badge:hover {\nbackground: rgba(212, 175, 55, 0.15);\nborder-color: var(--gold);\ntransform: translateY(-2px);\n}\n\n.badge strong {\ncolor: var(--gold);\nfont-weight: 600;\n}\n\n.badge a {\ncolor: var(--gold);\ntext-decoration: none;\n}\n\n.badge a:hover {\ntext-decoration: underline;\n}\n\n\/* Section Styles *\/\nsection {\npadding: 8rem 5%;\nposition: relative;\n}\n\n.container {\nmax-width: 1200px;\nmargin: 0 auto;\n}\n\n.section-header {\ntext-align: center;\nmargin-bottom: 5rem;\n}\n\n.section-tag {\ncolor: var(--gold);\nfont-size: 0.9rem;\nletter-spacing: 4px;\ntext-transform: uppercase;\nfont-weight: 600;\nmargin-bottom: 1rem;\ndisplay: block;\n}\n\n.section-title {\nfont-size: clamp(2rem, 4vw, 3.5rem);\nfont-weight: 700;\nmargin-bottom: 1.5rem;\nbackground: linear-gradient(135deg, var(--white) 0%, var(--gold-light) 100%);\n-webkit-background-clip: text;\n-webkit-text-fill-color: transparent;\nbackground-clip: text;\n}\n\n.section-subtitle {\ncolor: var(--gray);\nfont-size: 1.2rem;\nmax-width: 800px;\nmargin: 0 auto;\nline-height: 1.8;\n}\n\n\/* How It Works Section *\/\n.how-it-works {\nbackground: var(--black);\n}\n\n.process-steps {\ndisplay: grid;\ngrid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\ngap: 3rem;\nmargin-top: 4rem;\nposition: relative;\n}\n\n.process-steps::before {\ncontent: '';\nposition: absolute;\ntop: 3rem;\nleft: 10%;\nright: 10%;\nheight: 2px;\nbackground: linear-gradient(90deg, transparent, var(--gold), transparent);\nz-index: 0;\n}\n\n.process-step {\ntext-align: center;\nposition: relative;\nz-index: 1;\n}\n\n.step-number {\nwidth: 6rem;\nheight: 6rem;\nbackground: var(--gold);\ncolor: var(--black);\nborder-radius: 50%;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nfont-size: 2rem;\nfont-weight: 700;\nmargin: 0 auto 2rem;\nfont-family: 'Cinzel', serif;\nbox-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);\n}\n\n.process-step h3 {\nfont-size: 1.5rem;\nmargin-bottom: 1rem;\ncolor: var(--gold-light);\n}\n\n.process-step p {\ncolor: var(--gray-light);\nline-height: 1.8;\nfont-size: 1rem;\n}\n\n\/* Pillars Section *\/\n.pillars {\nbackground: var(--black-light);\n}\n\n.pillars-grid {\ndisplay: grid;\ngrid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\ngap: 2.5rem;\nmargin-top: 4rem;\n}\n\n.pillar-card {\nbackground: rgba(255, 255, 255, 0.02);\nborder: 2px solid rgba(212, 175, 55, 0.2);\npadding: 3rem 2.5rem;\ntransition: all 0.4s ease;\nposition: relative;\noverflow: hidden;\n}\n\n.pillar-card::before {\ncontent: '';\nposition: absolute;\ntop: 0;\nleft: 0;\nwidth: 100%;\nheight: 4px;\nbackground: var(--gold-gradient);\ntransform: scaleX(0);\ntransform-origin: left;\ntransition: transform 0.4s ease;\n}\n\n.pillar-card:hover {\ntransform: translateY(-15px);\nborder-color: var(--gold);\nbox-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);\n}\n\n.pillar-card:hover::before {\ntransform: scaleX(1);\n}\n\n.pillar-icon {\nfont-size: 3rem;\ncolor: var(--gold);\nmargin-bottom: 2rem;\n}\n\n.pillar-card h3 {\nfont-size: 1.6rem;\nmargin-bottom: 1.5rem;\ncolor: var(--white);\n}\n\n.pillar-card p {\ncolor: var(--gray-light);\nline-height: 1.9;\nfont-size: 1.05rem;\n}\n\n\/* Compliance Section *\/\n.compliance {\nbackground: var(--black);\n}\n\n.compliance-grid {\ndisplay: grid;\ngrid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\ngap: 2rem;\nmargin-top: 4rem;\n}\n\n.compliance-card {\nbackground: rgba(255, 255, 255, 0.02);\nborder: 2px solid rgba(212, 175, 55, 0.2);\npadding: 2.5rem;\ntext-align: center;\ntransition: all 0.4s ease;\n}\n\n.compliance-card:hover {\nborder-color: var(--gold);\ntransform: translateY(-10px);\nbox-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);\n}\n\n.compliance-icon {\nwidth: 80px;\nheight: 80px;\nmargin: 0 auto 1.5rem;\nbackground: rgba(212, 175, 55, 0.1);\nborder-radius: 50%;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nfont-size: 2.5rem;\ncolor: var(--gold);\nborder: 2px solid var(--gold);\n}\n\n.compliance-card h4 {\nfont-size: 1.3rem;\nmargin-bottom: 1rem;\ncolor: var(--gold-light);\n}\n\n.compliance-card p {\ncolor: var(--gray-light);\nfont-size: 0.95rem;\nline-height: 1.7;\nmargin-bottom: 1.5rem;\n}\n\n.compliance-status {\ndisplay: inline-block;\npadding: 0.5rem 1.2rem;\nbackground: rgba(212, 175, 55, 0.1);\nborder: 1px solid var(--gold);\ncolor: var(--gold);\nfont-size: 0.85rem;\nfont-weight: 600;\nletter-spacing: 1px;\ntext-transform: uppercase;\nborder-radius: 4px;\n}\n\n\/* Pricing Section *\/\n.pricing {\nbackground: var(--black-light);\n}\n\n.pricing-table {\nwidth: 100%;\nborder-collapse: separate;\nborder-spacing: 0;\nmargin-top: 4rem;\nbackground: rgba(255, 255, 255, 0.02);\nborder: 2px solid rgba(212, 175, 55, 0.3);\nborder-radius: 12px;\noverflow: hidden;\n}\n\n.pricing-table thead {\nbackground: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);\n}\n\n.pricing-table th {\npadding: 1.5rem;\ntext-align: left;\ncolor: var(--black);\nfont-family: 'Cinzel', serif;\nfont-size: 1rem;\nfont-weight: 700;\nletter-spacing: 1px;\ntext-transform: uppercase;\n}\n\n.pricing-table td {\npadding: 1.5rem;\nborder-bottom: 1px solid rgba(212, 175, 55, 0.1);\ncolor: var(--gray-light);\n}\n\n.pricing-table tr:nth-child(even) {\nbackground: rgba(212, 175, 55, 0.03);\n}\n\n.pricing-table tr:hover {\nbackground: rgba(212, 175, 55, 0.08);\n}\n\n.category-row {\nbackground: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%) !important;\n}\n\n.category-row td {\nfont-weight: 700;\ncolor: var(--gold);\nfont-size: 1.1rem;\nfont-family: 'Cinzel', serif;\nletter-spacing: 1px;\npadding: 1.2rem 1.5rem;\n}\n\n.price-tag {\nfont-weight: 700;\ncolor: var(--gold);\nfont-size: 1.1rem;\n}\n\n.split-tag {\nfont-size: 0.85rem;\ncolor: var(--gray);\nline-height: 1.6;\n}\n\n\/* Footer *\/\nfooter {\nbackground: var(--black-dark);\npadding: 4rem 5% 2rem;\nborder-top: 2px solid rgba(212, 175, 55, 0.2);\n}\n\n.footer-content {\nmax-width: 1200px;\nmargin: 0 auto;\ndisplay: grid;\ngrid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\ngap: 3rem;\nmargin-bottom: 3rem;\n}\n\n.footer-col h4 {\ncolor: var(--gold);\nfont-size: 1.1rem;\nmargin-bottom: 1.5rem;\nletter-spacing: 2px;\ntext-transform: uppercase;\nfont-family: 'Cinzel', serif;\n}\n\n.footer-col p {\ncolor: var(--gray-light);\nfont-size: 0.9rem;\nmargin-bottom: 0.8rem;\nline-height: 1.6;\n}\n\n.footer-col a {\ncolor: var(--gold);\ntext-decoration: none;\ntransition: all 0.3s ease;\n}\n\n.footer-col a:hover {\ncolor: var(--gold-light);\ntext-decoration: underline;\n}\n\n.footer-bottom {\nmax-width: 1200px;\nmargin: 0 auto;\npadding-top: 2rem;\nborder-top: 1px solid rgba(212, 175, 55, 0.1);\ntext-align: center;\ncolor: var(--gray);\nfont-size: 0.9rem;\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n.process-steps::before {\ndisplay: none;\n}\n}\n\n@media (max-width: 768px) {\n.nav-links {\ndisplay: none;\nposition: absolute;\ntop: 100%;\nleft: 0;\nright: 0;\nbackground: rgba(10, 10, 10, 0.98);\nflex-direction: column;\npadding: 2rem;\ngap: 1.5rem;\nborder-top: 2px solid var(--gold);\n}\n\n.nav-links.active {\ndisplay: flex;\n}\n\n.mobile-menu {\ndisplay: block;\n}\n\n.hero-cta {\nflex-direction: column;\n}\n\n.btn {\nwidth: 100%;\njustify-content: center;\n}\n\n.pricing-table {\nfont-size: 0.85rem;\n}\n\n.pricing-table th,\n.pricing-table td {\npadding: 1rem;\n}\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- Navigation -->\n<nav id=\"navbar\">\n<div class=\"nav-container\">\n<a href=\"https:\/\/proptrustverified.com\" class=\"logo\">\n<i class=\"fas fa-shield-alt\"><\/i>\nPROP TRUST VERIFIED\n<\/a>\n<ul class=\"nav-links\" id=\"navLinks\">\n<li><a href=\"#how-it-works\">How It Works<\/a><\/li>\n<li><a href=\"#pillars\">Architecture<\/a><\/li>\n<li><a href=\"#compliance\">Compliance<\/a><\/li>\n<li><a href=\"#pricing\">Pricing<\/a><\/li>\n<li><a href=\"mailto:contact@proptrustverified.com\" class=\"nav-cta\">Request Audit<\/a><\/li>\n<\/ul>\n<div class=\"mobile-menu\" onclick=\"toggleMobileMenu()\">\n<i class=\"fas fa-bars\"><\/i>\n<\/div>\n<\/div>\n<\/nav>\n\n<!-- Hero Section -->\n<section class=\"hero\">\n<div class=\"hero-content\" data-aos=\"fade-up\">\n<div class=\"hero-badge\">PTVS v1.0 Standard<\/div>\n<h1>Solving the Physical Oracle Problem in RWA Tokenization<\/h1>\n<p class=\"hero-subtitle\">\nProp Trust Verified Standard (PTVS v1.0) provides an eIDAS-qualified, deterministic forensic oracle protocol\nconnecting real-world physical assets directly to ERC-3643 smart contracts with cryptographic certainty.\n<\/p>\n<div class=\"hero-cta\">\n<a href=\"#pricing\" class=\"btn btn-primary\">\n<i class=\"fas fa-file-invoice-dollar\"><\/i> View Pricing\n<\/a>\n<a href=\"#how-it-works\" class=\"btn btn-secondary\">\n<i class=\"fas fa-play-circle\"><\/i> How It Works\n<\/a>\n<\/div>\n<\/div>\n<\/section>\n\n<!-- Badges Section -->\n<section class=\"badges-section\">\n<div class=\"badges-container\">\n<div class=\"badge\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n<i class=\"fas fa-fingerprint\"><\/i>\n<span>OSF DOI:<\/span>\n<strong><a href=\"https:\/\/doi.org\/10.17605\/OSF.IO\/7D2SJ\" target=\"_blank\">10.17605\/OSF.IO\/7D2SJ<\/a><\/strong>\n<\/div>\n<div class=\"badge\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n<i class=\"fas fa-archive\"><\/i>\n<span>HAL Open Science:<\/span>\n<strong>hal-05713062v1<\/strong>\n<\/div>\n<div class=\"badge\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n<i class=\"fas fa-copyright\"><\/i>\n<span>US Copyright:<\/span>\n<strong>PTVS v1.0 Registered<\/strong>\n<\/div>\n<div class=\"badge\" data-aos=\"fade-up\" data-aos-delay=\"400\">\n<i class=\"fas fa-check-circle\"><\/i>\n<span>Compliance:<\/span>\n<strong>ERC-3643 \/ eIDAS QES<\/strong>\n<\/div>\n<\/div>\n<\/section>\n\n<!-- How It Works Section -->\n<section id=\"how-it-works\" class=\"how-it-works\">\n<div class=\"container\">\n<div class=\"section-header\" data-aos=\"fade-up\">\n<span class=\"section-tag\">Process<\/span>\n<h2 class=\"section-title\">How PTVS v1.0 Works<\/h2>\n<p class=\"section-subtitle\">\nA deterministic 4-step workflow that transforms physical inspections into cryptographically verifiable on-chain claims\n<\/p>\n<\/div>\n<div class=\"process-steps\">\n<div class=\"process-step\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n<div class=\"step-number\">01<\/div>\n<h3>Forensic Audit<\/h3>\n<p>On-site physical inspection by certified judicial experts using NDT methods and pathology diagnostics<\/p>\n<\/div>\n<div class=\"process-step\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n<div class=\"step-number\">02<\/div>\n<h3>Cryptographic Proof<\/h3>\n<p>SHA-256 hashing with RFC 3161 timestamps creates immutable evidence of asset condition at audit time<\/p>\n<\/div>\n<div class=\"process-step\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n<div class=\"step-number\">03<\/div>\n<h3>Claim Generation<\/h3>\n<p>Verifiable Claims are generated with eIDAS-qualified signatures and structured in JSON-LD schemas<\/p>\n<\/div>\n<div class=\"process-step\" data-aos=\"fade-up\" data-aos-delay=\"400\">\n<div class=\"step-number\">04<\/div>\n<h3>On-Chain Injection<\/h3>\n<p>Claims are injected into ERC-3643 compliance modules as mandatory gates for token minting and trading<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<!-- Pillars Section -->\n<section id=\"pillars\" class=\"pillars\">\n<div class=\"container\">\n<div class=\"section-header\" data-aos=\"fade-up\">\n<span class=\"section-tag\">Framework Architecture<\/span>\n<h2 class=\"section-title\">Three Core Pillars<\/h2>\n<p class=\"section-subtitle\">\nIntegrated forensic engineering, legal certainty, and on-chain enforcement\n<\/p>\n<\/div>\n<div class=\"pillars-grid\">\n<div class=\"pillar-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n<div class=\"pillar-icon\">\n<i class=\"fas fa-gavel\"><\/i>\n<\/div>\n<h3>Forensic &#038; Legal Validity<\/h3>\n<p>In-situ physical asset inspections conducted exclusively by qualified judicial experts (PTCE). Documented via ISO 19005 PDF\/A formats with eIDAS-compliant Qualified Electronic Signatures (QES).<\/p>\n<\/div>\n<div class=\"pillar-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n<div class=\"pillar-icon\">\n<i class=\"fas fa-lock\"><\/i>\n<\/div>\n<h3>Cryptographic Immutability<\/h3>\n<p>Deterministic JSON minification, SHA-256 canonical hashing, and RFC 3161 qualified timestamping. Ensures tamper-proof physical data lineage from field to chain.<\/p>\n<\/div>\n<div class=\"pillar-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n<div class=\"pillar-icon\">\n<i class=\"fas fa-code\"><\/i>\n<\/div>\n<h3>ERC-3643 On-Chain Oracle<\/h3>\n<p>Direct claim injection into ONCHAINID structures via the <code>PTVSClaimInjector<\/code> interface. Includes automated dynamic Circuit Breakers to freeze tokens upon physical degradation.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<!-- Compliance Section -->\n<section id=\"compliance\" class=\"compliance\">\n<div class=\"container\">\n<div class=\"section-header\" data-aos=\"fade-up\">\n<span class=\"section-tag\">Regulatory Alignment<\/span>\n<h2 class=\"section-title\">Compliance Matrix<\/h2>\n<p class=\"section-subtitle\">\nPTVS v1.0 is designed for alignment with major regulatory frameworks governing digital asset issuance\n<\/p>\n<\/div>\n<div class=\"compliance-grid\">\n<div class=\"compliance-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n<div class=\"compliance-icon\">\n<i class=\"fas fa-landmark\"><\/i>\n<\/div>\n<h4>MiCA (EU 2023\/1114)<\/h4>\n<p>Full compliance with asset-backing verification requirements for crypto-asset service providers<\/p>\n<span class=\"compliance-status\">Compliant<\/span>\n<\/div>\n<div class=\"compliance-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n<div class=\"compliance-icon\">\n<i class=\"fas fa-id-card\"><\/i>\n<\/div>\n<h4>eIDAS 2.0 (EU 2024\/1183)<\/h4>\n<p>Qualified Electronic Signatures and Electronic Attestation of Attributes (QEAA) support<\/p>\n<span class=\"compliance-status\">Compliant<\/span>\n<\/div>\n<div class=\"compliance-card\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n<div class=\"compliance-icon\">\n<i class=\"fas fa-link\"><\/i>\n<\/div>\n<h4>ERC-3643 \/ T-REX<\/h4>\n<p>Native integration with ONCHAINID identity and compliance modules for permissioned tokens<\/p>\n<span class=\"compliance-status\">Native<\/span>\n<\/div>\n<div class=\"compliance-card\" data-aos=\"fade-up\" data-aos-delay=\"400\">\n<div class=\"compliance-icon\">\n<i class=\"fas fa-shield-alt\"><\/i>\n<\/div>\n<h4>ISO Standards<\/h4>\n<p>Aligned with ISO 17020 (inspection bodies) and ISO 19005 (PDF\/A archival formats)<\/p>\n<span class=\"compliance-status\">Aligned<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<!-- Pricing Section -->\n<section id=\"pricing\" class=\"pricing\">\n<div class=\"container\">\n<div class=\"section-header\" data-aos=\"fade-up\">\n<span class=\"section-tag\">Transparent Pricing<\/span>\n<h2 class=\"section-title\">Standard Tariff Framework<\/h2>\n<p class=\"section-subtitle\">\nTransparent fee structures for international physical asset forensic audits\n<\/p>\n<\/div>\n<table class=\"pricing-table\" data-aos=\"fade-up\">\n<thead>\n<tr>\n<th>Asset Category<\/th>\n<th>Scope \/ Complexity Level<\/th>\n<th>Base Fee (USD)<\/th>\n<th>Operational Split (PTCE \/ Platform)<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<!-- REAL ESTATE -->\n<tr class=\"category-row\">\n<td colspan=\"4\">1. REAL ESTATE &#038; PHYSICAL PROPERTY<\/td>\n<\/tr>\n<tr>\n<td><strong>Residencial Standard<\/strong><\/td>\n<td>Level 1 \u2014 Basic Physical Audit (&lt; 250 m\u00b2)<\/td>\n<td class=\"price-tag\">$1,200 USD<\/td>\n<td class=\"split-tag\">85% Expert ($1,020) \/ 15% Network ($180)<\/td>\n<\/tr>\n<tr>\n<td><strong>Commercial &#038; Multi-Family<\/strong><\/td>\n<td>Level 2 \u2014 Advanced Structural Audit (&lt; 1,500 m\u00b2)<\/td>\n<td class=\"price-tag\">$2,800 USD<\/td>\n<td class=\"split-tag\">85% Expert ($2,380) \/ 15% Network ($420)<\/td>\n<\/tr>\n<tr>\n<td><strong>Complexes &#038; Land<\/strong><\/td>\n<td>Level 3 \u2014 Forensic LiDAR &#038; NDT Testing<\/td>\n<td class=\"price-tag\">$5,500 USD+<\/td>\n<td class=\"split-tag\">85% Expert ($4,675) \/ 15% Network ($825)<\/td>\n<\/tr>\n\n<!-- MARITIME -->\n<tr class=\"category-row\">\n<td colspan=\"4\">2. MARITIME &#038; NAVAL ASSETS<\/td>\n<\/tr>\n<tr>\n<td><strong>Recreational Vessels<\/strong><\/td>\n<td>Level 1 \u2014 Marine Survey Standard (&lt; 15m)<\/td>\n<td class=\"price-tag\">$1,800 USD<\/td>\n<td class=\"split-tag\">85% Expert ($1,530) \/ 15% Network ($270)<\/td>\n<\/tr>\n<tr>\n<td><strong>Superyachts &#038; Megayachts<\/strong><\/td>\n<td>Level 2 \u2014 Ultrasonic Thickness &#038; Hull Survey<\/td>\n<td class=\"price-tag\">$4,500 USD<\/td>\n<td class=\"split-tag\">85% Expert ($3,825) \/ 15% Network ($675)<\/td>\n<\/tr>\n<tr>\n<td><strong>Commercial Vessels<\/strong><\/td>\n<td>Level 3 \u2014 Class &#038; Casualty Forensic Audit<\/td>\n<td class=\"price-tag\">$8,500 USD+<\/td>\n<td class=\"split-tag\">85% Expert ($7,225) \/ 15% Network ($1,275)<\/td>\n<\/tr>\n\n<!-- INDUSTRIAL -->\n<tr class=\"category-row\">\n<td colspan=\"4\">3. INDUSTRIAL &#038; CRITICAL INFRASTRUCTURE<\/td>\n<\/tr>\n<tr>\n<td><strong>Isolated Machinery<\/strong><\/td>\n<td>Level 1 \u2014 Heavy Machinery &#038; Equipment Audit<\/td>\n<td class=\"price-tag\">$1,500 USD<\/td>\n<td class=\"split-tag\">85% Expert ($1,275) \/ 15% Network ($225)<\/td>\n<\/tr>\n<tr>\n<td><strong>Plants &#038; Energy Assets<\/strong><\/td>\n<td>Level 2 \u2014 Comprehensive Solar \/ Industrial Audit<\/td>\n<td class=\"price-tag\">$4,200 USD<\/td>\n<td class=\"split-tag\">85% Expert ($3,570) \/ 15% Network ($630)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/section>\n\n<!-- Footer -->\n<footer>\n<div class=\"footer-content\">\n<div class=\"footer-col\">\n<h4>Prop Trust Verified<\/h4>\n<p>Governed by Aurema Group L.L.C. (Delaware). Providing deterministic physical oracle verification for institutional RWA protocols worldwide.<\/p>\n<\/div>\n<div class=\"footer-col\">\n<h4>Academic &#038; Legal<\/h4>\n<p><strong>OSF DOI:<\/strong> <a href=\"https:\/\/doi.org\/10.17605\/OSF.IO\/7D2SJ\" target=\"_blank\">10.17605\/OSF.IO\/7D2SJ<\/a><\/p>\n<p><strong>HAL Open Archive:<\/strong> hal-05713062v1<\/p>\n<p><strong>US Copyright:<\/strong> Registered 2026<\/p>\n<\/div>\n<div class=\"footer-col\">\n<h4>Contact<\/h4>\n<p><strong>Issuer:<\/strong> Aurema Group L.L.C.<\/p>\n<p><strong>Network Lead:<\/strong> Aurelio Tamarit Blay (PTCE)<\/p>\n<p><strong>Email:<\/strong> <a href=\"mailto:contact@proptrustverified.com\">contact@proptrustverified.com<\/a><\/p>\n<\/div>\n<\/div>\n<div class=\"footer-bottom\">\n<p>&copy; 2026 Aurema Group L.L.C. &#038; Prop Trust Verified Standard (PTVS v1.0). All Rights Reserved.<\/p>\n<\/div>\n<\/footer>\n\n<!-- AOS Animation -->\n<script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\n<script>\n\/\/ Initialize AOS\nAOS.init({\nduration: 800,\neasing: 'ease-in-out',\nonce: true,\noffset: 100\n});\n\n\/\/ Navbar scroll effect\nwindow.addEventListener('scroll', () => {\nconst navbar = document.getElementById('navbar');\nif (window.scrollY > 100) {\nnavbar.style.background = 'rgba(10, 10, 10, 0.98)';\nnavbar.style.boxShadow = '0 2px 30px rgba(0, 0, 0, 0.6)';\n} else {\nnavbar.style.background = 'rgba(10, 10, 10, 0.95)';\nnavbar.style.boxShadow = 'none';\n}\n});\n\n\/\/ Mobile menu toggle\nfunction toggleMobileMenu() {\nconst navLinks = document.getElementById('navLinks');\nnavLinks.classList.toggle('active');\n}\n\n\/\/ Smooth scroll for anchor links\ndocument.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\nanchor.addEventListener('click', function (e) {\ne.preventDefault();\nconst target = document.querySelector(this.getAttribute('href'));\nif (target) {\ntarget.scrollIntoView({\nbehavior: 'smooth',\nblock: 'start'\n});\n\/\/ Close mobile menu if open\ndocument.getElementById('navLinks').classList.remove('active');\n}\n});\n});\n<\/script>\n\n<\/body>\n<\/html>\n<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\/home\/\"><\/div><div><a download=\"Home.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>Prop Trust Verified Standard (PTVS v1.0) | Deterministic Forensic RWA Oracle PROP TRUST VERIFIED How It Works Architecture Compliance Pricing Request Audit PTVS v1.0 Standard Solving the Physical Oracle Problem in RWA Tokenization Prop Trust Verified Standard (PTVS v1.0) provides an eIDAS-qualified, deterministic forensic oracle protocol connecting real-world physical assets directly to ERC-3643 smart contracts [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-2188","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\/2188","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=2188"}],"version-history":[{"count":1,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/2188\/revisions"}],"predecessor-version":[{"id":2189,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/2188\/revisions\/2189"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media?parent=2188"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}