{"id":100,"date":"2025-11-08T15:13:24","date_gmt":"2025-11-08T15:13:24","guid":{"rendered":"https:\/\/www.appcapital.eu\/?page_id=100"},"modified":"2025-11-08T16:53:42","modified_gmt":"2025-11-08T16:53:42","slug":"about-us","status":"publish","type":"page","link":"https:\/\/www.appcapital.eu\/?page_id=100","title":{"rendered":"About Us"},"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>About &#8211; APP CAPITAL UK LTD<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n            min-height: 100vh;\n            width: 100%;\n            overflow-x: hidden;\n        }\n\n        .about-widget {\n            width: 100%;\n            background: white;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .widget-header {\n            background: linear-gradient(135deg, #0f1b33 0%, #1a3a5f 100%);\n            color: white;\n            padding: 2rem 1rem;\n        }\n\n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            max-width: 1200px;\n            margin: 0 auto;\n            width: 100%;\n            gap: 1rem;\n        }\n\n        .company-info h1 {\n            font-size: 1.75rem;\n            margin-bottom: 0.5rem;\n            font-weight: 700;\n        }\n\n        .company-info p {\n            font-size: 1rem;\n            opacity: 0.9;\n        }\n\n        .logo {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #4361ee, #3a0ca3);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 1.25rem;\n            box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);\n            flex-shrink: 0;\n        }\n\n        .about-content {\n            padding: 2rem 1rem;\n            max-width: 1200px;\n            margin: 0 auto;\n            width: 100%;\n        }\n\n        .main-heading {\n            font-size: 2rem;\n            color: #1a3a5f;\n            margin-bottom: 2rem;\n            text-align: center;\n            font-weight: 700;\n        }\n\n        .section {\n            margin-bottom: 3rem;\n            background: #f8f9fa;\n            padding: 2rem;\n            border-radius: 10px;\n            border-left: 4px solid #4361ee;\n        }\n\n        .section h2 {\n            font-size: 1.5rem;\n            color: #1a3a5f;\n            margin-bottom: 1rem;\n            font-weight: 600;\n        }\n\n        .section h3 {\n            font-size: 1.25rem;\n            color: #4361ee;\n            margin: 1.5rem 0 1rem 0;\n            font-weight: 600;\n        }\n\n        .section p {\n            margin-bottom: 1rem;\n            color: #555;\n            line-height: 1.7;\n        }\n\n        .leadership-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n            margin-top: 1.5rem;\n            border-top: 3px solid #4361ee;\n        }\n\n        .leadership-card h3 {\n            margin-top: 0;\n            color: #1a3a5f;\n            font-size: 1.3rem;\n        }\n\n        .contact-info {\n            margin-top: 1rem;\n            padding: 1rem;\n            background: #e9ecef;\n            border-radius: 6px;\n            font-weight: 500;\n        }\n\n        .contact-info a {\n            color: #4361ee;\n            text-decoration: none;\n        }\n\n        .contact-info a:hover {\n            text-decoration: underline;\n        }\n\n        .approach-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1.5rem;\n            margin-top: 1.5rem;\n        }\n\n        .approach-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 1rem;\n            padding: 1.5rem;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n\n        .approach-item i {\n            color: #4361ee;\n            font-size: 1.2rem;\n            margin-top: 0.2rem;\n            flex-shrink: 0;\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 1.5rem;\n            margin-top: 1.5rem;\n        }\n\n        .service-item {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n            border-left: 3px solid #4361ee;\n        }\n\n        .service-item strong {\n            color: #1a3a5f;\n            font-weight: 600;\n        }\n\n        .commitment-box {\n            background: #e7f3ff;\n            border: 1px solid #b3d9ff;\n            border-radius: 8px;\n            padding: 2rem;\n            margin-top: 1.5rem;\n        }\n\n        .commitment-box h2 {\n            color: #1a3a5f;\n            margin-bottom: 1rem;\n        }\n\n        .widget-footer {\n            background: #f1f3f5;\n            padding: 1.5rem 1rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 1rem;\n        }\n\n        .breadcrumb {\n            display: flex;\n            gap: 0.5rem;\n            font-size: 0.875rem;\n        }\n\n        .breadcrumb a {\n            color: #4361ee;\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        .breadcrumb a:hover {\n            color: #3a0ca3;\n        }\n\n        .breadcrumb span {\n            color: #6c757d;\n        }\n\n        .search-widget {\n            display: flex;\n            align-items: center;\n            background: white;\n            border-radius: 25px;\n            padding: 0.5rem 1rem;\n            width: 100%;\n            max-width: 300px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n        }\n\n        .search-widget input {\n            background: transparent;\n            border: none;\n            outline: none;\n            color: #333;\n            width: 100%;\n            padding: 0.25rem 0.5rem;\n            font-size: 0.875rem;\n        }\n\n        .search-widget button {\n            background: #4361ee;\n            border: none;\n            color: white;\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            cursor: pointer;\n            font-weight: 600;\n            font-size: 0.875rem;\n            transition: all 0.3s ease;\n            white-space: nowrap;\n        }\n\n        .search-widget button:hover {\n            background: #3a56d4;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .header-content {\n                flex-direction: column;\n                text-align: center;\n                gap: 1rem;\n            }\n            \n            .company-info h1 {\n                font-size: 1.5rem;\n            }\n            \n            .logo {\n                width: 50px;\n                height: 50px;\n                font-size: 1rem;\n            }\n            \n            .about-content {\n                padding: 1.5rem 1rem;\n            }\n            \n            .main-heading {\n                font-size: 1.75rem;\n            }\n            \n            .section {\n                padding: 1.5rem;\n            }\n            \n            .section h2 {\n                font-size: 1.35rem;\n            }\n            \n            .section h3 {\n                font-size: 1.15rem;\n            }\n            \n            .leadership-card {\n                padding: 1.5rem;\n            }\n            \n            .approach-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .services-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .widget-footer {\n                flex-direction: column;\n                text-align: center;\n                padding: 1.25rem 1rem;\n            }\n            \n            .search-widget {\n                max-width: 100%;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .widget-header {\n                padding: 1.5rem 1rem;\n            }\n            \n            .company-info h1 {\n                font-size: 1.35rem;\n            }\n            \n            .company-info p {\n                font-size: 0.9rem;\n            }\n            \n            .about-content {\n                padding: 1.25rem 0.75rem;\n            }\n            \n            .section {\n                padding: 1.25rem;\n            }\n            \n            .main-heading {\n                font-size: 1.5rem;\n            }\n            \n            .section h2 {\n                font-size: 1.25rem;\n            }\n            \n            .section h3 {\n                font-size: 1.1rem;\n            }\n            \n            .leadership-card {\n                padding: 1.25rem;\n            }\n            \n            .approach-item {\n                padding: 1.25rem;\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .breadcrumb {\n                font-size: 0.8rem;\n            }\n            \n            .search-widget {\n                flex-direction: column;\n                gap: 0.5rem;\n                border-radius: 10px;\n                padding: 0.75rem;\n            }\n            \n            .search-widget input {\n                padding: 0.5rem;\n                text-align: center;\n                border-bottom: 1px solid #eee;\n                margin-bottom: 0.5rem;\n            }\n            \n            .search-widget button {\n                width: 100%;\n                border-radius: 8px;\n            }\n        }\n\n        @media (min-width: 1200px) {\n            .widget-header {\n                padding: 3rem 1rem;\n            }\n            \n            .company-info h1 {\n                font-size: 2.25rem;\n            }\n            \n            .company-info p {\n                font-size: 1.25rem;\n            }\n            \n            .logo {\n                width: 80px;\n                height: 80px;\n                font-size: 1.75rem;\n            }\n            \n            .about-content {\n                padding: 3rem 1rem;\n            }\n            \n            .main-heading {\n                font-size: 2.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"about-widget\">\n       \n        \n        <div class=\"about-content\">\n            <h1 class=\"main-heading\">About APP CAPITAL UK LTD<\/h1>\n            \n            <div class=\"section\">\n                <h2>Institutional Digital Asset Advisory &#038; Cross-Border Infrastructure<\/h2>\n                <p>APP CAPITAL UK LTD is a UK-headquartered institutional consulting firm focused on B2B digital asset strategy, execution alignment, and cross-border operational architecture. We support professional counterparties that require compliant advisory, institutional coordination and infrastructure mapping to operate safely within the UK and EU digital asset ecosystem.<\/p>\n                <p>We do not hold custody of client funds, and we do not provide retail services.<\/p>\n                <p>All engagements operate only between regulated entities and professional counterparties.<\/p>\n            <\/div>\n            \n            <div class=\"section\">\n                <h2>Executive Leadership<\/h2>\n                \n                <div class=\"leadership-card\">\n                    <h3>CEO &#038; Founder \u2014 Alfredo Giovanni Rafael Paternina Palomo<\/h3>\n                    <p>Technology &#038; systems engineer specialized in telecom, data architecture, ERP\/CRM systems and digital asset infrastructure.<\/p>\n                    <p>Experience interfacing with regulated financial counterparties, institutional risk frameworks and operational compliance environments across multiple jurisdictions.<\/p>\n                    <p>Responsible for corporate strategic vision, institutional relationship development and oversight of advisory engagements.<\/p>\n                    \n                    <div class=\"contact-info\">\n                        <strong>Contact:<\/strong> <a href=\"mailto:ceo@appcapital.eu\">ceo@appcapital.eu<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"section\">\n                <h2>Our Institutional Approach<\/h2>\n                \n                <div class=\"approach-grid\">\n                    <div class=\"approach-item\">\n                        <i class=\"fas fa-shield-alt\"><\/i>\n                        <div>\n                            <strong>Compliance-first framework<\/strong>\n                            <p>Strict adherence to regulatory requirements and compliance standards<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"approach-item\">\n                        <i class=\"fas fa-building\"><\/i>\n                        <div>\n                            <strong>No retail onboarding \/ B2B counterparties only<\/strong>\n                            <p>Exclusive focus on institutional and professional clients<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"approach-item\">\n                        <i class=\"fas fa-globe-europe\"><\/i>\n                        <div>\n                            <strong>UK HQ with EU operational presence<\/strong>\n                            <p>Strategic positioning for cross-border operations<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"approach-item\">\n                        <i class=\"fas fa-link\"><\/i>\n                        <div>\n                            <strong>Alignment with regulated infrastructure only<\/strong>\n                            <p>Partnerships exclusively with regulated service providers<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"approach-item\">\n                        <i class=\"fas fa-laptop-code\"><\/i>\n                        <div>\n                            <strong>Technology-driven advisory, not execution or custody<\/strong>\n                            <p>Focus on strategic guidance without handling client assets<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"section\">\n                <h2>What We Actually Deliver<\/h2>\n                <p>We translate institutional counterparties&#8217; requirements into safe, documented, compliant operational architecture \u2014 eliminating ambiguity and avoiding exposure to unregulated models.<\/p>\n                \n                <div class=\"services-grid\">\n                    <div class=\"service-item\">\n                        <strong>API alignment<\/strong> \u00b7 Technical integration with compliant infrastructure\n                    <\/div>\n                    <div class=\"service-item\">\n                        <strong>Workflow modeling<\/strong> \u00b7 Process design for institutional operations\n                    <\/div>\n                    <div class=\"service-item\">\n                        <strong>Operational risk analysis<\/strong> \u00b7 Comprehensive risk assessment and mitigation\n                    <\/div>\n                    <div class=\"service-item\">\n                        <strong>Cross-border mapping<\/strong> \u00b7 Jurisdictional compliance and operational pathways\n                    <\/div>\n                    <div class=\"service-item\">\n                        <strong>Digital asset advisory for institutional desks<\/strong> \u00b7 Strategic guidance for professional trading operations\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"section\">\n                <h2>Our Commitment to Compliance<\/h2>\n                \n                <div class=\"commitment-box\">\n                    <p>APP CAPITAL UK LTD maintains a strict policy of operating only through regulated intermediaries and within legally supported B2B models. Our advisory work is designed to minimize risk exposure and increase operational clarity for institutional partners.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n       \n    <\/div>\n\n    <script>\n        \/\/ Simple interactivity for the widget\n        document.addEventListener('DOMContentLoaded', function() {\n            const searchButton = document.querySelector('.search-widget button');\n            const searchInput = document.querySelector('.search-widget input');\n            \n            searchButton.addEventListener('click', function() {\n                if (searchInput.value.trim() === '') {\n                    alert('Please enter a search term');\n                } else {\n                    alert('Searching for: ' + searchInput.value);\n                }\n            });\n            \n            searchInput.addEventListener('keypress', function(e) {\n                if (e.key === 'Enter') {\n                    searchButton.click();\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About &#8211; APP CAPITAL UK LTD About APP CAPITAL UK LTD Institutional Digital Asset Advisory &#038; Cross-Border Infrastructure APP CAPITAL UK LTD is a UK-headquartered institutional consulting firm focused on<\/p>\n<p><a href=\"https:\/\/www.appcapital.eu\/?page_id=100\" class=\"more-link\">Continue Reading<span class=\"screen-reader-text\">About Us<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-100","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About Us -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.appcapital.eu\/?page_id=100\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Us -\" \/>\n<meta property=\"og:description\" content=\"About &#8211; APP CAPITAL UK LTD About APP CAPITAL UK LTD Institutional Digital Asset Advisory &#038; Cross-Border Infrastructure APP CAPITAL UK LTD is a UK-headquartered institutional consulting firm focused onContinue ReadingAbout Us\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.appcapital.eu\/?page_id=100\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-08T16:53:42+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.appcapital.eu\\\/?page_id=100\",\"url\":\"https:\\\/\\\/www.appcapital.eu\\\/?page_id=100\",\"name\":\"About Us -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.appcapital.eu\\\/#website\"},\"datePublished\":\"2025-11-08T15:13:24+00:00\",\"dateModified\":\"2025-11-08T16:53:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.appcapital.eu\\\/?page_id=100#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.appcapital.eu\\\/?page_id=100\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.appcapital.eu\\\/?page_id=100#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.appcapital.eu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.appcapital.eu\\\/#website\",\"url\":\"https:\\\/\\\/www.appcapital.eu\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.appcapital.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About Us -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.appcapital.eu\/?page_id=100","og_locale":"es_ES","og_type":"article","og_title":"About Us -","og_description":"About &#8211; APP CAPITAL UK LTD About APP CAPITAL UK LTD Institutional Digital Asset Advisory &#038; Cross-Border Infrastructure APP CAPITAL UK LTD is a UK-headquartered institutional consulting firm focused onContinue ReadingAbout Us","og_url":"https:\/\/www.appcapital.eu\/?page_id=100","article_modified_time":"2025-11-08T16:53:42+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.appcapital.eu\/?page_id=100","url":"https:\/\/www.appcapital.eu\/?page_id=100","name":"About Us -","isPartOf":{"@id":"https:\/\/www.appcapital.eu\/#website"},"datePublished":"2025-11-08T15:13:24+00:00","dateModified":"2025-11-08T16:53:42+00:00","breadcrumb":{"@id":"https:\/\/www.appcapital.eu\/?page_id=100#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.appcapital.eu\/?page_id=100"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.appcapital.eu\/?page_id=100#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.appcapital.eu\/"},{"@type":"ListItem","position":2,"name":"About Us"}]},{"@type":"WebSite","@id":"https:\/\/www.appcapital.eu\/#website","url":"https:\/\/www.appcapital.eu\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.appcapital.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/www.appcapital.eu\/index.php?rest_route=\/wp\/v2\/pages\/100","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.appcapital.eu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.appcapital.eu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.appcapital.eu\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.appcapital.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=100"}],"version-history":[{"count":13,"href":"https:\/\/www.appcapital.eu\/index.php?rest_route=\/wp\/v2\/pages\/100\/revisions"}],"predecessor-version":[{"id":127,"href":"https:\/\/www.appcapital.eu\/index.php?rest_route=\/wp\/v2\/pages\/100\/revisions\/127"}],"wp:attachment":[{"href":"https:\/\/www.appcapital.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=100"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}