{"id":225,"date":"2026-01-15T11:41:03","date_gmt":"2026-01-15T11:41:03","guid":{"rendered":"https:\/\/calypsotechnolimited.company\/?page_id=225"},"modified":"2026-01-15T13:16:39","modified_gmt":"2026-01-15T13:16:39","slug":"terms-and-conditions","status":"publish","type":"page","link":"https:\/\/calypsotechnolimited.company\/?page_id=225","title":{"rendered":"Terms and Conditions"},"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>Terms and Conditions | Calypso Internet Technologies Limited<\/title>\n    <style>\n        :root {\n            --color-base: #151d2d;\n            --color-base-2: #101727;\n            --color-contrast: #a7edf8;\n            --color-contrast-2: #d8eaed57;\n            --color-contrast-3: #3c565a;\n            --color-text: #d8eaed;\n            --font-heading: Cardo;\n            --font-body: 'Inter', sans-serif;\n            --spacing-xs: 0.5rem;\n            --spacing-sm: 1rem;\n            --spacing-md: 2rem;\n            --spacing-lg: 3rem;\n            --spacing-xl: 4rem;\n            --border-radius: 8px;\n            --transition: all 0.3s ease;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background-color: var(--color-base);\n            color: var(--color-text);\n            font-family: var(--font-body);\n            line-height: 1.6;\n            padding: var(--spacing-md);\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            text-align: center;\n            padding: var(--spacing-xl) 0;\n            margin-bottom: var(--spacing-xl);\n            background: linear-gradient(135deg, var(--color-base-2) 0%, var(--color-base) 100%);\n            border-radius: var(--border-radius);\n            border: 1px solid var(--color-contrast-3);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, var(--color-contrast), transparent);\n        }\n\n        .hero h1 {\n            font-family: var(--font-heading);\n            font-size: 2.8rem;\n            color: var(--color-contrast);\n            margin-bottom: var(--spacing-sm);\n            line-height: 1.2;\n        }\n\n        .hero-subtitle {\n            font-size: 1.1rem;\n            color: var(--color-contrast);\n            font-weight: 600;\n            margin-bottom: var(--spacing-lg);\n        }\n\n        .hero p {\n            font-size: 1rem;\n            max-width: 800px;\n            margin: 0 auto;\n            color: var(--color-text);\n        }\n\n        \/* Issuer Info Section *\/\n        .issuer-info {\n            background-color: rgba(167, 237, 248, 0.05);\n            padding: var(--spacing-lg);\n            border-radius: var(--border-radius);\n            border: 1px solid var(--color-contrast-3);\n            margin-bottom: var(--spacing-xl);\n        }\n\n        .issuer-title {\n            font-family: var(--font-heading);\n            color: var(--color-contrast);\n            font-size: 1.8rem;\n            margin-bottom: var(--spacing-md);\n            text-align: center;\n        }\n\n        .issuer-details {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: var(--spacing-md);\n        }\n\n        .issuer-item {\n            text-align: center;\n            padding: var(--spacing-sm);\n        }\n\n        .issuer-label {\n            font-size: 0.9rem;\n            color: var(--color-contrast);\n            opacity: 0.8;\n            margin-bottom: 4px;\n        }\n\n        .issuer-value {\n            font-weight: 600;\n            font-size: 1rem;\n        }\n\n        \/* Terms Content *\/\n        .terms-section {\n            margin-bottom: var(--spacing-xl);\n            padding: var(--spacing-lg);\n            background-color: var(--color-base-2);\n            border-radius: var(--border-radius);\n            border: 1px solid var(--color-contrast-3);\n        }\n\n        .section-title {\n            font-family: var(--font-heading);\n            color: var(--color-contrast);\n            font-size: 2rem;\n            margin-bottom: var(--spacing-md);\n            position: relative;\n            padding-bottom: var(--spacing-sm);\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 3px;\n            background-color: var(--color-contrast);\n        }\n\n        \/* Clause Styling *\/\n        .clause {\n            margin-bottom: var(--spacing-lg);\n            padding-bottom: var(--spacing-md);\n            border-bottom: 1px solid rgba(167, 237, 248, 0.1);\n        }\n\n        .clause:last-child {\n            border-bottom: none;\n        }\n\n        .clause-title {\n            color: var(--color-contrast);\n            font-size: 1.4rem;\n            margin-bottom: var(--spacing-sm);\n            font-weight: 600;\n        }\n\n        .clause-content {\n            line-height: 1.8;\n        }\n\n        .clause-content p {\n            margin-bottom: var(--spacing-sm);\n        }\n\n        \/* Important Notice - Updated *\/\n        .important-notice {\n            background-color: rgba(167, 237, 248, 0.05);\n            border: 1px solid var(--color-contrast-3);\n            border-left: 4px solid var(--color-contrast);\n            padding: var(--spacing-md);\n            border-radius: var(--border-radius);\n            margin: var(--spacing-lg) 0;\n        }\n\n        .important-title {\n            color: var(--color-contrast);\n            font-family: var(--font-heading);\n            font-size: 1.3rem;\n            margin-bottom: var(--spacing-sm);\n        }\n\n        \/* Warning Box - Updated *\/\n        .warning-box {\n            background-color: rgba(167, 237, 248, 0.05);\n            border: 1px solid var(--color-contrast-3);\n            border-left: 4px solid var(--color-contrast);\n            padding: var(--spacing-md);\n            border-radius: var(--border-radius);\n            margin: var(--spacing-lg) 0;\n        }\n\n        .warning-title {\n            color: var(--color-contrast);\n            font-family: var(--font-heading);\n            font-size: 1.2rem;\n            margin-bottom: var(--spacing-sm);\n        }\n\n        \/* Highlighted Text *\/\n        .highlight {\n            color: var(--color-contrast);\n            font-weight: 600;\n        }\n\n        \/* Clause List *\/\n        .clause-list {\n            padding-left: var(--spacing-md);\n            margin: var(--spacing-sm) 0;\n        }\n\n        .clause-list li {\n            margin-bottom: var(--spacing-xs);\n            line-height: 1.6;\n        }\n\n        .sub-clause {\n            padding-left: var(--spacing-md);\n            margin: var(--spacing-xs) 0;\n        }\n\n        \/* Date Info *\/\n        .date-info {\n            text-align: center;\n            padding: var(--spacing-md);\n            background-color: rgba(167, 237, 248, 0.05);\n            border-radius: var(--border-radius);\n            border: 1px solid var(--color-contrast-3);\n            margin-top: var(--spacing-xl);\n        }\n\n        \/* Link Styling *\/\n        .legal-link {\n            color: var(--color-contrast);\n            text-decoration: none;\n            border-bottom: 1px dotted var(--color-contrast);\n            transition: var(--transition);\n        }\n\n        .legal-link:hover {\n            border-bottom: 1px solid var(--color-contrast);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            body {\n                padding: var(--spacing-sm);\n            }\n            \n            .hero h1 {\n                font-size: 2.2rem;\n            }\n            \n            .hero {\n                padding: var(--spacing-lg) var(--spacing-md);\n            }\n            \n            .terms-section {\n                padding: var(--spacing-md);\n            }\n            \n            .issuer-details {\n                grid-template-columns: 1fr;\n            }\n            \n            .clause-title {\n                font-size: 1.2rem;\n            }\n            \n            .section-title {\n                font-size: 1.6rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero h1 {\n                font-size: 1.8rem;\n            }\n            \n            .clause-content {\n                font-size: 0.95rem;\n            }\n        }\n    <\/style>\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=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cardo:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Hero Section -->\n        <section class=\"hero\">\n            <h1>PUBLIC OFFER FOR INVESTMENT SERVICES<\/h1>\n            <div class=\"hero-subtitle\">CALYPSO DIGITAL ASSETS PLATFORM<\/div>\n            <p>This document constitutes a legally binding public offer by Calypso Internet Technologies Limited. By registering on our platform, you accept all terms and conditions outlined herein.<\/p>\n        <\/section>\n\n        <!-- Issuer Information -->\n        <section class=\"issuer-info\">\n            <h2 class=\"issuer-title\">ISSUER INFORMATION<\/h2>\n            <div class=\"issuer-details\">\n                <div class=\"issuer-item\">\n                    <div class=\"issuer-label\">Issuer (Offeror)<\/div>\n                    <div class=\"issuer-value\">Calypso Internet Technologies Limited<\/div>\n                <\/div>\n                <div class=\"issuer-item\">\n                    <div class=\"issuer-label\">Registration Number<\/div>\n                    <div class=\"issuer-value\">193.678 (Belize)<\/div>\n                <\/div>\n                <div class=\"issuer-item\">\n                    <div class=\"issuer-label\">Registered Address<\/div>\n                    <div class=\"issuer-value\">2118 Guava St, Belama Phase 1, Belize City, Belize<\/div>\n                <\/div>\n                <div class=\"issuer-item\">\n                    <div class=\"issuer-label\">Official Website<\/div>\n                    <div class=\"issuer-value\">https:\/\/calypsotechnolimited.company<\/div>\n                <\/div>\n                <div class=\"issuer-item\">\n                    <div class=\"issuer-label\">Contact Email<\/div>\n                    <div class=\"issuer-value\">support@calypsotechnolimited.company<\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Terms and Conditions Content -->\n        <section class=\"terms-section\">\n            <h2 class=\"section-title\">TERMS AND CONDITIONS<\/h2>\n\n            <!-- Clause 1 -->\n            <div class=\"clause\">\n                <h3 class=\"clause-title\">1. Introduction and Acceptance of the Offer<\/h3>\n                <div class=\"clause-content\">\n                    <p><span class=\"highlight\">1.1.<\/span> This document constitutes a public and binding offer (the &#8220;Offer&#8221;) by Calypso Internet Technologies Limited (the &#8220;Company,&#8221; &#8220;Platform,&#8221; &#8220;we,&#8221; &#8220;us&#8221;) to any capable individual or legal entity (the &#8220;User,&#8221; &#8220;Client,&#8221; &#8220;you&#8221;) to conclude an agreement on the use of the Calypso digital investment platform and related services (the &#8220;Agreement&#8221;).<\/p>\n                    \n                    <p><span class=\"highlight\">1.2.<\/span> The Agreement is considered concluded, and this Offer is fully and unconditionally accepted by the Client from the moment of successful completion of the registration procedure on the Platform, which includes:<\/p>\n                    \n                    <ul class=\"clause-list\">\n                        <li><span class=\"highlight\">a)<\/span> Providing accurate and complete registration data;<\/li>\n                        <li><span class=\"highlight\">b)<\/span> Express confirmation of familiarity and agreement with all terms of this Offer, the Risk Disclosure, and the full User Agreement posted at <a href=\"https:\/\/calypsotechnolimited.company\/?page_id=225\" class=\"legal-link\">https:\/\/calypsotechnolimited.company\/?page_id=225<\/a>;<\/li>\n                        <li><span class=\"highlight\">c)<\/span> Electronic signing of the digital application for joining the Platform.<\/li>\n                    <\/ul>\n                    \n                    <p><span class=\"highlight\">1.3.<\/span> By accepting the Offer, you confirm your legal capacity, the voluntariness of your actions, and your full understanding of the high-risk nature of the operations. You assume all responsibility for your investment decisions and their financial results.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Clause 2 -->\n            <div class=\"clause\">\n                <h3 class=\"clause-title\">2. Subject of the Agreement and Nature of Digital Assets<\/h3>\n                <div class=\"clause-content\">\n                    <p><span class=\"highlight\">2.1.<\/span> The Platform provides the Client with technological access to a marketplace for acquisition, holding, and disposal of digital financial assets (&#8220;Digital Assets&#8221;). The list of available Digital Assets may include, but is not limited to:<\/p>\n                    \n                    <ul class=\"clause-list\">\n                        <li><span class=\"highlight\">a)<\/span> Digital tokens representing rights to future income from portfolios of e-commerce ventures.<\/li>\n                        <li><span class=\"highlight\">b)<\/span> Digital tokens linked to the economic performance of underlying assets in the fields of technology, media, and telecommunications (TMT).<\/li>\n                        <li><span class=\"highlight\">c)<\/span> Other digital instruments the Company may make available on the Platform.<\/li>\n                    <\/ul>\n                    \n                    <div class=\"warning-box\">\n                        <h4 class=\"warning-title\">CRUCIAL DISCLAIMER<\/h4>\n                        <p><span class=\"highlight\">2.2.<\/span> The acquisition of a Digital Asset does not constitute a purchase of a share, stock, security, or direct ownership right in any underlying company, project, or asset. It grants the Client contractual rights to a potential financial return derived from the performance of the underlying asset, as described in the specific documentation for each asset (&#8220;Asset Protocol&#8221;).<\/p>\n                    <\/div>\n                    \n                    <p><span class=\"highlight\">2.3.<\/span> The Company acts solely as a technology platform provider and is not a broker-dealer, investment advisor, or fiduciary. The Company does not provide any investment advice or recommendations.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Clause 3 -->\n            <div class=\"clause\">\n                <h3 class=\"clause-title\">3. Account Funding and Settlements<\/h3>\n                <div class=\"clause-content\">\n                    <p><span class=\"highlight\">3.1.<\/span> The sole settlement currency on the Platform is USDT (Tether). All account balances, asset valuations, and transactions are displayed and conducted in USDT.<\/p>\n                    \n                    <p><span class=\"highlight\">3.2.<\/span> To acquire Digital Assets, the Client must first fund their internal Platform Wallet using one of the offered payment methods (e.g., cryptocurrency transfer, bank card). The Company may charge processing fees, which will be disclosed prior to the transaction.<\/p>\n                    \n                    <p><span class=\"highlight\">3.3.<\/span> The Client is solely responsible for the security of their login credentials and for all actions taken through their account.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Clause 4 -->\n            <div class=\"clause\">\n                <h3 class=\"clause-title\">4. Lock-In Period and Disposal Mechanisms<\/h3>\n                <div class=\"clause-content\">\n                    <h4>4.1. Mandatory Holding Period<\/h4>\n                    \n                    <div class=\"sub-clause\">\n                        <p><span class=\"highlight\">a)<\/span> The Client irrevocably agrees that any funds used to acquire a Digital Asset are subject to a mandatory minimum holding period of one hundred and eighty (180) calendar days from the date of acquisition of each specific asset (&#8220;Lock-In Period&#8221;).<\/p>\n                        \n                        <p><span class=\"highlight\">b)<\/span> During the Lock-In Period, the Client is strictly prohibited from initiating any form of disposal, including sale, redemption, or withdrawal of the invested capital related to that asset. The Platform&#8217;s functionality for secondary sale or buyback will be automatically disabled for such assets.<\/p>\n                    <\/div>\n                    \n                    <h4>4.2. Methods of Disposal After Lock-In Period<\/h4>\n                    <p>Upon expiration of the Lock-In Period for a specific Digital Asset, the Client may, subject to availability and market conditions, dispose of it via:<\/p>\n                    \n                    <ul class=\"clause-list\">\n                        <li><span class=\"highlight\">a) Secondary Market Sale:<\/span> The Client can list the asset for sale to other verified Clients on the Platform&#8217;s internal secondary market. The Company does not guarantee liquidity or the existence of buyers. The Company may charge a success fee on completed secondary sales.<\/li>\n                        \n                        <li><span class=\"highlight\">b) Company Buyback Request:<\/span> The Client may submit a formal request for the Company to consider repurchasing the asset. Such repurchase is solely at the Company&#8217;s discretion, is subject to the availability of its own funds, and will be executed at a price determined by the Company based on an internal valuation. The Company is under no obligation to fulfill such requests.<\/li>\n                        \n                        <li><span class=\"highlight\">c) Redemption at Maturity:<\/span> Some Digital Assets may have a fixed maturity term (e.g., 24, 36 months). Redemption of the principal and any accrued returns can only be requested after the full maturity term, subject to the success of the underlying project and availability of funds.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <!-- Important Notice - Updated -->\n            <div class=\"important-notice\">\n                <h4 class=\"important-title\">Important Risk Notice<\/h4>\n                <p><strong>Investments in Digital Assets are speculative and involve a high risk of total capital loss. No guarantees of profit or return of capital are provided. You should only invest funds that you are prepared to lose entirely.<\/strong><\/p>\n            <\/div>\n\n            <!-- Clause 5 -->\n            <div class=\"clause\">\n                <h3 class=\"clause-title\">5. Risk Acknowledgement and Disclaimer of Liability<\/h3>\n                <div class=\"clause-content\">\n                    <p><span class=\"highlight\">5.1.<\/span> The Client explicitly confirms having read, understood, and accepted the separate Risk Disclosure Notice, which is an integral part of this Agreement. The Client acknowledges that investments in Digital Assets are speculative, involve a high risk of total capital loss, are illiquid, and are subject to numerous external factors beyond the Company&#8217;s control.<\/p>\n                    \n                    <p><span class=\"highlight\">5.2.<\/span> The Company, its directors, and employees are not liable for any direct, indirect, incidental, or consequential losses, lost profits, or damages incurred by the Client as a result of using the Platform, investing in Digital Assets, market volatility, project failure, or regulatory changes.<\/p>\n                    \n                    <p><span class=\"highlight\">5.3.<\/span> The Client invests at their own risk. No guarantees of profit or return of capital are provided.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Clause 6 -->\n            <div class=\"clause\">\n                <h3 class=\"clause-title\">6. Governing Law and Dispute Resolution<\/h3>\n                <div class=\"clause-content\">\n                    <p><span class=\"highlight\">6.1.<\/span> This Agreement, its formation, interpretation, and all non-contractual obligations arising from it are governed exclusively by the laws of Belize.<\/p>\n                    \n                    <p><span class=\"highlight\">6.2.<\/span> Any claim or dispute must first be submitted via email to the Company&#8217;s support address. The Parties agree to engage in good-faith negotiations for a period of 30 days to resolve the dispute amicably.<\/p>\n                    \n                    <p><span class=\"highlight\">6.3.<\/span> If no resolution is reached, all disputes shall be finally and exclusively resolved by arbitration in Belize City, Belize, in accordance with the Belize Arbitration Act. The arbitration award shall be final and binding on both Parties.<\/p>\n                    \n                    <p><span class=\"highlight\">6.4.<\/span> The Client irrevocably waives the right to pursue claims in any other court or jurisdiction.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Clause 7 -->\n            <div class=\"clause\">\n                <h3 class=\"clause-title\">7. Final Provisions<\/h3>\n                <div class=\"clause-content\">\n                    <p><span class=\"highlight\">7.1.<\/span> The Company reserves the unconditional right to modify, amend, or update the terms of this Offer, the User Agreement, fees, and any Platform policies at any time, at its sole discretion, without prior notice.<\/p>\n                    \n                    <p><span class=\"highlight\">7.2.<\/span> The updated versions become effective immediately upon publication on the official website at <a href=\"https:\/\/calypsotechnolimited.company\/?page_id=225\" class=\"legal-link\">https:\/\/calypsotechnolimited.company\/?page_id=225<\/a>. It is the Client&#8217;s sole responsibility to regularly review the current terms.<\/p>\n                    \n                    <p><span class=\"highlight\">7.3.<\/span> The Client&#8217;s continued use of the Platform or Services after such changes constitutes conclusive evidence of their acceptance of the new terms.<\/p>\n                    \n                    <p><span class=\"highlight\">7.4.<\/span> If the Client does not agree with the changes, their exclusive remedy is to terminate the use of the Platform. However, this termination does not affect the Lock-In Period for already acquired Digital Assets, which remain subject to the disposal restrictions in Section 4.<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Effective Date -->\n            <div class=\"date-info\">\n                <p><strong>This Offer is effective and publicly available from the date of its publication on the Company&#8217;s website.<\/strong><\/p>\n                <p style=\"margin-top: var(--spacing-sm); color: var(--color-contrast); font-weight: 600;\">Last Updated: 8 January 2026<\/p>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <script>\n        \/\/ Add smooth scrolling for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                const targetId = this.getAttribute('href');\n                const targetElement = document.querySelector(targetId);\n                \n                if(targetElement) {\n                    window.scrollTo({\n                        top: targetElement.offsetTop - 80,\n                        behavior: 'smooth'\n                    });\n                }\n            });\n        });\n\n        \/\/ Subtle hover effect for important sections\n        document.querySelectorAll('.important-notice, .warning-box').forEach(box => {\n            box.addEventListener('mouseenter', function() {\n                this.style.transform = 'scale(1.01)';\n                this.style.transition = 'transform 0.3s ease';\n                this.style.backgroundColor = 'rgba(167, 237, 248, 0.08)';\n            });\n            \n            box.addEventListener('mouseleave', function() {\n                this.style.transform = 'scale(1)';\n                this.style.backgroundColor = 'rgba(167, 237, 248, 0.05)';\n            });\n        });\n\n        \/\/ Add smooth hover effect for links\n        document.querySelectorAll('.legal-link').forEach(link => {\n            link.addEventListener('mouseenter', function() {\n                this.style.color = 'var(--color-contrast)';\n                this.style.transition = 'color 0.3s ease, border-bottom 0.3s ease';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Terms and Conditions | Calypso Internet Technologies Limited PUBLIC OFFER FOR INVESTMENT SERVICES CALYPSO DIGITAL ASSETS PLATFORM This document constitutes a legally binding public offer by Calypso Internet Technologies Limited. By registering on our platform, you accept all terms and conditions outlined herein. ISSUER INFORMATION Issuer (Offeror) Calypso Internet Technologies Limited Registration Number 193.678 (Belize) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-225","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/calypsotechnolimited.company\/index.php?rest_route=\/wp\/v2\/pages\/225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/calypsotechnolimited.company\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/calypsotechnolimited.company\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/calypsotechnolimited.company\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/calypsotechnolimited.company\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=225"}],"version-history":[{"count":3,"href":"https:\/\/calypsotechnolimited.company\/index.php?rest_route=\/wp\/v2\/pages\/225\/revisions"}],"predecessor-version":[{"id":239,"href":"https:\/\/calypsotechnolimited.company\/index.php?rest_route=\/wp\/v2\/pages\/225\/revisions\/239"}],"wp:attachment":[{"href":"https:\/\/calypsotechnolimited.company\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}