{"id":1635,"date":"2026-07-01T12:54:04","date_gmt":"2026-07-01T12:54:04","guid":{"rendered":"https:\/\/proptrustverified.com\/es\/?page_id=1635"},"modified":"2026-08-07T09:02:16","modified_gmt":"2026-08-07T09:02:16","slug":"My-Book","status":"publish","type":"page","link":"https:\/\/proptrustverified.com\/en\/My-Book\/","title":{"rendered":"My Book"},"content":{"rendered":"<meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><title>Code, Steel, Hormigon | The Book of Aurelio Tamarit Blay | Prop Trust Verified<\/title><meta name=\"description\" content=\"El primer manual pr&aacute;ctico sobre tokenizaci&oacute;n de activos reales desde la perspectiva del perito judicial. Descubre por qu&eacute; el 90% de los proyectos RWA fracasan y c&oacute;mo evitarlo.\"><meta name=\"keywords\" content=\"tokenizaci&oacute;n, RWA, blockchain, peritaje judicial, smart contracts, activos reales, Aurelio Tamarit Blay, Prop Trust Verified\"><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            --amazon-orange: #FF9900;\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            min-height: 95vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            background: linear-gradient(135deg, rgba(5, 13, 26, 0.9), rgba(10, 22, 40, 0.8)),\n                        url('https:\/\/images.unsplash.com\/photo-1541888946425-d81bb19240f5?w=1920&q=80') center\/cover;\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.85);\n            border-radius: 20px;\n            border: 2px solid var(--primary-gold);\n            backdrop-filter: blur(5px);\n        }\n\n        .hero h1 {\n            font-size: 4rem;\n            color: var(--primary-gold);\n            margin-bottom: 1rem;\n            text-shadow: 2px 2px 8px rgba(0,0,0,0.8);\n            font-weight: 700;\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: 1.2rem 3rem;\n            background: linear-gradient(135deg, var(--amazon-orange), #E88B00);\n            color: var(--darker-blue);\n            text-decoration: none;\n            border-radius: 50px;\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(255, 153, 0, 0.4);\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(255, 153, 0, 0.6);\n        }\n\n        .cta-secondary {\n            display: inline-block;\n            margin-left: 1rem;\n            padding: 1.2rem 3rem;\n            background: transparent;\n            color: var(--primary-gold);\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 1.3rem;\n            border: 2px solid var(--primary-gold);\n            transition: all 0.3s;\n        }\n\n        .cta-secondary:hover {\n            background: var(--primary-gold);\n            color: var(--darker-blue);\n        }\n\n        \/* Problem Section *\/\n        .problem-section {\n            padding: 6rem 2rem;\n            background: var(--dark-blue);\n            position: relative;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .section-title {\n            font-size: 3rem;\n            color: var(--primary-gold);\n            text-align: center;\n            margin-bottom: 1rem;\n            font-weight: 700;\n        }\n\n        .section-subtitle {\n            text-align: center;\n            font-size: 1.3rem;\n            color: var(--light-gray);\n            margin-bottom: 4rem;\n            font-style: italic;\n        }\n\n        .problem-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 4rem;\n            align-items: center;\n        }\n\n        .problem-image {\n            width: 100%;\n            border-radius: 15px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.5);\n            border: 2px solid var(--primary-gold);\n        }\n\n        .problem-text h3 {\n            font-size: 2rem;\n            color: var(--primary-gold);\n            margin-bottom: 1.5rem;\n        }\n\n        .problem-text p {\n            font-size: 1.15rem;\n            margin-bottom: 1.5rem;\n            line-height: 1.8;\n        }\n\n        .stat-box {\n            background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.05));\n            border: 2px solid var(--primary-gold);\n            padding: 2rem;\n            border-radius: 15px;\n            margin: 2rem 0;\n            text-align: center;\n        }\n\n        .stat-number {\n            font-size: 4rem;\n            color: var(--primary-gold);\n            font-weight: 700;\n            line-height: 1;\n        }\n\n        .stat-label {\n            color: var(--white);\n            font-size: 1.2rem;\n            margin-top: 0.5rem;\n        }\n\n        \/* Pillars Section *\/\n        .pillars-section {\n            padding: 6rem 2rem;\n            background: var(--darker-blue);\n        }\n\n        .pillars-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 2.5rem;\n            margin-top: 3rem;\n        }\n\n        .pillar-card {\n            background: var(--dark-blue);\n            padding: 2.5rem;\n            border-radius: 15px;\n            border: 2px solid transparent;\n            transition: all 0.3s;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .pillar-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-gold), var(--accent-orange));\n        }\n\n        .pillar-card:hover {\n            border-color: var(--primary-gold);\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);\n        }\n\n        .pillar-icon {\n            font-size: 3.5rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .pillar-card h3 {\n            color: var(--primary-gold);\n            margin-bottom: 1rem;\n            font-size: 1.6rem;\n        }\n\n        .pillar-card p {\n            color: var(--light-gray);\n            line-height: 1.8;\n            font-size: 1.05rem;\n        }\n\n        \/* Author Section *\/\n        .author-section {\n            padding: 6rem 2rem;\n            background: linear-gradient(135deg, var(--dark-blue), var(--darker-blue));\n        }\n\n        .author-grid {\n            display: grid;\n            grid-template-columns: 1fr 2fr;\n            gap: 4rem;\n            align-items: center;\n        }\n\n        .author-image-container {\n            position: relative;\n        }\n\n        .author-image {\n            width: 100%;\n            max-width: 400px;\n            border-radius: 15px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.5);\n            border: 3px solid var(--primary-gold);\n        }\n\n        .author-badge {\n            position: absolute;\n            bottom: -20px;\n            right: -20px;\n            background: var(--primary-gold);\n            color: var(--darker-blue);\n            padding: 1rem 1.5rem;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 0.9rem;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.3);\n        }\n\n        .author-text h3 {\n            font-size: 2.5rem;\n            color: var(--primary-gold);\n            margin-bottom: 1rem;\n        }\n\n        .author-text .author-title {\n            color: var(--white);\n            font-size: 1.2rem;\n            margin-bottom: 1.5rem;\n            font-style: italic;\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            margin-top: 2rem;\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            color: var(--light-gray);\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            font-size: 1.2rem;\n        }\n\n        \/* Case Studies Section *\/\n        .cases-section {\n            padding: 6rem 2rem;\n            background: var(--dark-blue);\n        }\n\n        .case-card {\n            background: var(--darker-blue);\n            border: 2px solid var(--primary-gold);\n            border-radius: 15px;\n            padding: 2.5rem;\n            margin-bottom: 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .case-card::before {\n            content: \"CASO REAL\";\n            position: absolute;\n            top: 20px;\n            right: -35px;\n            background: var(--primary-gold);\n            color: var(--darker-blue);\n            padding: 0.3rem 3rem;\n            font-size: 0.8rem;\n            font-weight: bold;\n            letter-spacing: 2px;\n            transform: rotate(45deg);\n        }\n\n        .case-card h4 {\n            color: var(--primary-gold);\n            font-size: 1.6rem;\n            margin-bottom: 1rem;\n            padding-right: 3rem;\n        }\n\n        .case-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            margin-top: 1.5rem;\n        }\n\n        .case-column h5 {\n            color: var(--accent-orange);\n            font-size: 1rem;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            margin-bottom: 0.5rem;\n        }\n\n        .case-column p {\n            font-size: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Testimonials Section *\/\n        .testimonials-section {\n            padding: 6rem 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: 2.5rem;\n            border-radius: 15px;\n            border-left: 4px solid var(--primary-gold);\n            position: relative;\n        }\n\n        .testimonial-card::before {\n            content: '\"';\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 5rem;\n            color: var(--primary-gold);\n            opacity: 0.3;\n            font-family: Georgia, serif;\n            line-height: 1;\n        }\n\n        .testimonial-text {\n            font-style: italic;\n            margin-bottom: 1.5rem;\n            line-height: 1.8;\n            font-size: 1.05rem;\n            position: relative;\n            z-index: 2;\n        }\n\n        .testimonial-author {\n            color: var(--primary-gold);\n            font-weight: bold;\n            font-size: 1rem;\n        }\n\n        \/* Purchase Section *\/\n        .purchase-section {\n            padding: 6rem 2rem;\n            background: linear-gradient(135deg, var(--darker-blue), var(--dark-blue));\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .purchase-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: url('https:\/\/images.unsplash.com\/photo-1639762681485-074b7f938ba0?w=1920&q=80') center\/cover;\n            opacity: 0.1;\n        }\n\n        .purchase-content {\n            position: relative;\n            z-index: 2;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .purchase-section h2 {\n            color: var(--primary-gold);\n            font-size: 3rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .purchase-section p {\n            font-size: 1.3rem;\n            color: var(--light-gray);\n            margin-bottom: 2.5rem;\n            line-height: 1.7;\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: linear-gradient(135deg, var(--amazon-orange), #E88B00);\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(255, 153, 0, 0.4);\n            min-width: 280px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.5rem;\n        }\n\n        .purchase-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(255, 153, 0, 0.6);\n        }\n\n        .purchase-button.google {\n            background: linear-gradient(135deg, #4285F4, #3367D6);\n            color: var(--white);\n        }\n\n        .book-preview {\n            margin: 3rem auto;\n            max-width: 400px;\n            position: relative;\n        }\n\n        .book-preview img {\n            width: 100%;\n            border-radius: 10px;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.6);\n            border: 3px solid var(--primary-gold);\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            font-size: 0.9rem;\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            .section-title {\n                font-size: 2rem;\n            }\n\n            .problem-grid,\n            .author-grid,\n            .case-content {\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            .cta-secondary {\n                margin-left: 0;\n                margin-top: 1rem;\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\n        \/* Highlight text *\/\n        .highlight {\n            color: var(--primary-gold);\n            font-weight: bold;\n        }\n\n        .warning-text {\n            color: #FF6B6B;\n            font-weight: bold;\n        }\n    <\/style><!-- Header --><header>\n        <nav>\n            <a href=\"https:\/\/proptrustverified.com\" class=\"logo\">Prop Trust Verified<\/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        <div class=\"hero-content animate\">\n            <h1>Code, Steel, Concrete<\/h1>\n            <p class=\"subtitle\">El Perito Judicial &#8211; The Tokenization Oracle<\/p>\n            <p class=\"tagline\">&#8220;The blockchain cannot see a brick, but I do. &#8220;<\/p>\n            <a href=\"https:\/\/www.amazon.es\/dp\/B0H74WG54N\" class=\"cta-button\" target=\"_blank\"> en Buy in Amazon\n <\/a>\n            <a href=\"#contenido\" class=\"cta-secondary\">Discover More\n <\/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            <p class=\"section-subtitle\">Why 90% of RWA projects will fail<\/p>\n            \n            <div class=\"problem-grid\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1504307651254-35680f356dfd?w=800&amp;q=80\" alt=\"Problema del Or&aacute;culo\" class=\"problem-image\">\n                <div class=\"problem-text\">\n                    <h3>The blockchain is blind<\/h3>\n                    <p>You can&#8217;t see a brick. It cannot measure steel fatigue. You can&#8217;t detect the osmosis in a boat&#8217;s hull.<\/p>\n                    <p>If you enter erroneous physical data into an unchanging blockchain, do not create value. <span class=\"warning-text\">You just make a lie permanent.<\/span><\/p>\n                    <p>You create a <strong>&#8220;token toxic&#8221;<\/strong>.<\/p>\n                    \n                    <div class=\"stat-box\">\n                        <div class=\"stat-number\">90 per cent<\/div>\n                        <div class=\"stat-label\">of RWA projects will fail without physical verification<\/div>\n                    <\/div>\n                    \n                    <p>This book is the solution to <span class=\"highlight\">Problem of the Oracle<\/span>: the weakest link in the entire tokenization chain.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section><!-- Pillars Section --><section id=\"contenido\" class=\"pillars-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">What You Will Learn in This Book<\/h2>\n            <p class=\"section-subtitle\">The survival manual for the digital asset economy<\/p>\n            \n            <div class=\"pillars-grid\">\n                <div class=\"pillar-card\">\n                    <div class=\"pillar-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                \n                <div class=\"pillar-card\">\n                    <div class=\"pillar-icon\"> &#65039;<\/div>\n                    <h3>Real Estate 2.0<\/h3>\n                    <p>Fatal errors in expert works: healing times, preparation of supports, hidden pathologies. How to detect them before it&#8217;s late.<\/p>\n                <\/div>\n                \n                <div class=\"pillar-card\">\n                    <div class=\"pillar-icon\">&#128674;<\/div>\n                    <h3>Advanced Naval Perit<\/h3>\n                    <p>Thin larries, galvanic corrosion, osmosis in fiberglass and defective welding. Evaluate the true state of a naval asset.<\/p>\n                <\/div>\n                \n                <div class=\"pillar-card\">\n                    <div class=\"pillar-icon\"> &#65039;<\/div>\n                    <h3>Legal Structures SPV<\/h3>\n                    <p>Friendly jurisdictions: Switzerland, Wyoming, Singapore and Liechtenstein. The unwavering legal link between Token of Security and Physical Asset.<\/p>\n                <\/div>\n                \n                <div class=\"pillar-card\">\n                    <div class=\"pillar-icon\">&#128202;<\/div>\n                    <h3>Tokenized Debt Funds<\/h3>\n                    <p>The business model that will move billions: labor finance by cryptographically verified milestones with automatic release of funds.<\/p>\n                <\/div>\n                \n                <div class=\"pillar-card\">\n                    <div class=\"pillar-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            \n            <div class=\"author-grid\">\n                <div class=\"author-image-container\">\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-badge\">No. 0161<\/div>\n                <\/div>\n                \n                <div class=\"author-text\">\n                    <h3>Aurelio Tamarit Blay<\/h3>\n                    <p class=\"author-title\">Perito Judicial Inmobiliario, Construcci&oacute;n y Naval<\/p>\n                    \n                    <p>Aurelio Tamarit Blay is an authority in the convergence between physical asset engineering and the new digital economy. With more than <span class=\"highlight\">30 years of experience<\/span> in the judicial expertise of works, infrastructures and naval sector, he has dedicated his career to unravel the hidden pathologies that destroy the value of investments.<\/p>\n                    \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                    \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><!-- Case Studies Section --><section class=\"cases-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Real Cases of the Book<\/h2>\n            <p class=\"section-subtitle\">Stories that show why technical expertise is critical<\/p>\n            \n            <div class=\"case-card\">\n                <h4>The Defalco of the &#8220;Obra Avance&#8221; Inflated<\/h4>\n                <p>A promoter presented a &#8220;60% advance of work&#8221; to international investors. Upon arriving at the work, the expert discovered that masons were applying carpeting without prior preparation of the support and decoding slabs at 3 days instead of the 21 regulations.<\/p>\n                <div class=\"case-content\">\n                    <div class=\"case-column\">\n                        <h5>The Problem<\/h5>\n                        <p>The &#8220;advannce&#8221; was real in physical volume, but the &#8220;advance of value&#8221; was a lie. Structural quality was poor.<\/p>\n                    <\/div>\n                    <div class=\"case-column\">\n                        <h5>The Solution<\/h5>\n                        <p>Thanks to the deep technical expertise, funding was paralyzed, the demolition of the improperly adhered bonds was required and the control of cures was strengthened.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"case-card\">\n                <h4>Purchase of a Merchant Fleet: 5 Boats, 5 Toxic Passives<\/h4>\n                <p>An investment fund assessed the purchase of 5 merchant ships to tokenize. The sellers presented Lloyd&#8217;s Register reports indicating &#8220;good condition&#8221;. But the expert went to the dry dike with ultrasounds.<\/p>\n                <div class=\"case-content\">\n                    <div class=\"case-column\">\n                        <h5>The Discovery<\/h5>\n                        <p>In the first ship, steel was 40% below the minimum. In the second, severe osmosis in 60% of the helmet. The papers lied. Not steel.<\/p>\n                    <\/div>\n                    <div class=\"case-column\">\n                        <h5>The Outcome<\/h5>\n                        <p>The fund renegotiated the price, demanding a reduction of 35% to cover repairs. Tokenization was made on real value, not on an illusion.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"case-card\">\n                <h4>The 15 Million Euro Rescue<\/h4>\n                <p>A debt fund refinanced an apartment complex with the Hybrid Solution. The Smart Contract required the signature of the Registrar and the Judicial Perito. During the inspection, advanced carbonation was discovered on pillars and a hidden urban load.<\/p>\n                <div class=\"case-content\">\n                    <div class=\"case-column\">\n                        <h5>The Block<\/h5>\n                        <p>As the Smart Contract required both signatures, the system was automatically blocked. The Registrar could not sign for the charge. The Perito couldn&#8217;t sign for the defects.<\/p>\n                    <\/div>\n                    <div class=\"case-column\">\n                        <h5>Victoria<\/h5>\n                        <p>Smart Contract kept 15 million safe. The fund didn&#8217;t lose a cent. The previous promoter was forced to renegotiate under the threat of the code.<\/p>\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            \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                \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\">&mdash; CEO, Real Estate Investment Fund<\/p>\n                <\/div>\n                \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=\"purchase-content\">\n            <h2>Get Your Copy Today<\/h2>\n            <p>This is not a book on technology. It&#8217;s a <strong>survival manual<\/strong> for the economy of digital assets.<\/p>\n            \n            <div class=\"book-preview\">\n                <img decoding=\"async\" src=\"https:\/\/proptrustverified.com\/wp-content\/uploads\/2026\/07\/Codigo-Acero-Hormigon-2-scaled.png\" alt=\"Portada del libro C&oacute;digo, Acero, Hormig&oacute;n\">\n            <\/div>\n            \n            <div class=\"purchase-buttons\">\n                <a href=\"https:\/\/www.amazon.es\/dp\/B0H74WG54N\" class=\"purchase-button\" target=\"_blank\"> en Buy in Amazon Spain\n <\/a>\n                <a href=\"https:\/\/play.google.com\/store\/books\" class=\"purchase-button google\" target=\"_blank\">Buy at Google Books\n <\/a>\n            <\/div>\n            \n            <p style=\"margin-top: 2rem; font-size: 1.1rem; opacity: 0.8;\">Available in digital (eBook) 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                <a href=\"https:\/\/www.aureliotamaritblay.es\" target=\"_blank\">Web del Autor<\/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<br>Prop Trust Verified &#8211; The Tokenization Oracle\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('.pillar-card, .testimonial-card, .case-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\/My-Book\/\"><\/div><div><a download=\"My 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 | The Book of Aurelio Tamarit Blay | Prop Trust Verified Prop Trust Verified The Problem Contents Author Buy Code, Steel, Concrete El Perito Judicial &#8211; The Tokenization Oracle &#8220;The blockchain cannot see a brick, but I do. &#8220; en Buy in Amazon Discover More The Problem of the Oracle Why 90% [&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-1635","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\/1635","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=1635"}],"version-history":[{"count":6,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1635\/revisions"}],"predecessor-version":[{"id":2164,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1635\/revisions\/2164"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media?parent=1635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}