{"id":200,"date":"2025-01-29T21:40:00","date_gmt":"2025-01-29T18:40:00","guid":{"rendered":"https:\/\/immediate-code-app.com\/ueber-die-plattform\/"},"modified":"2026-06-08T12:29:42","modified_gmt":"2026-06-08T09:29:42","slug":"ueber-die-plattform","status":"publish","type":"page","link":"https:\/\/immediate-code-app.com\/en\/ueber-die-plattform\/","title":{"rendered":"About us"},"content":{"rendered":"\n\n\t\t<h1>\n\t\t\tAbout us\n\t\t\t\t\t\t\t\t\t\t\t Immediate Code\n\t\t<\/h1>\n\t<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\"\/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\"\/>\n    <title>Registrierung<\/title>\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=Montserrat:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\"\/>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/intl-tel-input@25.12.2\/build\/css\/intlTelInput.css\"\/>\n    <style>\n        :root {\n            --ic-blue: #0f3d8f;\n            --ic-blue-dark: #0a2c68;\n            --ic-blue-soft: rgba(15, 61, 143, 0.1);\n            --ic-orange: #f59e0b;\n            --ic-orange-soft: rgba(245, 158, 11, 0.12);\n            --success: #168a3a;\n            --success-soft: rgba(22, 138, 58, 0.12);\n            --success-bg: #f3fff7;\n            --danger: #d93025;\n            --danger-soft: rgba(217, 48, 37, 0.12);\n            --card-bg: #ffffff;\n            --card-border: #d9e1ee;\n            --text-primary: #152033;\n            --text-secondary: #5e6b7d;\n            --field-bg: #ffffff;\n            --field-border: #cfd7e4;\n            --field-border-hover: #b8c3d4;\n            --page-bg: #f4f7fb;\n        }\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html,\n        body {\n            min-height: 100%;\n        }\n        .form-wrapper {\n            width: 100%;\n            max-width: 440px;\n            margin: 0 auto;\n            padding: 22px 22px 20px;\n            border: 1px solid var(--card-border);\n            border-top: 4px solid var(--ic-orange);\n            border-radius: 18px;\n            background: var(--card-bg);\n            box-shadow: 0 14px 36px rgba(15, 35, 70, 0.12);\n        }\n        .form-badge {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: max-content;\n            max-width: 100%;\n            min-height: 28px;\n            padding: 6px 12px;\n            margin: 0 auto 13px;\n            border: 1px solid rgba(15, 61, 143, 0.18);\n            border-radius: 999px;\n            background: #f7f9fd;\n            color: var(--ic-blue);\n            font-size: 11px;\n            font-weight: 800;\n            line-height: 1;\n            letter-spacing: 0.045em;\n            text-align: center;\n            text-transform: uppercase;\n        }\n        .form-title {\n            max-width: 360px;\n            margin: 0 auto 8px;\n            color: var(--text-primary);\n            font-size: 24px;\n            line-height: 1.18;\n            font-weight: 800;\n            letter-spacing: -0.02em;\n            text-align: center;\n        }\n        .form-subtitle {\n            max-width: 370px;\n            margin: 0 auto 18px;\n            color: var(--text-secondary);\n            font-size: 13px;\n            line-height: 1.48;\n            font-weight: 500;\n            text-align: center;\n        }\n        .input-group {\n            margin-bottom: 12px;\n        }\n        .input-label {\n            display: block;\n            margin-bottom: 6px;\n            color: #243047;\n            font-size: 12px;\n            font-weight: 700;\n            line-height: 1.2;\n        }\n        .meta-input {\n            width: 100%;\n            height: 48px;\n            padding: 0 14px;\n            border: 1px solid var(--field-border);\n            border-radius: 10px;\n            outline: none;\n            background: var(--field-bg);\n            color: var(--text-primary);\n            font: inherit;\n            font-size: 15px;\n            font-weight: 500;\n            transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;\n        }\n        .meta-input::placeholder {\n            color: #8c99aa;\n            font-weight: 500;\n        }\n        .meta-input:hover {\n            border-color: var(--field-border-hover);\n        }\n        .meta-input:focus {\n            border-color: var(--ic-blue);\n            box-shadow: 0 0 0 4px var(--ic-blue-soft);\n            background: #ffffff;\n        }\n        .meta-input.has-error {\n            border-color: var(--danger);\n            box-shadow: 0 0 0 4px var(--danger-soft);\n            background: #fff8fa;\n        }\n        .meta-input.has-success,\n        .meta-input.has-success:focus {\n            border-color: var(--success);\n            box-shadow: 0 0 0 4px var(--success-soft);\n            background: var(--success-bg);\n            color: #14532d;\n        }\n        .field-error {\n            min-height: 16px;\n            margin-top: 5px;\n            color: var(--danger);\n            font-size: 12px;\n            line-height: 1.35;\n            font-weight: 500;\n        }\n        .field-hint {\n            margin-top: 5px;\n            margin-left: 2px;\n            color: #6c798c;\n            font-size: 11px;\n            line-height: 1.35;\n            font-weight: 500;\n        }\n        .field-hint.is-success {\n            color: var(--success);\n            font-weight: 700;\n        }\n        .iti {\n            width: 100%;\n        }\n        .iti input.meta-input {\n            padding-left: 88px !important;\n        }\n        .iti .iti__selected-dial-code {\n            margin-left: 0;\n            color: #152033;\n            font-size: 14px;\n            font-weight: 700;\n        }\n        .iti__selected-country-primary {\n            padding-left: 12px;\n        }\n        .iti--separate-dial-code .iti__selected-country {\n            background: #f4f7fb;\n            border-top-left-radius: 10px;\n            border-bottom-left-radius: 10px;\n        }\n        .iti__country-list {\n            max-height: 220px;\n            margin-top: 6px;\n            border: 1px solid #d5ddeb;\n            border-radius: 12px;\n            box-shadow: 0 12px 28px rgba(23, 45, 80, 0.16);\n        }\n        .iti__search-input {\n            height: 34px;\n            border: 1px solid #d5ddeb;\n            border-radius: 8px;\n            font-family: inherit;\n            font-size: 13px;\n        }\n        .iti__country.iti__highlight {\n            background: #f4f7fb;\n        }\n        .btn-primary {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n            width: 100%;\n            height: 50px;\n            margin-top: 6px;\n            border: none;\n            border-radius: 12px;\n            background: var(--ic-blue);\n            color: #ffffff;\n            box-shadow: 0 10px 20px rgba(15, 61, 143, 0.22);\n            cursor: pointer;\n            font: inherit;\n            font-size: 16px;\n            font-weight: 800;\n            letter-spacing: 0.01em;\n            transition: background-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;\n        }\n        .btn-primary:hover:not(:disabled) {\n            background: var(--ic-blue-dark);\n            box-shadow: 0 12px 24px rgba(15, 61, 143, 0.26);\n        }\n        .btn-primary:active:not(:disabled) {\n            transform: translateY(1px);\n        }\n        .btn-primary:disabled {\n            cursor: not-allowed;\n            opacity: 0.68;\n            box-shadow: none;\n            transform: none;\n        }\n        .btn-loader {\n            display: none;\n            width: 15px;\n            height: 15px;\n            border: 2px solid rgba(255, 255, 255, 0.45);\n            border-top-color: #ffffff;\n            border-radius: 50%;\n            animation: spin-loader 0.8s linear infinite;\n        }\n        .btn-primary.is-loading .btn-loader {\n            display: inline-block;\n        }\n        @keyframes spin-loader {\n            to { transform: rotate(360deg); }\n        }\n        .consent-note {\n            max-width: 350px;\n            margin: 10px auto 0;\n            color: #6a7687;\n            font-size: 10.5px;\n            line-height: 1.45;\n            font-weight: 500;\n            text-align: center;\n        }\n        .ssl-line {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 7px;\n            margin-top: 13px;\n            color: #2c7a44;\n            font-size: 12px;\n            font-weight: 700;\n            user-select: none;\n        }\n        .form-trust-row {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 8px;\n            margin-top: 14px;\n        }\n        .form-trust-item {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 32px;\n            padding: 6px 7px;\n            border: 1px solid #e1e7f0;\n            border-radius: 10px;\n            background: #f9fbfe;\n            color: #29384e;\n            font-size: 10px;\n            font-weight: 800;\n            line-height: 1.2;\n            text-align: center;\n        }\n        @media (max-width: 560px) {\n            body {\n                padding: 10px;\n            }\n            .form-wrapper {\n                max-width: 100%;\n                padding: 18px 14px 16px;\n                border-radius: 16px;\n            }\n            .form-title {\n                font-size: 21px;\n            }\n            .form-subtitle {\n                font-size: 12.5px;\n            }\n            .meta-input {\n                height: 46px;\n                font-size: 14px;\n            }\n            .btn-primary {\n                height: 48px;\n                font-size: 15px;\n            }\n            .form-trust-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    Free registration\n    <h1>Get started with Immediate Code<\/h1>\n    <p>Please fill out the form. The number will be verified based on the selected country.<\/p>\n    <form id=\"registration-form\" method=\"post\" action=\"http:\/\/immediate-code-app.com\/thankyou\/en\" novalidate>\n        <input name=\"campaign\" type=\"hidden\" value=\"12345_immediate-code-app_JF99\"\/>\n        <input name=\"link\" type=\"hidden\"\/>\n        <input name=\"time\" type=\"hidden\"\/>\n        <input type=\"hidden\" name=\"subid\" id=\"subid-field\" value=\"{subid}\"\/>\n            <label for=\"name\">First name<\/label>\n            <input id=\"name\" name=\"name\" type=\"text\" placeholder=\"Enter your first name\" autocomplete=\"given-name\" required\/>\n            <label for=\"surname\">Last name<\/label>\n            <input id=\"surname\" name=\"surname\" type=\"text\" placeholder=\"Enter your last name\" autocomplete=\"family-name\" required\/>\n            <label for=\"phone-main\">Phone<\/label>\n            <input id=\"phone-main\" name=\"phone\" type=\"tel\" placeholder=\"Phone\" autocomplete=\"tel-national\" inputmode=\"tel\" required\/>\n            \n            \n            <label for=\"email\">E-Mail<\/label>\n            <input id=\"email\" name=\"email\" type=\"email\" placeholder=\"example@mail.com\" autocomplete=\"email\" required\/>\n        <input type=\"hidden\" name=\"phone2\" id=\"phone-e164\"\/>\n        <button type=\"submit\" id=\"btn-submit-reg\" aria-live=\"polite\" aria-busy=\"false\">\n            Verification is being initialized&#8230;\n        <\/button>\n        <p>By clicking the button, you consent to the processing of your personal data.<\/p>\n            Secure connection\n            Quick Start\n            Secure data\n            24\/7 Support\n    <\/form>\n<\/body>\n<\/html>\n\t\t<h2>\n\t\t\tWhy did we develop Immediate Code?\n\t\t<\/h2>\n\t\t\t<p>Immediate Code is more than just a platform for trading cryptocurrencies. It is your trusted partner in the world of digital finance. We created this service so that everyone can discover the benefits of cryptocurrencies and use them to achieve their goals.  Unsere L\u00f6sung kombiniert Einfachheit, leistungsstarke Analysetools und strenge Sicherheitsstandards, damit sich die Nutzer in jeder Phase des Handels sicher f\u00fchlen.<\/p>\t\t\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/immediate-code-app.com\/wp-content\/uploads\/2025\/01\/stock-market-graph-financial-data-electronic-board-laptop-screen_169016-14898.jpg\" alt=\"stock-market-graph-financial-data-electronic-board-laptop-screen_169016-14898\" height=\"1200\" width=\"1800\" title=\"stock-market-graph-financial-data-electronic-board-laptop-screen_169016-14898\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/immediate-code-app.com\/wp-content\/uploads\/2025\/01\/dynamic-data-visualization-3d_23-2151904311.jpg\" alt=\"dynamic-data-visualization-3d_23-2151904311\" height=\"1230\" width=\"1800\" title=\"dynamic-data-visualization-3d_23-2151904311\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t\t<h2>\n\t\t\tWhat makes us unique?\n\t\t<\/h2>\n\t\t\t<p>Immediate Code not only provides access to cryptocurrency trading, but also gives you full control over your investments:<\/p><ul><li aria-level=\"1\">Accessible to everyone: The platform is suitable for traders of all experience levels.<\/li><li aria-level=\"1\">Flexibility of use: You can trade from any device with internet access.<\/li><li aria-level=\"1\">Complete transparency: We guarantee that all transactions are conducted fairly and with no hidden terms.<\/li><\/ul>\t\t\n\t\t<h2>\n\t\t\tUnsere Hauptvorteile\n\t\t<\/h2>\n\t\t\t<ul><li aria-level=\"1\">Training and Support: For beginners, we offer step-by-step guides and learning materials.<\/li><li aria-level=\"1\">Wide range of assets: Trade popular cryptocurrencies such as Bitcoin, Ethereum, Litecoin, and many others.<\/li><li aria-level=\"1\"><b>Sofortige Transaktionen<\/b>: Unsere Plattform verarbeitet Operationen in Sekundenschnelle, damit Sie schnell handeln k\u00f6nnen.<\/li><li aria-level=\"1\">Security and reliability: Your funds and data are protected by a multi-layered encryption system.<\/li><li aria-level=\"1\">Continuous improvement: We regularly add new features to meet the evolving needs of our users.<\/li><\/ul>\t\t\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/immediate-code-app.com\/wp-content\/uploads\/2025\/01\/immediate-code-1.webp\" alt=\"Immediate Code\" height=\"601\" width=\"1080\" title=\"Immediate Code\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n<figure itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/immediate-code-app.com\/wp-content\/uploads\/2025\/01\/dynamic-data-visualization-3d_23-2151904311.jpg\" alt=\"dynamic-data-visualization-3d_23-2151904311\" height=\"1230\" width=\"1800\" title=\"dynamic-data-visualization-3d_23-2151904311\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n\t<\/figure>\n\t\t<h2>\n\t\t\tYour future starts with Immediate Code\n\t\t<\/h2>\n\t\t\t<p>We believe that anyone can succeed in cryptocurrency trading with the right tools.\u26a1 Join Immediate Code and start your journey into the world of cryptocurrencies today!<\/p>\t\t\n\t\t\t<a href=\"#form\"  target=\"_self\">\n\t\t\t\t\t\t\tZugang erhalten\n\t\t\t\t\t<\/a>\n\n","protected":false},"excerpt":{"rendered":"<p>About us Immediate Code Registrierung Free registration Get started with Immediate Code Please fill out the form. The number will [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_titles_title":"About Immediate Code\u2122 | Your Trading Solution","_seopress_titles_desc":"Lernen Sie die Werte, Funktionen und Vorteile von Immediate Code kennen. Wir schaffen eine Plattform f\u00fcr Ihren Erfolg.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-200","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/pages\/200","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/comments?post=200"}],"version-history":[{"count":2,"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/pages\/200\/revisions"}],"predecessor-version":[{"id":212,"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/pages\/200\/revisions\/212"}],"wp:attachment":[{"href":"https:\/\/immediate-code-app.com\/en\/wp-json\/wp\/v2\/media?parent=200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}