{"id":37050,"date":"2025-12-18T12:43:57","date_gmt":"2025-12-18T12:43:57","guid":{"rendered":"https:\/\/zebpay.com\/in\/?page_id=37050"},"modified":"2025-12-22T09:59:55","modified_gmt":"2025-12-22T09:59:55","slug":"bitcoin-beginner","status":"publish","type":"page","link":"https:\/\/zebpay.com\/in\/bitcoin-beginner","title":{"rendered":"ZebPay rewards campaign 1"},"content":{"rendered":"<div class=\"lazyblock-section-Z1RF6X8 rewards_campaign noPadding_bottom wp-block-lazyblock-section\"><div class=\"block-section\">\r\n    <div class=\"container container--full \">\r\n        \n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-29552ee1c6e1722ffe9d22e3557d0e9b\" style=\"color:#2072ef;font-size:48px;font-style:normal;font-weight:600\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-white-color\">Start Your ZebPay Journey with <\/mark><mark style=\"background-color:rgba(0, 0, 0, 0);color:#ffbd00\" class=\"has-inline-color\"> Rewards.<\/mark><\/p>\n\n\n\n<p style=\"font-size:18px\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-white-color\">From KYC to your first trade \u2014 every step earns you points. Get rewarded for simply starting your Bitcoin journey the right way.<\/mark><\/p>\n\n\n\n<p style=\"font-size:18px\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-white-color\">Rewards are applicable only to selected users.<\/mark><\/p>\n\n\n\n<div class=\"wp-block-buttons white_cta is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/v.zebpay.com\/aa\/cryptopack\" target=\"_blank\" rel=\"noreferrer noopener\">GEt STARTED<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" width=\"1545\" height=\"1256\" src=\"https:\/\/zebpay.com\/in\/wp-content\/uploads\/2025\/12\/campaign_1-1.png\" alt=\"\" class=\"wp-image-37092\" style=\"object-fit:cover;width:461px;height:auto\" srcset=\"https:\/\/zebpay.com\/in\/wp-content\/uploads\/2025\/12\/campaign_1-1.png 1545w, https:\/\/zebpay.com\/in\/wp-content\/uploads\/2025\/12\/campaign_1-1-300x244.png 300w, https:\/\/zebpay.com\/in\/wp-content\/uploads\/2025\/12\/campaign_1-1-1024x832.png 1024w, https:\/\/zebpay.com\/in\/wp-content\/uploads\/2025\/12\/campaign_1-1-768x624.png 768w, https:\/\/zebpay.com\/in\/wp-content\/uploads\/2025\/12\/campaign_1-1-1536x1249.png 1536w, https:\/\/zebpay.com\/in\/wp-content\/uploads\/2025\/12\/campaign_1-1-150x122.png 150w\" sizes=\"(max-width: 1545px) 100vw, 1545px\" \/><\/figure><\/div><\/div>\n<\/div>\n\n    <\/div>\r\n<\/div><\/div>\n\n<div class=\"lazyblock-section-1UyfRu offer-valid-sec custom-accordion-with-num wow animate__fadeInUp wp-block-lazyblock-section\"><div class=\"block-section\">\r\n    <div class=\"container container--normal \">\r\n        \n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<style>\n    \/* Container Styles *\/\n    .zp-accordion-wrapper {\n        font-family: Lato;\n        margin: 20px 0;\n        width: 100%;\n        box-sizing: border-box;\n    }\n\n    \/* Accordion Item *\/\n    .zp-accordion-item {\n        background-color: #F2F7FC; \/* Light blue background matching screenshot *\/\n        border-radius: 8px;\n        overflow: hidden;\n        margin-bottom: 10px;\n    }\n\n    \/* Header (Clickable Area) *\/\n    .zp-accordion-header {\n        display: flex;\n        align-items: center;\n        padding: 20px 24px;\n        cursor: pointer;\n        user-select: none;\n        transition: background-color 0.3s ease;\n    }\n\n    .zp-accordion-header:hover {\n        background-color: #e6eff9;\n    }\n\n    \/* Number (01) *\/\n    .zp-number {\n        font-size: 18px;\n        font-weight: 600;\n        color: #8fa1b3; \/* Muted blue-grey for number *\/\n        margin-right: 20px;\n        min-width: 30px;\n    }\n\n    \/* Title text *\/\n    .zp-title {\n        font-size: 18px;\n        font-weight: 600;\n        color: #1c2636; \/* Dark text *\/\n        flex-grow: 1;\n    }\n\n    \/* Arrow Icon *\/\n    .zp-icon {\n        width: 12px;\n        height: 12px;\n        border-right: 2px solid #5d7088;\n        border-bottom: 2px solid #5d7088;\n        transform: rotate(45deg);\n        transition: transform 0.3s ease;\n        margin-left: 15px;\n        margin-top: -5px; \/* Visual alignment *\/\n    }\n\n    \/* Active State (When open) *\/\n    .zp-accordion-item.active .zp-icon {\n        transform: rotate(-135deg);\n        margin-top: 5px;\n    }\n\n    \/* Content Area (Hidden by default) *\/\n    .zp-accordion-content {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.4s ease-out;\n        background-color: #FBFCFF;\n        border-top: 1px solid #edf2f7;\n    }\n\n    .zp-content-inner {\n        padding: 24px 30px;\n        font-size: 14px;\n        line-height: 1.6;\n        color: #333;\n    }\n\n    \/* Text Formatting inside content *\/\n    .zp-content-inner p { margin-bottom: 15px; }\n    .zp-content-inner strong { color: #000; }\n    .zp-content-inner ul, .zp-content-inner ol { margin-left: 20px; margin-bottom: 15px; }\n    .zp-content-inner li { margin-bottom: 8px; }\n    .zp-content-inner a { color: #007bff; text-decoration: none; }\n    .zp-content-inner a:hover { text-decoration: underline; }\n\n    \/* Responsive Adjustments *\/\n    @media (max-width: 600px) {\n        .zp-accordion-header { padding: 15px; }\n        .zp-number { font-size: 16px; margin-right: 15px; }\n        .zp-title { font-size: 16px; }\n    }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"zp-accordion-wrapper\">\n    <div class=\"zp-accordion-item\">\n        <!-- Header -->\n        <div class=\"zp-accordion-header\" onclick=\"toggleZebPayAccordion(this)\">\n            <span class=\"zp-number\">01<\/span>\n            <span class=\"zp-title\">Terms &#038; Conditions for Bitcoin Beginner Campaign<\/span>\n            <div class=\"zp-icon\"><\/div>\n        <\/div>\n\n        <!-- Content -->\n        <div class=\"zp-accordion-content\">\n            <div class=\"zp-content-inner\">\n                <p>Awlencan Innovations India Limited (hereinafter referred to as \u201c<strong>ZebPay<\/strong>\u201d), is giving its new Users of the ZebPay Platform in India, an opportunity to participate in the ZebPay Bitcoin Beginner Rewards Campaign (\u201c<strong>Campaign<\/strong>\u201d) and claim Reward Points subject to the eligibility criteria and other requirements listed in these terms &#038; conditions (\u201c<strong>T&#038;Cs<\/strong>\u201d).<\/p>\n                \n                <p>These T&#038;Cs shall apply to all new Users, subject to the Eligibility Criteria (as defined below). By accessing the ZebPay Platform and participating in the Campaign, You confirm that You accept these T&#038;Cs and that You agree to fully comply with them and with any additions\/modifications thereto that may be made from time to time. By participating in the Campaign, You further grant your consent to ZebPay to contact You. If You do not agree with these T&#038;Cs, please do not continue to use the ZebPay Platform.<\/p>\n                \n                <p>You further agree that You are also bound by the Terms of Use, Privacy Policy, AML Policy, Futures Trading Policy and the Risk Disclosures and all other terms available (hereinafter collectively referred to as \u201c<strong>ZebPay Policies<\/strong>\u201d). Words capitalised and not defined hereunder shall have the meaning ascribed to them under the ZebPay Policies referred to above.<\/p>\n                \n                <p>ZebPay may, at its sole discretion, alter or extend or end the Campaign tenure and the Campaign at any time at its sole discretion. Users are advised to review the updated terms and conditions from time to time.<\/p>\n\n                <p><strong>1. Campaign Details:<\/strong><br>\n                Complete all onboarding milestones and make your first buy transaction to be eligible to claim Reward Points (as defined below).<\/p>\n\n                <p><strong>2. Eligibility:<\/strong><br>\n                A. Subject to the terms of Clause 2(B), You will be eligible to participate in the Campaign if (a) You are among the first 500 (five hundred) Users to initiate onboarding on the ZebPay Platform in India on a given day; (b) You successfully complete all the following steps (collectively referred to as \u201cSteps\u201d and individually a \u201cStep\u201d):<\/p>\n                <ul>\n                    <li><strong>Step 1:<\/strong> Sign up on the ZebPay Platform<\/li>\n                    <li><strong>Step 2:<\/strong> Successful KYC verification<\/li>\n                    <li><strong>Step 3:<\/strong> Successful verification of Bank details<\/li>\n                    <li><strong>Step 4:<\/strong> Make your first INR deposit<\/li>\n                    <li><strong>Step 5:<\/strong> Execute a buy transaction on Quick Trade, Exchange or CryptoPack using the INR deposited in Step 4. Both INR and USDT trading pairs shall be considered.<\/li>\n                <\/ul>\n                <p>(The above conditions are collectively referred to as the \u201cEligibility Criteria\u201d).<\/p>\n\n                <p>B. For clarification purposes, to be eligible to participate in the Campaign, a User (a) must complete Step 2 to Step 5 within 20 (twenty) days of completion of Step 1; and (b) must have initiated the onboarding process on ZebPay Platform only after the launch of this Campaign. This Campaign shall be launched on 22nd Dec 2025.<\/p>\n                \n                <p>C. Notwithstanding the foregoing, and for avoidance of any doubt, ZebPay reserves the right, at its sole discretion, to approve or reject any eligible Users from the Campaign.<\/p>\n\n                <p><strong>3. Reward Points:<\/strong><\/p>\n                <ul>\n                    <li>a) Eligible Users shall be rewarded certain points for each Step successfully completed in accordance with the Eligibility Criteria of such value as determined by ZebPay (each a \u201cReward Point\u201d).<\/li>\n                    <li>b) Upon completion of all the Steps, a User shall be able to collect and redeem a total of 100 Reward Points. You must redeem the Reward Points within 30 days from the date of completion of all the Steps, post which the Reward Points shall lapse. A User cannot redeem Reward Points (a) for partial completion of the Steps or (b) after the expiry of 30 (thirty) days from the date of completion of all the Steps.<\/li>\n                    <li>c) Each Reward Point shall have a value of Re. 1. Upon redemption, the equivalent value of the Reward Points collected shall be credited to User\u2019s INR wallet.<\/li>\n                    <li>d) Users shall not be permitted to withdraw the INR Value so transferred and must use it exclusively for trading.<\/li>\n                    <li>e) HNI customers and system accounts are excluded.<\/li>\n                <\/ul>\n\n                <p><strong>4.<\/strong> The Reward Points are non-transferable, non-negotiable and final. ZebPay reserves the right to change or substitute the Reward Points in any manner and\/or at any time, in any manner of its choosing and reserves the right to withhold the Reward Points, at its sole discretion, and shall not be liable to any party\/person in any manner whatsoever regarding the same. The Reward Points shall automatically get transferred to the eligible User\u2019s fiat wallet and shall be governed by ZebPay\u2019s Policies.<\/p>\n\n                <p><strong>5.<\/strong> Every User hereby grants ZebPay and\/or any of its third-party vendors the right to communicate with such eligible User by email \/ phone \/ messenger and\/or other means of communications in relation to participating in the Campaign, in compliance with applicable laws.<\/p>\n\n                <p><strong>6. Release; No Warranties:<\/strong><br>\n                Each User hereby releases and discharges ZebPay from any and all claims, damages, losses (whether perceived or actual) and\/or cause of action, known or unknown, arising from or relating to the Reward Points and\/or their participation in the Campaign. ZebPay does not provide any warranties of any kind to the eligible User with respect to the Campaign and the Reward Points therein. ZebPay hereby disclaims any and all representations and warranties, including any implied warranty of merchantability, fitness for a particular purpose and non-infringement in relation to the Campaign.<\/p>\n\n                <p><strong>7. Disqualification:<\/strong><\/p>\n                <ul>\n                    <li>a) ZebPay reserves the right to disqualify any User at any time on the grounds of unfair trading practices, including but not limited to disseminating false information, engaging in fraudulent activities or other unfair means as well as any breach of any these T&#038;C and\/or breach of any terms of the ZebPay Policies (as determined at ZebPay\u2019s sole discretion).<\/li>\n                    <li>b) Notwithstanding anything to the contrary contained herein, ZebPay reserves the right to disqualify or disallow any eligible Users\/trades\/transactions to participate in the Campaign at any time if ZebPay, at its sole discretion, is of the opinion that the particular eligible User\/trade\/transaction (a) is done in any manner for the purpose of feeding false or misleading information to the market or (b) is done in any manner that has the effect of wrongfully denying legitimate eligible Users the Reward Points of the Campaign.<\/li>\n                    <li>c) Any eligible User who during the Campaign tenure: (i) attempts to cancel or cancels an existing Client Asset Account and attempts to create or creates a new Client Asset Account, or (ii) attempts to create or creates one or more additional Client Asset Accounts, or (iii) attempts to register or registers for the Campaign using multiple\/different email addresses, by any other means or any other methods will be disqualified.<\/li>\n                    <li>d) ZebPay\u2019s decision in these regards shall be final and binding, and by participating in the Campaign, all eligible Users expressly understand and agree with ZebPay\u2019s rights as specified above.<\/li>\n                <\/ul>\n\n                <p><strong>8. Promotional events:<\/strong><br>\n                The eligible User acknowledges that the Campaign is only an event for promoting trading on ZebPay\u2019s India platform, including the ZebPay app, and participating in the Campaign is completely voluntary. The Campaign is only a promotional event and does not constitute an offer from ZebPay. Participating in the Campaign does not confer any rights or privileges, whether contractual or otherwise, on the eligible User. It is clarified that participating in the Campaign by a User does not constitute an acceptance, nor in any way does participating in the Campaign constitute a legally binding contract. ZebPay at its sole discretion reserves the full right to withdraw and\/or alter any of these T&#038;C at any time, with or without prior notice.<\/p>\n\n                <p><strong>9. Taxes:<\/strong><br>\n                ZebPay shall not be responsible for any tax liability on the User(s) that may be imposed on the Reward Points under applicable law. The eligible User shall bear all responsibility for payments of all taxes towards such eligible User\u2019s rewards. ZebPay in no manner shall provide any tax guidance or advice on this matter to any eligible User and the eligible Users may engage independent consultants\/advisors to seek any advice in this regard in their sole discretion.<\/p>\n\n                <p><strong>10. Dispute:<\/strong><br>\n                In the event of any dispute regarding these T&#038;C, rules, conduct, results and all other matters relating to the Campaign, the decision of ZebPay shall be final and binding.<\/p>\n\n                <p><strong>11. Force Majeure:<\/strong><br>\n                ZebPay shall not be responsible for system outages, delays, errors or data loss of any kind, lost or unavailable connections, or other technological difficulties or any other force majeure event that may prevent a User from participating in the Campaign.<\/p>\n\n                <p><strong>12. Disclaimer:<\/strong><\/p>\n                <ul>\n                    <li>a) Trading in cryptographic assets is subject to market, technical and legal risks. Prices of cryptographic assets on the ZebPay Platform may differ from other exchanges due to local demand and supply. Please note that ZebPay does not regulate the prices of cryptographic assets. ZebPay doesn\u2019t guarantee any returns or profits by trading in cryptographic assets. Users shall use ZebPay\u2019s services to participate in the Campaign or to trade in the crypto\/cryptographic assets at their own risk and discretion.<\/li>\n                    <li>b) Notwithstanding anything contrary contained herein, ZebPay reserves the right to amend the T&#038;Cs of the Campaign at any point of time without serving any notice whatsoever to anyone.<\/li>\n                    <li>c) To the extent not prohibited by applicable law, ZebPay shall have no liability whatsoever to the Users and\/or any third party, whether for breach or in tort. Notwithstanding the foregoing, ZebPay shall not be liable to the Users and\/or any third parties for any indirect, punitive, special, incidental or consequential damage in connection with or arising out of the Campaign, however it arises, whether for breach or in tort, even if the User and\/or third party has been previously advised of the possibility of such damages.<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    function toggleZebPayAccordion(element) {\n        \/\/ Toggle the active class on the parent item\n        const item = element.parentElement;\n        item.classList.toggle('active');\n\n        \/\/ Handle the height transition\n        const content = item.querySelector('.zp-accordion-content');\n        \n        if (content.style.maxHeight) {\n            \/\/ If it is open, close it\n            content.style.maxHeight = null;\n        } else {\n            \/\/ If it is closed, set height to the scroll height (actual height of text)\n            content.style.maxHeight = content.scrollHeight + \"px\";\n        }\n    }\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<div style=\"max-width: 656px; padding:12px; border-radius: 8px; background-color:#FBFCFF; font-family: Lato; font-size: 16px;font-weight: 400; line-height: 20.8px; margin: 50px auto; color: #777E90;\">\nDisclaimer: Crypto products and NFTs are unregulated and can be highly risky. There may be no regulatory recourse for any loss from such transactions.\n<\/div>\n\n    <\/div>\r\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":40,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"_ayudawp_aiss_exclude":false,"footnotes":""},"acf":[],"_links":{"self":[{"href":"https:\/\/zebpay.com\/in\/wp-json\/wp\/v2\/pages\/37050"}],"collection":[{"href":"https:\/\/zebpay.com\/in\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zebpay.com\/in\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zebpay.com\/in\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/zebpay.com\/in\/wp-json\/wp\/v2\/comments?post=37050"}],"version-history":[{"count":53,"href":"https:\/\/zebpay.com\/in\/wp-json\/wp\/v2\/pages\/37050\/revisions"}],"predecessor-version":[{"id":37238,"href":"https:\/\/zebpay.com\/in\/wp-json\/wp\/v2\/pages\/37050\/revisions\/37238"}],"wp:attachment":[{"href":"https:\/\/zebpay.com\/in\/wp-json\/wp\/v2\/media?parent=37050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}