{"product_id":"digital-product-crypto-explained-for-india","title":"CRYPTO EXPLAINED FOR INDIA","description":"\u003c!-- CRYPTO EXPLAINED FOR INDIA - SHOPIFY PRODUCT DESCRIPTION --\u003e\n\u003cstyle\u003e\n  .crypto-book {\n    --bg: #f7f8fa;\n    --card: #ffffff;\n    --text: #17202a;\n    --muted: #5d6875;\n    --border: #e3e7eb;\n    --accent: #1f6feb;\n    --accent-dark: #1557b0;\n    --soft: #eef5ff;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0;\n    background: var(--bg);\n    color: var(--text);\n    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\",\n      Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.75;\n    font-size: 16px;\n  }\n\n  .crypto-book * {\n    box-sizing: border-box;\n  }\n\n  .crypto-book h1,\n  .crypto-book h2,\n  .crypto-book h3 {\n    color: var(--text);\n    letter-spacing: -0.02em;\n  }\n\n  \/* CLEAN H1 - TITLE ONLY *\/\n  .crypto-book .hero {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    padding: 54px 48px;\n    margin-bottom: 24px;\n    text-align: center;\n  }\n\n  .crypto-book .hero h1 {\n    margin: 0;\n    padding: 0;\n    font-size: clamp(30px, 4vw, 48px);\n    line-height: 1.15;\n    font-weight: 800;\n  }\n\n  .crypto-book .hero-subtitle {\n    max-width: 760px;\n    margin: 18px auto 0;\n    color: var(--muted);\n    font-size: 19px;\n    font-weight: 500;\n  }\n\n  .crypto-book .intro {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 36px 40px;\n    margin-bottom: 24px;\n  }\n\n  .crypto-book .intro p {\n    margin: 0 0 18px;\n  }\n\n  .crypto-book .intro p:last-child {\n    margin-bottom: 0;\n  }\n\n  .crypto-book .lead {\n    font-size: 20px;\n    line-height: 1.7;\n    font-weight: 600;\n  }\n\n  .crypto-book .section {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 40px;\n    margin-bottom: 24px;\n  }\n\n  .crypto-book .section h2 {\n    margin: 0 0 22px;\n    font-size: 30px;\n    line-height: 1.25;\n    font-weight: 800;\n  }\n\n  .crypto-book .section h3 {\n    margin: 28px 0 10px;\n    font-size: 20px;\n  }\n\n  .crypto-book .section p {\n    margin: 0 0 18px;\n    color: var(--text);\n  }\n\n  .crypto-book .muted {\n    color: var(--muted);\n  }\n\n  .crypto-book .familiar-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 22px;\n  }\n\n  .crypto-book .familiar-item {\n    padding: 18px 20px;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n    background: #fbfcfd;\n    color: var(--text);\n  }\n\n  .crypto-book .familiar-item strong {\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .crypto-book .outcomes {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 24px;\n  }\n\n  .crypto-book .outcome {\n    position: relative;\n    padding: 21px 22px 21px 54px;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: #fbfcfd;\n  }\n\n  .crypto-book .outcome::before {\n    content: \"✓\";\n    position: absolute;\n    left: 19px;\n    top: 18px;\n    width: 25px;\n    height: 25px;\n    border-radius: 50%;\n    background: var(--soft);\n    color: var(--accent);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 800;\n  }\n\n  .crypto-book .idea {\n    background: var(--soft);\n    border: 1px solid #d7e6ff;\n    border-radius: 16px;\n    padding: 30px;\n    margin-top: 22px;\n  }\n\n  .crypto-book .idea-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .crypto-book .idea p {\n    margin: 0;\n    font-size: 21px;\n    line-height: 1.6;\n    font-weight: 700;\n  }\n\n  .crypto-book .india-box {\n    border-left: 4px solid var(--accent);\n    padding: 24px 26px;\n    background: #fbfcfd;\n    border-radius: 0 14px 14px 0;\n    margin-top: 22px;\n  }\n\n  .crypto-book .india-box p {\n    margin-bottom: 0;\n  }\n\n  .crypto-book .for-you {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 22px;\n  }\n\n  .crypto-book .for-you-item {\n    padding: 18px 20px;\n    background: #fbfcfd;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n  }\n\n  .crypto-book .for-you-item::before {\n    content: \"✓ \";\n    color: var(--accent);\n    font-weight: 800;\n  }\n\n  .crypto-book .closing {\n    text-align: center;\n    background: #17202a;\n    color: #ffffff;\n    border-radius: 18px;\n    padding: 42px 36px;\n    margin-bottom: 24px;\n  }\n\n  .crypto-book .closing h2 {\n    color: #ffffff;\n    margin: 0 0 12px;\n    font-size: 31px;\n  }\n\n  .crypto-book .closing p {\n    max-width: 720px;\n    margin: 0 auto;\n    color: #e7ebef;\n    font-size: 18px;\n  }\n\n  .crypto-book .faq {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 40px;\n    margin-bottom: 24px;\n  }\n\n  .crypto-book .faq h2 {\n    margin: 0 0 24px;\n    font-size: 30px;\n  }\n\n  .crypto-book details {\n    border-top: 1px solid var(--border);\n    padding: 19px 0;\n  }\n\n  .crypto-book details:last-child {\n    border-bottom: 1px solid var(--border);\n  }\n\n  .crypto-book summary {\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 35px;\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .crypto-book summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .crypto-book summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    top: -2px;\n    font-size: 25px;\n    font-weight: 400;\n    color: var(--accent);\n  }\n\n  .crypto-book details[open] summary::after {\n    content: \"−\";\n  }\n\n  .crypto-book details p {\n    margin: 13px 0 0;\n    color: var(--muted);\n  }\n\n  .crypto-book .digital-note {\n    background: #fff8e8;\n    border: 1px solid #f0dfb5;\n    color: #493c21;\n    border-radius: 14px;\n    padding: 22px 24px;\n    margin-top: 24px;\n    font-size: 15px;\n  }\n\n  @media (max-width: 750px) {\n    .crypto-book .hero,\n    .crypto-book .intro,\n    .crypto-book .section,\n    .crypto-book .faq {\n      padding: 28px 22px;\n      border-radius: 14px;\n    }\n\n    .crypto-book .hero {\n      padding: 38px 22px;\n    }\n\n    .crypto-book .hero-subtitle {\n      font-size: 17px;\n    }\n\n    .crypto-book .section h2,\n    .crypto-book .faq h2 {\n      font-size: 26px;\n    }\n\n    .crypto-book .familiar-grid,\n    .crypto-book .outcomes,\n    .crypto-book .for-you {\n      grid-template-columns: 1fr;\n    }\n\n    .crypto-book .idea p {\n      font-size: 18px;\n    }\n\n    .crypto-book .closing {\n      padding: 34px 22px;\n      border-radius: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"crypto-book\" style=\"text-align: start;\"\u003e\n\u003c!-- HERO --\u003e\u003cheader class=\"hero\"\u003e\n\u003ch1\u003eCRYPTO EXPLAINED FOR INDIA 🇮🇳₿\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eFinally. A crypto book that talks to you like a person. 🤝\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- INTRODUCTION --\u003e\n\u003csection class=\"intro\"\u003e\n\u003cp class=\"lead\"\u003eYou've heard the word Bitcoin at least a thousand times. You've smiled and nodded while your cousin explained \"blockchain\" at a family dinner. You've maybe even put a little money into something once — and watched it quietly disappear.\u003c\/p\u003e\n\u003cp\u003eYou're not confused because you're not smart enough. You're confused because nobody has ever explained this properly. Until now.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT IS THIS BOOK --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2\u003e📖 What Is This Book?\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0591\/3926\/0506\/files\/crypto_explained_for_india_inside_png.png?v=1788263289\" alt=\"An infographic poster titled 'Understanding Crypto' with a dark blue background, featuring a gold Bitcoin coin, stacked coins, the Indian flag, and text sections explaining cryptocurrency benefits, why crypto is in India, how to get started, and did you know.\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCRYPTO EXPLAINED FOR INDIA\u003c\/strong\u003e is the conversation you wish someone had sat you down to have before the confusion, the loss, or the embarrassment.\u003c\/p\u003e\n\u003cp\u003eNot the tech-bro version. Not the marketing version. The working version — built specifically for a middle-class Indian in their late twenties or thirties, with a real job, a phone, and a healthy suspicion of things that sound too good to be true.\u003c\/p\u003e\n\u003cp\u003eThis book won't promise you'll get rich. 💰❌ It promises something far more valuable: \u003cstrong\u003eyou'll stop being confused.\u003c\/strong\u003e ✅\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SOUND FAMILIAR --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2\u003e😮💨 Sound Familiar?\u003c\/h2\u003e\n\u003cdiv class=\"familiar-grid\"\u003e\n\u003cdiv class=\"familiar-item\"\u003e\n\u003cstrong\u003e😣 The Confusion\u003c\/strong\u003e That knot in your stomach when someone starts talking about blockchain.\u003c\/div\u003e\n\u003cdiv class=\"familiar-item\"\u003e\n\u003cstrong\u003e🤐 The Quiet Shame\u003c\/strong\u003e The quiet shame of not knowing what Bitcoin actually is.\u003c\/div\u003e\n\u003cdiv class=\"familiar-item\"\u003e\n\u003cstrong\u003e⚠️ The Fear\u003c\/strong\u003e The fear of missing out — or worse, the fear of being scammed without even realising it.\u003c\/div\u003e\n\u003cdiv class=\"familiar-item\"\u003e\n\u003cstrong\u003e😮💨 The Exhaustion\u003c\/strong\u003e The exhausting feeling that everyone else already gets something you don't.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 24px;\"\u003eThis book dissolves every single one of those feelings. Systematically. In the exact order they show up in your body.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- OUTCOMES --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2\u003e🎯 After Reading This, You Will Be Able To:\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0591\/3926\/0506\/files\/crypto_explained_for_india_cover_png.png?v=1788265735\" alt=\"Book cover for 'Crypto Explained for India' featuring a dark navy background with gold, white, and green typography, an Indian flag brushstroke, a Bitcoin coin, and smaller crypto coins including Ethereum, Ripple, and Litecoin. The cover includes a city skyline at night and financial charts.\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"outcomes\"\u003e\n\u003cdiv class=\"outcome\"\u003eOpen an account on an Indian exchange, complete your KYC, and make your first real trade — on your own phone, without texting a friend to ask if you're doing it right.\u003c\/div\u003e\n\u003cdiv class=\"outcome\"\u003eTell the difference between assets worth your attention and outright traps — and explain why in two sentences flat.\u003c\/div\u003e\n\u003cdiv class=\"outcome\"\u003eStore your own crypto in your own wallet without feeling like you're holding a live grenade.\u003c\/div\u003e\n\u003cdiv class=\"outcome\"\u003eRead any crypto headline and know within seconds whether it actually matters to you.\u003c\/div\u003e\n\u003cdiv class=\"outcome\"\u003eFile your crypto gains on your Indian tax return — without a single moment of panic.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CORE IDEA --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2\u003e💡 The One Idea That Changes Everything\u003c\/h2\u003e\n\u003cdiv class=\"idea\"\u003e\n\u003cspan class=\"idea-label\"\u003eThe Core Idea\u003c\/span\u003e\n\u003cp\u003eCrypto is not about technology. It is about trust — who has it, who deserves it, and how to move it without asking permission.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 24px;\"\u003eOnce you understand that, everything else falls into place.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- INDIA --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2\u003e🇮🇳 Built For India. Not Adapted For It.\u003c\/h2\u003e\n\u003cp\u003eIndian exchanges. Indian KYC laws. Indian tax rules. Indian rupees. Indian context — all the way through.\u003c\/p\u003e\n\u003cp\u003eNo detour through American regulations. No examples in dollars. No assumption that you live somewhere where crypto has been mainstream for a decade.\u003c\/p\u003e\n\u003cdiv class=\"india-box\"\u003e\n\u003cp\u003eThis is the book that finally answers the question no other source adequately does: \u003cstrong\u003e What does crypto actually mean for a middle-class person in India, right now, with limited capital, limited time, and limited tolerance for risk — and what should they actually do about it? \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY READ --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2\u003e⏳ Why Read Every Page?\u003c\/h2\u003e\n\u003cp\u003eEvery problem you're about to encounter — the confusion, the FOMO, the scams, the tax headache — has already happened to thousands of people before you. Most of them learned the hard way.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eYou don't have to.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThis book is written by someone who has watched these patterns repeat long enough to map them out clearly. It's the shortcut that actually exists — learning from other people's mistakes instead of your own.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- WHO IT IS FOR --\u003e\n\u003csection class=\"section\"\u003e\n\u003ch2\u003e🙋 This Book Is For You If:\u003c\/h2\u003e\n\u003cdiv class=\"for-you\"\u003e\n\u003cdiv class=\"for-you-item\"\u003eYou've been thinking about crypto for over a year but still haven't fully started.\u003c\/div\u003e\n\u003cdiv class=\"for-you-item\"\u003eYou're tired of explanations that assume you already know the basics.\u003c\/div\u003e\n\u003cdiv class=\"for-you-item\"\u003eYou're equally tired of being talked down to.\u003c\/div\u003e\n\u003cdiv class=\"for-you-item\"\u003eYou want to understand this for yourself — not just parrot what someone else told you.\u003c\/div\u003e\n\u003cdiv class=\"for-you-item\"\u003eYou want to participate in this space confidently, carefully, and on your own terms.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 28px;\"\u003eYou are not stupid. You have just been explained to by the wrong people.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThis book fixes that. 🔓\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- CLOSING --\u003e\n\u003csection class=\"closing\"\u003e\n\u003ch2\u003e📲 CRYPTO EXPLAINED FOR INDIA\u003c\/h2\u003e\n\u003cp\u003eStop nodding. Start knowing.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho is this crypto ebook for?\u003c\/summary\u003e\n\u003cp\u003eThis ebook is designed primarily for Indian beginners who want to understand cryptocurrency, Bitcoin, blockchain, wallets, exchanges, scams and taxation without needing an existing technical background.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this book specifically written for Indian readers?\u003c\/summary\u003e\n\u003cp\u003eYes. The book is built around the Indian context, including Indian exchanges, KYC, Indian rupees, Indian crypto taxation and practical considerations relevant to people living in India.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need prior knowledge of cryptocurrency?\u003c\/summary\u003e\n\u003cp\u003eNo. The book is written for people who may be completely new to crypto and want concepts explained in straightforward language rather than highly technical terminology.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the book guarantee profits from cryptocurrency?\u003c\/summary\u003e\n\u003cp\u003eNo. The book does not promise profits or guaranteed returns. Its purpose is to help readers understand cryptocurrency, make better-informed decisions and recognise common risks, scams and mistakes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the ebook explain crypto taxation in India?\u003c\/summary\u003e\n\u003cp\u003eYes. The book covers the practical understanding of crypto gains and Indian tax considerations so readers can approach their tax responsibilities with greater clarity.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill I learn about crypto wallets and security?\u003c\/summary\u003e\n\u003cp\u003eYes. The book explains the purpose of crypto wallets and the basic principles involved in storing crypto more responsibly and securely.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a physical book?\u003c\/summary\u003e\n\u003cp\u003eNo. This is a digital ebook. No physical copy will be shipped.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"digital-note\"\u003e\n\u003cstrong\u003e⚠️ Please note:\u003c\/strong\u003e It is an eBook that will be provided digitally, and the download link will be shared after the purchase is completed. No physical book will be provided.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT + FAQ SCHEMA MARKUP --\u003e\n\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"CRYPTO EXPLAINED FOR INDIA\",\n  \"description\": \"A practical cryptocurrency ebook created for Indian beginners covering Bitcoin, blockchain, Indian exchanges, KYC, crypto wallets, scams and cryptocurrency taxation in India.\",\n  \"category\": \"Digital Ebook\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Lywire\"\n  },\n  \"audience\": {\n    \"@type\": \"Audience\",\n    \"audienceType\": \"Indian cryptocurrency beginners\"\n  }\n}\n\u003c\/script\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who is this crypto ebook for?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This ebook is designed primarily for Indian beginners who want to understand cryptocurrency, Bitcoin, blockchain, wallets, exchanges, scams and taxation without needing an existing technical background.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this book specifically written for Indian readers?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The book is built around the Indian context, including Indian exchanges, KYC, Indian rupees, Indian crypto taxation and practical considerations relevant to people living in India.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do I need prior knowledge of cryptocurrency?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The book is written for people who may be completely new to crypto and want concepts explained in straightforward language rather than highly technical terminology.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the book guarantee profits from cryptocurrency?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The book does not promise profits or guaranteed returns. Its purpose is to help readers understand cryptocurrency, make better-informed decisions and recognise common risks, scams and mistakes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the ebook explain crypto taxation in India?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The book covers the practical understanding of crypto gains and Indian tax considerations so readers can approach their tax responsibilities with greater clarity.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will I learn about crypto wallets and security?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The book explains the purpose of crypto wallets and the basic principles involved in storing crypto more responsibly and securely.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this a physical book?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This is a digital ebook. No physical copy will be shipped.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Tomaque","offers":[{"title":"Default Title","offer_id":43985065836634,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0591\/3926\/0506\/files\/CRYPTO_EXPLAINED_FOR_INDIA.png?v=1788263321","url":"https:\/\/lywire.com\/products\/digital-product-crypto-explained-for-india","provider":"LyWire","version":"1.0","type":"link"}