{"id":1613,"date":"2026-06-29T13:49:57","date_gmt":"2026-06-29T13:49:57","guid":{"rendered":"https:\/\/proptrustverified.com\/es\/?page_id=1613"},"modified":"2026-08-07T08:59:15","modified_gmt":"2026-08-07T08:59:15","slug":"Book","status":"publish","type":"page","link":"https:\/\/proptrustverified.com\/en\/Book\/","title":{"rendered":"Book"},"content":{"rendered":"<meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><title>Code, Steel, Hormigon &#8211; The Judiciary Perito: The Tokenization Oracle | Aurelio Tamarit Blay<\/title><meta name=\"description\" content=\"Descubre por qu&eacute; el 90% de los proyectos de tokenizaci&oacute;n de activos reales fracasan y c&oacute;mo evitarlo. El primer manual pr&aacute;ctico desde la perspectiva del perito t&eacute;cnico.\"><meta name=\"keywords\" content=\"tokenizaci&oacute;n, RWA, blockchain, peritaje judicial, smart contracts, activos reales\"><style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --primary-gold: #D4AF37;\n            --dark-blue: #0A1628;\n            --darker-blue: #050D1A;\n            --light-gray: #E8E8E8;\n            --white: #FFFFFF;\n            --accent-orange: #FF6B35;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--light-gray);\n            background-color: var(--darker-blue);\n        }\n\n        \/* Header *\/\n        header {\n            background: rgba(10, 22, 40, 0.95);\n            backdrop-filter: blur(10px);\n            position: fixed;\n            width: 100%;\n            top: 0;\n            z-index: 1000;\n            border-bottom: 2px solid var(--primary-gold);\n        }\n\n        nav {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 1rem 2rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .logo {\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: var(--primary-gold);\n            text-decoration: none;\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 2rem;\n            list-style: none;\n        }\n\n        .nav-links a {\n            color: var(--white);\n            text-decoration: none;\n            transition: color 0.3s;\n            font-weight: 500;\n        }\n\n        .nav-links a:hover {\n            color: var(--primary-gold);\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            margin-top: 80px;\n            position: relative;\n            height: 90vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n\n        .hero-image {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            opacity: 0.3;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n            max-width: 900px;\n            padding: 2rem;\n            background: rgba(5, 13, 26, 0.8);\n            border-radius: 20px;\n            border: 2px solid var(--primary-gold);\n        }\n\n        .hero h1 {\n            font-size: 3.5rem;\n            color: var(--primary-gold);\n            margin-bottom: 1rem;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.8);\n        }\n\n        .hero .subtitle {\n            font-size: 1.8rem;\n            color: var(--white);\n            margin-bottom: 1.5rem;\n            font-weight: 300;\n        }\n\n        .hero .tagline {\n            font-size: 1.3rem;\n            color: var(--light-gray);\n            margin-bottom: 2rem;\n            font-style: italic;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 1rem 3rem;\n            background: linear-gradient(135deg, var(--primary-gold), #B8941F);\n            color: var(--darker-blue);\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 1.2rem;\n            transition: transform 0.3s, box-shadow 0.3s;\n            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);\n        }\n\n        \/* Problem Section *\/\n        .problem-section {\n            padding: 5rem 2rem;\n            background: var(--dark-blue);\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .section-title {\n            font-size: 2.5rem;\n            color: var(--primary-gold);\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n\n        .problem-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            align-items: center;\n        }\n\n        .problem-image {\n            width: 100%;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n        }\n\n        .problem-text h3 {\n            font-size: 2rem;\n            color: var(--primary-gold);\n            margin-bottom: 1rem;\n        }\n\n        .problem-text p {\n            font-size: 1.1rem;\n            margin-bottom: 1.5rem;\n            line-height: 1.8;\n        }\n\n        \/* Features Section *\/\n        .features-section {\n            padding: 5rem 2rem;\n            background: var(--darker-blue);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .feature-card {\n            background: var(--dark-blue);\n            padding: 2rem;\n            border-radius: 15px;\n            border: 2px solid transparent;\n            transition: border-color 0.3s, transform 0.3s;\n        }\n\n        .feature-card:hover {\n            border-color: var(--primary-gold);\n            transform: translateY(-5px);\n        }\n\n        .feature-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n\n        .feature-card h3 {\n            color: var(--primary-gold);\n            margin-bottom: 1rem;\n            font-size: 1.5rem;\n        }\n\n        .feature-card p {\n            color: var(--light-gray);\n            line-height: 1.8;\n        }\n\n        \/* Author Section *\/\n        .author-section {\n            padding: 5rem 2rem;\n            background: var(--dark-blue);\n        }\n\n        .author-grid {\n            display: grid;\n            grid-template-columns: 1fr 2fr;\n            gap: 3rem;\n            align-items: center;\n        }\n\n        .author-image {\n            width: 100%;\n            max-width: 400px;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n            border: 3px solid var(--primary-gold);\n        }\n\n        .author-text h3 {\n            font-size: 2rem;\n            color: var(--primary-gold);\n            margin-bottom: 1rem;\n        }\n\n        .author-text p {\n            font-size: 1.1rem;\n            margin-bottom: 1.5rem;\n            line-height: 1.8;\n        }\n\n        .author-credentials {\n            background: var(--darker-blue);\n            padding: 1.5rem;\n            border-radius: 10px;\n            border-left: 4px solid var(--primary-gold);\n        }\n\n        .author-credentials ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        .author-credentials li {\n            padding: 0.5rem 0;\n            padding-left: 2rem;\n            position: relative;\n        }\n\n        .author-credentials li:before {\n            content: \"&#10003;\";\n            position: absolute;\n            left: 0;\n            color: var(--primary-gold);\n            font-weight: bold;\n        }\n\n        \/* Purchase Section *\/\n        .purchase-section {\n            padding: 5rem 2rem;\n            background: linear-gradient(135deg, var(--darker-blue), var(--dark-blue));\n            text-align: center;\n        }\n\n        .purchase-buttons {\n            display: flex;\n            gap: 2rem;\n            justify-content: center;\n            margin-top: 3rem;\n            flex-wrap: wrap;\n        }\n\n        .purchase-button {\n            padding: 1.5rem 3rem;\n            background: var(--primary-gold);\n            color: var(--darker-blue);\n            text-decoration: none;\n            border-radius: 10px;\n            font-weight: bold;\n            font-size: 1.3rem;\n            transition: transform 0.3s, box-shadow 0.3s;\n            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);\n            min-width: 250px;\n        }\n\n        .purchase-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);\n        }\n\n        .purchase-button.amazon {\n            background: #FF9900;\n        }\n\n        .purchase-button.google {\n            background: #4285F4;\n        }\n\n        \/* Testimonials *\/\n        .testimonials-section {\n            padding: 5rem 2rem;\n            background: var(--darker-blue);\n        }\n\n        .testimonial-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .testimonial-card {\n            background: var(--dark-blue);\n            padding: 2rem;\n            border-radius: 15px;\n            border-left: 4px solid var(--primary-gold);\n        }\n\n        .testimonial-text {\n            font-style: italic;\n            margin-bottom: 1rem;\n            line-height: 1.8;\n        }\n\n        .testimonial-author {\n            color: var(--primary-gold);\n            font-weight: bold;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: var(--darker-blue);\n            padding: 3rem 2rem;\n            text-align: center;\n            border-top: 2px solid var(--primary-gold);\n        }\n\n        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .footer-links {\n            display: flex;\n            gap: 2rem;\n            justify-content: center;\n            margin-bottom: 2rem;\n            flex-wrap: wrap;\n        }\n\n        .footer-links a {\n            color: var(--light-gray);\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n\n        .footer-links a:hover {\n            color: var(--primary-gold);\n        }\n\n        .copyright {\n            color: var(--light-gray);\n            opacity: 0.7;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n\n            .hero .subtitle {\n                font-size: 1.3rem;\n            }\n\n            .problem-grid,\n            .author-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .nav-links {\n                flex-direction: column;\n                gap: 1rem;\n            }\n\n            .purchase-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .animate {\n            animation: fadeInUp 0.8s ease-out;\n        }\n    <\/style><!-- Header --><header>\n        <nav>\n            <a href=\"#\" class=\"logo\">Code, Steel, Concrete<\/a>\n            <ul class=\"nav-links\">\n                <li><a href=\"#problema\">The Problem<\/a><\/li>\n                <li><a href=\"#contenido\">Contents<\/a><\/li>\n                <li><a href=\"#autor\">Author<\/a><\/li>\n                <li><a href=\"#comprar\">Buy<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/header><!-- Hero Section --><section class=\"hero\">\n        <img decoding=\"async\" src=\"https:\/\/proptrustverified.com\/wp-content\/uploads\/2026\/06\/1782729604-1.png\" alt=\"Convergencia entre lo f&iacute;sico y lo digital\" class=\"hero-image\">\n        <div class=\"hero-content animate\">\n            <h1>Code, Steel, Concrete<\/h1>\n            <p class=\"subtitle\">El Perito Judicial: The Tokenization Oracle<\/p>\n            <p class=\"tagline\">&#8220;The blockchain cannot see a brick, but you do. &#8220;<\/p>\n            <a href=\"#comprar\" class=\"cta-button\">Get the Book<\/a>\n        <\/div>\n    <\/section><!-- Problem Section --><section id=\"problema\" class=\"problem-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">The Problem of the Oracle<\/h2>\n            <div class=\"problem-grid\">\n                <img decoding=\"async\" src=\"https:\/\/proptrustverified.com\/wp-content\/uploads\/2026\/06\/1782729615-1.png\" alt=\"El Problema del Or&aacute;culo en RWA\" class=\"problem-image\">\n                <div class=\"problem-text\">\n                    <h3>Why do 90% of RWA projects fail?<\/h3>\n                    <p>Imagine you investing 10 million in a tokened building. The Smart Contract works perfectly. Tokens are transferred in seconds. But there is a problem: the concrete has a 40% resistance less than the specified, the healing times were not respected, and the carpeting was applied on an unprepared support.<\/p>\n                    <p><strong>Your investment is a perfect token of a toxic asset.<\/strong><\/p>\n                    <p>The blockchain is blind. The code cannot smell moisture, nor detect the incompatibility of an adhesive, nor measure the actual fatigue of steel in a saline environment. Blockchain can only record the truth that is introduced from the physical world.<\/p>\n                    <p>And if the physical data that enters the blockchain is contaminated by human error, by bad praxis or by superficial expertise, the resulting token is not a digital asset of value. <strong>It&#8217;s a toxic token.<\/strong><\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section><!-- Features Section --><section id=\"contenido\" class=\"features-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">What You Will Learn in This Book<\/h2>\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">&#128272;<\/div>\n                    <h3>The Hybrid Solution<\/h3>\n                    <p>How to combine expert cryptographic signatures with Smart Contracts to create an unchanging verification system that protects investors from toxic assets.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\"> &#65039;<\/div>\n                    <h3>Real Estate 2.0<\/h3>\n                    <p>The 10 fatal errors in expert works that destroy value: healing times, preparation of supports, hidden pathologies and how to detect them before it is late.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">&#128674;<\/div>\n                    <h3>Advanced Naval Perit<\/h3>\n                    <p>Thin larries, galvanic corrosion, osmosis in fiberglass and defective welding. How to evaluate the true state of a naval asset before tokenizing it.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\"> &#65039;<\/div>\n                    <h3>Legal Structures SPV<\/h3>\n                    <p>Friendly jurisdictions: Switzerland, Wyoming, Singapore and Liechtenstein. How to structure the unwavering legal link between the Token of Security and the Physical Asset.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">&#128202;<\/div>\n                    <h3>Tokenized Debt Funds<\/h3>\n                    <p>The business model that will move billions in the next decade: project financing by cryptographically verified milestones with automatic release of funds.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">&#9989;<\/div>\n                    <h3>Executive Checklists<\/h3>\n                    <p>The 10 key questions that an investor should ask before buying a RWA and the 10 steps to to tokenize an asset with technical guarantees.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section><!-- Author Section --><section id=\"autor\" class=\"author-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">About the Author<\/h2>\n            <div class=\"author-grid\">\n                <img decoding=\"async\" src=\"https:\/\/proptrustverified.com\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-29-at-3.51.09-PM.jpeg\" alt=\"Aurelio Tamarit Blay\" class=\"author-image\">\n                <div class=\"author-text\">\n                    <h3>Aurelio Tamarit Blay<\/h3>\n                    <p>Aurelio Tamarit Blay is an authority in the convergence between physical asset engineering and the new digital economy. With an extensive and solid trajectory in the judicial expertise of works, infrastructures and naval sector, he has dedicated his career to unraveling the hidden pathologies that destroy the value of investments.<\/p>\n                    <p>Today, Aurelio is a pioneer in solving the largest bottleneck of the Tokenization of Real World Assets (RWA): <strong>the Problem of the Oracle<\/strong>. Acting as the ultimate bridge between mud, steel and blockchain, designs the technical audit protocols that allow Smart Contracts to release funding with unchanging physical warranty.<\/p>\n                    <div class=\"author-credentials\">\n                        <ul>\n                            <li>Perito Judicial Inmobiliario, Construcci&oacute;n y Naval No0161<\/li>\n                            <li>Over 30 years of experience in the sector<\/li>\n                            <li>Investment Fund Advisor and Family Offices<\/li>\n                            <li>Pioneer in the &#8221; Hybrid Solution&#8221; methodology for RWA<\/li>\n                            <li>Expert in technical expertise with digital instrumentation<\/li>\n                            <li>Prop Trust Verified Founder<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section><!-- Testimonials Section --><section class=\"testimonials-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">What the Experts Say<\/h2>\n            <div class=\"testimonial-grid\">\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">&#8220;Finally someone who understands that tokenization is not just code. Aurelio has perfectly captured the essence of the problem: without rigorous physical verification, we are building castles on sand. &#8220;<\/p>\n                    <p class=\"testimonial-author\">&#8211; Director of Family Office, London<\/p>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">&#8220;This book should be mandatory reading for any promoter who wants to to tokenize their assets. The checklists of Chapter 9 saved us millions in due diligence.&#8221;<\/p>\n                    <p class=\"testimonial-author\">&#8211; CEO, Real Estate Investment Fund<\/p>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">&#8220;The Hybrid Solution Aurelio describes is exactly what the market needs. Finally someone who connects the physical world with the digital in a practical and rigorous way. &#8220;<\/p>\n                    <p class=\"testimonial-author\">&#8211; Partner, Blockchain International Bureau<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section><!-- Purchase Section --><section id=\"comprar\" class=\"purchase-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Get Your Copy Today<\/h2>\n            <p style=\"font-size: 1.3rem; margin-bottom: 2rem; max-width: 800px; margin-left: auto; margin-right: auto;\">This is not a book on technology. It is a survival manual for the digital asset economy.\n <\/p>\n            <div class=\"purchase-buttons\">\n                <a href=\"https:\/\/www.amazon.es\/dp\/B0H77HWTDH\" class=\"purchase-button amazon\" target=\"_blank\"> en Buy in Amazon\n <\/a>\n                <a href=\"https:\/\/play.google.com\/store\/books\/details?id=YOUR_BOOK_ID\" class=\"purchase-button google\" target=\"_blank\">Buy at Google Books\n <\/a>\n            <\/div>\n            <p style=\"margin-top: 2rem; font-size: 1.1rem; opacity: 0.8;\">Available in digital format and soft cover\n <\/p>\n        <\/div>\n    <\/section><!-- Footer --><footer>\n        <div class=\"footer-content\">\n            <div class=\"footer-links\">\n                <a href=\"#problema\">The Problem<\/a>\n                <a href=\"#contenido\">Contents<\/a>\n                <a href=\"#autor\">Author<\/a>\n                <a href=\"#comprar\">Buy<\/a>\n                <a href=\"https:\/\/proptrustverified.com\" target=\"_blank\">Prop Trust Verified<\/a>\n            <\/div>\n            <p class=\"copyright\">&copy; 2026 Aurelio Tamarit Blay. All rights reserved.<br>Perito Judicial Inmobiliario, Construcci&oacute;n y Naval No0161\n <\/p>\n        <\/div>\n    <\/footer><script>\n        \/\/ Smooth scrolling\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Animation on scroll\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('animate');\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.feature-card, .testimonial-card').forEach(el => {\n            observer.observe(el);\n        });\n    <\/script><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\/Book\/\"><\/div><div><a download=\"Book.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>Code, Steel, Hormigon &#8211; The Judiciary Perito: The Tokenization Oracle | Aurelio Tamarit Blay Code, Steel, Concrete The Problem Contents Author Buy Code, Steel, Concrete El Perito Judicial: The Tokenization Oracle &#8220;The blockchain cannot see a brick, but you do. &#8220; Get the Book The Problem of the Oracle Why do 90% of RWA projects [&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-1613","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\/1613","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=1613"}],"version-history":[{"count":12,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1613\/revisions"}],"predecessor-version":[{"id":2163,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1613\/revisions\/2163"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media?parent=1613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}