CINXE.COM

Buy, Sell, Store, Send and Receive digital dollar - Vibrant

<!DOCTYPE html><!-- Last Published: Wed Dec 18 2024 15:24:53 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="origin.vibrantapp.com" data-wf-page="65c52b4f20cddfab694a4dfc" data-wf-site="5f96d344ab2f71b1d1961172" lang="en"><head><meta charset="utf-8"/><title>Buy, Sell, Store, Send and Receive digital dollar - Vibrant</title><meta content="Your Premier Digital Wallet for digital dollar. Experience speed, security, and the power of USDC to manage your finance effortlessly. Get Started Today and Supercharge Your Money!" name="description"/><meta content="Buy, Sell, Store, Send and Receive digital dollar - Vibrant" property="og:title"/><meta content="Your Premier Digital Wallet for digital dollar. Experience speed, security, and the power of USDC to manage your finance effortlessly. Get Started Today and Supercharge Your Money!" property="og:description"/><meta content="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64c972132cce3ec656c128d0_Frame%203231.png" property="og:image"/><meta content="Buy, Sell, Store, Send and Receive digital dollar - Vibrant" property="twitter:title"/><meta content="Your Premier Digital Wallet for digital dollar. Experience speed, security, and the power of USDC to manage your finance effortlessly. Get Started Today and Supercharge Your Money!" property="twitter:description"/><meta content="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64c972132cce3ec656c128d0_Frame%203231.png" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/css/vibrant-cash-2.6a6d8bada.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic","Space Mono:regular,italic,700,700italic","Space Grotesk:300,regular,500,600,700"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5faec0b7580edf4d54e35d95_vibrant-favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5faebf0033b5782f0b4d3f18_Webclip.png" rel="apple-touch-icon"/><link href="https://vibrantapp.com/" rel="canonical"/><!-- Weglot --> <script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script> <script> Weglot.initialize({ api_key: 'wg_e8502fb89998b59f869416ca915857500' }); </script> <script type="text/javascript"> // Function to dynamically generate hreflang link tags function generateHreflangTags() { const baseUrlEN = "https://vibrantapp.com/"; const baseUrlES = "https://es.vibrantapp.com/"; const baseUrlESAR = "https://es-ar.vibrantapp.com/"; const baseUrlPTBR = "https://pt-br.vibrantapp.com/"; // Let's see if this changes const baseUrl = { en: "https://vibrantapp.com/", es: "https://es.vibrantapp.com/", "es-ar": "https://es-ar.vibrantapp.com/", "pt-br": "https://pt-br.vibrantapp.com/" }; const currentUrl = window.location.href; const currentPage = currentUrl.split("vibrantapp.com/").pop(); const currentLanguage = document.documentElement.lang || "en"; // List of alternate pages const altPages = [ { en: "send-digital-dollar-internationally", es: "enviar-dinero-internacional", "es-ar": "enviar-dinero-internacional", }, { en: "buy-and-sell-usdc", es: "comprar-y-vender-usdc", "es-ar": "comprar-y-vender-usdc", }, { en: "receive-payment", es: "recibir-pagos", "es-ar": "recibir-pagos", }, { en: "ar/promo/referral-program", es: "ar/promo/programa-de-referidos", "es-ar": "ar/promo/programa-de-referidos", }, { en: "mission", es: "mision", "es-ar": "mision", }, ]; // Find alternate current page based on the current language const altCurrentPage = altPages.find((p) => p[currentLanguage] === currentPage); const linkTags = document.getElementsByTagName("link"); // Remove existing hreflang link tags for (let i = linkTags.length - 1; i >= 0; i--) { if ( linkTags[i].getAttribute("rel") === "alternate" && linkTags[i].getAttribute("hreflang") ) { linkTags[i].parentNode.removeChild(linkTags[i]); } } // Use alternate current page for this language if it exists. // Otherwise, use current page function getLinkPage(lang) { if (altCurrentPage && altCurrentPage[lang]) { return altCurrentPage[lang]; } return currentPage; } // Create and append new hreflang link tags const hreflangTags = { "x-default": baseUrlEN + getLinkPage("en"), en: baseUrlEN + getLinkPage("en"), es: baseUrlES + getLinkPage("es"), "es-ar": baseUrlESAR + getLinkPage("es-ar"), "pt-br": baseUrlPTBR + getLinkPage("pt-br") }; for (let hreflangTag in hreflangTags) { const linkTag = document.createElement("link"); linkTag.setAttribute("rel", "alternate"); linkTag.setAttribute("hreflang", hreflangTag); linkTag.setAttribute("href", hreflangTags[hreflangTag]); document.head.appendChild(linkTag); } } // Call the function on page load window.onload = generateHreflangTags; </script> <style> .weglot-container { position: fixed; bottom: 0; left: 20px; } </style> <!-- End Weglot --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NV4P3DP');</script> <!-- End Google Tag Manager --> <!-- Meta Pixel Code --> <meta name="facebook-domain-verification" content="8z0l3938gxcwbzyykfd7zsjsnw6tz8" /> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '3459991297552704'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=3459991297552704&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <!-- Set country property --> <script> (function(){ fetch("https://api.vibrantapp.com/app-info") .then(response => response.json()) .then(json => { document.documentElement.classList.add("vibrant-country-" + json.cfIpCountry.toLowerCase()); }) .catch(e => console.log("Failed to request GET /app-info", e)); const style = document.createElement("style"); style.textContent = "html:not(.vibrant-country-ar) .show-in-ar, .vibrant-country-ar .hide-in-ar {display: none; visibility: hidden; }"; document.head.appendChild(style); })(); </script> <!-- End Set country property --> <!-- Add a class to detect mobile/desktop --> <script> (function(){ const isMobile = navigator.userAgent.toLowerCase().includes("mobile"); document.documentElement.classList.add(isMobile ? "vibrant-mobile" : "vibrant-not-mobile"); const style = document.createElement("style"); style.textContent = ` html:not(.vibrant-mobile) .show-in-mobile, html:is(.vibrant-mobile) .hide-in-desktop {display: none; visibility: hidden; } `; document.head.appendChild(style); })(); </script> <!-- End Add a class to detect mobile/desktop --></head><body><div class="w-embed w-iframe"><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NV4P3DP" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --></div><div data-collapse="small" data-animation="default" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="new-navbar w-nav"><div class="nav-container"><div class="logo-lockup-container"><a href="/" aria-current="page" class="brand-2 w-nav-brand w--current"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648785c29b73bd60594b8160_Vibrant-Lockup.png" loading="lazy" sizes="(max-width: 479px) 100vw, (max-width: 767px) 27vw, 140px" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648785c29b73bd60594b8160_Vibrant-Lockup-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648785c29b73bd60594b8160_Vibrant-Lockup-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648785c29b73bd60594b8160_Vibrant-Lockup-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648785c29b73bd60594b8160_Vibrant-Lockup-p-1600.png 1600w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648785c29b73bd60594b8160_Vibrant-Lockup-p-2000.png 2000w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648785c29b73bd60594b8160_Vibrant-Lockup-p-2600.png 2600w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648785c29b73bd60594b8160_Vibrant-Lockup-p-3200.png 3200w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648785c29b73bd60594b8160_Vibrant-Lockup.png 5145w" alt="" class="vibrant-lockup-image"/></a></div><div class="nav-option-container"><nav role="navigation" class="nav-menu-items w-nav-menu"><div id="languageSelector" class="div-block-36 languageselector _w-dropdown-toggle-0"><div data-hover="true" data-delay="0" class="w-dropdown"><div class="nav-dropdown w-dropdown-toggle"><div class="w-icon-dropdown-toggle"></div><div class="text-block-58">Features</div></div><nav class="dropdown-list-4 w-dropdown-list"><a href="/buy-and-sell-usdc" class="dropdown-link-2 w-dropdown-link">Buy/Sell USDC</a><a href="/send-digital-dollar-internationally" class="dropdown-link-2 w-dropdown-link">Send</a><a href="/receive-payment" class="dropdown-link-2 w-dropdown-link">Receive</a><a href="https://stellar.org/usdc" target="_blank" class="dropdown-link-2 w-dropdown-link">About Stellar USDC</a></nav></div><div data-hover="true" data-delay="0" class="w-dropdown"><div class="nav-dropdown w-dropdown-toggle"><div class="w-icon-dropdown-toggle"></div><div class="text-block-58">Company</div></div><nav class="dropdown-list-4 w-dropdown-list"><a href="/mission" class="dropdown-link-2 w-dropdown-link">Our Mission</a><a id="Careers" href="https://job-boards.greenhouse.io/vibrant" target="_blank" class="dropdown-link-2 w-dropdown-link">Careers</a></nav></div><a href="https://support.vibrantapp.com/en/" target="_blank" class="nav-solo-link">Pricing</a><div data-hover="true" data-delay="0" class="w-dropdown"><div class="nav-dropdown w-dropdown-toggle"><div class="w-icon-dropdown-toggle"></div><div class="text-block-58">Resources</div></div><nav class="dropdown-list-4 w-dropdown-list"><a href="/blog" class="dropdown-link-2 w-dropdown-link">Blog</a><a href="https://help.vibrantapp.com/hc/es-ar" target="_blank" class="dropdown-link-2 w-dropdown-link">Support</a></nav></div></div><a href="https://apps.apple.com/us/app/id1514223107" class="link-block-3 w-inline-block"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/62be63dbd94f5f4e42b86b28_Apple%20Square.png" loading="lazy" alt="" id="appStore" class="image-40"/></a><a href="https://play.google.com/store/apps/details?id=io.sunship.app&amp;referrer=singular_click_id%3Ddab85080-e417-4fb7-b240-c5086768c448" class="link-block-8 w-inline-block"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/62be643c5092f5406df42e43_Play%20Square.png" loading="lazy" alt="" class="image-40"/></a></nav></div><div class="menu-button w-nav-button"><div class="icon-2 w-icon-nav-menu"></div></div></div><div class="modal-container"><div class="newsletter-popup-container"><div class="close-modal"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54efe77e66dcdf100a52d_noun_X_2289986.png" loading="lazy" sizes="(max-width: 479px) 0px, 100vw" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54efe77e66dcdf100a52d_noun_X_2289986-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54efe77e66dcdf100a52d_noun_X_2289986-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54efe77e66dcdf100a52d_noun_X_2289986-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54efe77e66dcdf100a52d_noun_X_2289986.png 1200w" alt="" class="x-close"/></div><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54d971971c1662b35a27f_Fist-Bump%403x.png" loading="lazy" sizes="(max-width: 479px) 0px, 100vw" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54d971971c1662b35a27f_Fist-Bump%403x-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54d971971c1662b35a27f_Fist-Bump%403x-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54d971971c1662b35a27f_Fist-Bump%403x-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54d971971c1662b35a27f_Fist-Bump%403x-p-1600.png 1600w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/5fb54d971971c1662b35a27f_Fist-Bump%403x.png 5924w" alt="" class="fist-bump-image"/><h3 class="newsletter-header">Unite al newsletter de Vibrant</h3><div class="newsletter-supporting-copy">Mantenete al tanto de las últimas actualizaciones de Vibrant, también recibí consejos y datos útiles para aprovechar al máximo la aplicación.</div><div class="form-block w-form"><form id="email-form" name="email-form" data-name="Email Form" action="https://cash.us2.list-manage.com/subscribe/post?u=fe7d90a3aeee3fab1fd8ff4a2&amp;amp;id=28e80c97bf" method="post" data-wf-page-id="65c52b4f20cddfab694a4dfc" data-wf-element-id="8d7488a8-ff68-2cc7-96b1-778cca099f54"><label for="FULLNAME-3" class="form-label">Nombre completo</label><input class="text-field w-input" maxlength="256" name="FULLNAME-2" data-name="FULLNAME 2" placeholder="" type="text" id="FULLNAME-2" required=""/><label for="EMAIL-4" class="form-label">Correo electrónico</label><input class="text-field w-input" maxlength="256" name="EMAIL-3" data-name="EMAIL 3" placeholder="" type="email" id="EMAIL-3" required=""/><input type="submit" data-wait="Please wait..." class="submit-button w-button" value="Unite"/></form><div class="success-message w-form-done"><div class="text-block-5">¡Gracias! Hemos recibido tu solicitud</div></div><div class="error-message w-form-fail"><div class="text-block-6">Oops! Something went wrong while submitting the form.</div></div></div></div></div></div><section class="home-header-section"><div class="home-header-wrapper"><h1 class="heading-74">Your money should be <span class="text-span-65">more powerful</span></h1><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/651d7358fb5e1d60c11988a4_Home%20Mock.png" loading="lazy" id="w-node-_214bdb0b-4529-841f-8d69-30b8cc123787-694a4dfc" sizes="(max-width: 767px) 190px, (max-width: 991px) 220px, 250px" alt="" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/651d7358fb5e1d60c11988a4_Home%20Mock-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/651d7358fb5e1d60c11988a4_Home%20Mock.png 576w" class="image-204"/></div><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64764d087fff7f8f10e05487_Bottom%20Opener-min.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64764d087fff7f8f10e05487_Bottom%20Opener-min-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64764d087fff7f8f10e05487_Bottom%20Opener-min-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64764d087fff7f8f10e05487_Bottom%20Opener-min-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64764d087fff7f8f10e05487_Bottom%20Opener-min-p-1600.png 1600w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64764d087fff7f8f10e05487_Bottom%20Opener-min-p-2000.png 2000w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64764d087fff7f8f10e05487_Bottom%20Opener-min-p-2600.png 2600w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64764d087fff7f8f10e05487_Bottom%20Opener-min.png 4320w" alt="" class="bottom-nudge"/><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/647653604e4be7ea6b0d5a99_Blurs.png" loading="lazy" sizes="(max-width: 991px) 100vw, 850px" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/647653604e4be7ea6b0d5a99_Blurs-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/647653604e4be7ea6b0d5a99_Blurs-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/647653604e4be7ea6b0d5a99_Blurs-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/647653604e4be7ea6b0d5a99_Blurs-p-1600.png 1600w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/647653604e4be7ea6b0d5a99_Blurs-p-2000.png 2000w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/647653604e4be7ea6b0d5a99_Blurs-p-2600.png 2600w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/647653604e4be7ea6b0d5a99_Blurs.png 2826w" alt="" class="home-header-blurs"/><div class="header-learn-more-container"><div class="header-learn-more-block"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/6478ff7773c2345f0ba831ab_Learn%20More%20Circle.png" loading="lazy" sizes="(max-width: 479px) 100vw, (max-width: 767px) 130px, (max-width: 991px) 140px, 210px" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/6478ff7773c2345f0ba831ab_Learn%20More%20Circle-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/6478ff7773c2345f0ba831ab_Learn%20More%20Circle.png 604w" alt="" class="learn-more-circle"/><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/6478ffb1161f41943ba22718_Arrow.png" loading="lazy" alt="" class="home-header-arrow"/><a href="#" class="link-block-10 w-inline-block"></a></div></div></section><section class="digital-dollar-section"><div class="digital-dollar-wrapper"><div class="digital-dollar-text-container-copy"><h1 class="home-header white">Unlock the power of Digital Dollar</h1><p class="paragraph-18 white center-align">The digital dollar moves with unparalleled ease compared to ordinary cash in your pocket. Our wallet uses USDC, a leading dollar-based stablecoin, ensuring the utmost security while managing your finances effortlessly. Say goodbye to limitations and hello to a world of exclusive perks and benefits not found in traditional banking. Enjoy lower transaction costs and lightning-fast speed, giving you the power to maximize your funds like never before.</p></div></div></section><section class="send-section"><div class="send-wrapper"><div class="send-text-container"><h1 class="home-header top-0">Safeguard the value of your hard-earned money</h1><p class="paragraph-18">Living in high-inflation countries like Argentina can be challenging, but with Vibrant, you can safeguard the value of your money by locking it in digital dollars.</p></div><div class="send-image-container"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/650360d82b1421e07ca53359_safeguard.png" loading="lazy" sizes="(max-width: 479px) 76vw, (max-width: 767px) 87vw, (max-width: 991px) 33vw, (max-width: 1439px) 42vw, 580px" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/650360d82b1421e07ca53359_safeguard-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/650360d82b1421e07ca53359_safeguard-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/650360d82b1421e07ca53359_safeguard-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/650360d82b1421e07ca53359_safeguard.png 1447w" alt="" class="image-85"/></div></div></section><section class="send-section"><div class="send-wrapper"><div class="send-image-container"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/650169efe3d1f441fed6e885_swap.png" loading="lazy" sizes="(max-width: 479px) 76vw, (max-width: 767px) 223.1328125px, (max-width: 991px) 33vw, 390.484375px" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/650169efe3d1f441fed6e885_swap-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/650169efe3d1f441fed6e885_swap.png 774w" alt="" class="image-200"/></div><div class="send-text-container"><h1 class="home-header top-0">Easily swap from your local currency to USDC</h1><p class="paragraph-18">We make it easy for you to cash in and cash out in your local currency anytime via cash, credit cards, debit cards, Apple Pay and other local networks.<br/><br/>We offer these services in 16 countries across the globe, with more being added soon.</p></div></div></section><section class="moneygram-section"><div class="moneygram-wrapper"><h1 class="moneygram-header">Cash in/out with ease with MoneyGram</h1><div class="moneygram-div-container"><div class="moneygram-image-container"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777704071ec95343795254_MGI%20screen%20mockup%20ENG-min.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777704071ec95343795254_MGI%20screen%20mockup%20ENG-min-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777704071ec95343795254_MGI%20screen%20mockup%20ENG-min-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777704071ec95343795254_MGI%20screen%20mockup%20ENG-min-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777704071ec95343795254_MGI%20screen%20mockup%20ENG-min-p-1600.png 1600w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777704071ec95343795254_MGI%20screen%20mockup%20ENG-min.png 1800w" alt="" class="image-89"/></div><div class="moneygram-block-container"><div class="block-container"><div class="outline-block"><h3 class="moneygram-block-header">ZERO</h3><div class="moneygram-block-text">fees</div></div><div class="no-outline-block"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777f75e758780f375fed84_Moneygram%20Location-min.png" loading="lazy" sizes="100vw" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777f75e758780f375fed84_Moneygram%20Location-min-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777f75e758780f375fed84_Moneygram%20Location-min-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777f75e758780f375fed84_Moneygram%20Location-min-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/64777f75e758780f375fed84_Moneygram%20Location-min.png 1440w" alt="" class="image-90"/></div></div><div class="block-container outline-right"><div class="outline-block"><h3 class="moneygram-block-header">100,000</h3><div class="moneygram-block-text">cash in/out locations</div></div><div class="no-outline-block"></div></div><div class="block-container"><div class="outline-block"><h3 class="moneygram-block-header">16</h3><div class="moneygram-block-text">available countries</div></div><div class="no-outline-block"></div></div></div></div></div></section><div class="partners-section no-top-margin"><div class="partners-wrapper"><div class="off-ramp-info-text dark">WE&#x27;VE PARTNERED WITH THE BEST</div><div class="partner-logo-container"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/62bdcef35fb4fc0810c05c07_MoneyGram-logo%201.png" loading="lazy" sizes="(max-width: 479px) 79vw, (max-width: 767px) 230px, (max-width: 991px) 210px, 258px" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/62bdcef35fb4fc0810c05c07_MoneyGram-logo%201-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/62bdcef35fb4fc0810c05c07_MoneyGram-logo%201-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/62bdcef35fb4fc0810c05c07_MoneyGram-logo%201.png 888w" alt="" class="mgi-partner-logo"/><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/62bdcf57ede8acd217bf7be2_Frame.png" loading="lazy" sizes="(max-width: 479px) 79vw, (max-width: 991px) 170px, 208px" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/62bdcf57ede8acd217bf7be2_Frame-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/62bdcf57ede8acd217bf7be2_Frame.png 684w" alt="" class="moonpay-partner-logo"/><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/63e3b9cfb922137ce81eda5f_Latamex%20color.png" loading="lazy" sizes="(max-width: 479px) 79vw, (max-width: 767px) 180px, (max-width: 991px) 150px, 198px" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/63e3b9cfb922137ce81eda5f_Latamex%20color-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/63e3b9cfb922137ce81eda5f_Latamex%20color-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/63e3b9cfb922137ce81eda5f_Latamex%20color-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/63e3b9cfb922137ce81eda5f_Latamex%20color.png 1788w" alt="" class="stablex-partner-logo"/><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648cbc4d0e6b0a8bfd577d69_payfura_logo%201.png" loading="lazy" sizes="(max-width: 479px) 79vw, (max-width: 991px) 150px, 198px" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648cbc4d0e6b0a8bfd577d69_payfura_logo%201-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648cbc4d0e6b0a8bfd577d69_payfura_logo%201-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648cbc4d0e6b0a8bfd577d69_payfura_logo%201-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648cbc4d0e6b0a8bfd577d69_payfura_logo%201.png 1407w" alt="" class="payfura-logo"/></div></div></div><section class="send-section"><div class="send-wrapper"><div class="send-text-container"><h1 class="home-header top-0">Send easily and affordably</h1><p class="paragraph-18">Getting money back home to your loved ones shouldn’t be difficult and you shouldn’t have to worry about unfair transaction fees.<br/><br/>We eliminated the high fees associated with traditional money transfers and offer some of the most competitive rates in the industry so you can get the best value for your money.</p></div><div class="send-image-container"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648b87b5ab4adc28ad023871_Send%20Mockups%20SPA-min.png" loading="lazy" sizes="(max-width: 479px) 76vw, 100vw" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648b87b5ab4adc28ad023871_Send%20Mockups%20SPA-min-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648b87b5ab4adc28ad023871_Send%20Mockups%20SPA-min-p-800.png 800w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648b87b5ab4adc28ad023871_Send%20Mockups%20SPA-min-p-1080.png 1080w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648b87b5ab4adc28ad023871_Send%20Mockups%20SPA-min-p-1600.png 1600w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648b87b5ab4adc28ad023871_Send%20Mockups%20SPA-min-p-2000.png 2000w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/648b87b5ab4adc28ad023871_Send%20Mockups%20SPA-min.png 2996w" alt="" class="image-85"/></div></div></section><section class="manage-finances-section"><div class="send-wrapper"><div class="send-text-container"><h1 class="home-header white left">A global wallet that knows no bounds</h1><p class="paragraph-18 white left">Vibrant is built on Stellar, a trusted blockchain focused on instant cross-border payments for a fraction of penny. This means we’re able to offer a unique border-agnostic experience free from the limitations of traditional financial services.</p></div><div class="send-image-container"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b3f5dbb773b0b38ef10_Illo-2.png" loading="lazy" sizes="(max-width: 767px) 100vw, (max-width: 991px) 24vw, 100vw" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b3f5dbb773b0b38ef10_Illo-2-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b3f5dbb773b0b38ef10_Illo-2.png 863w" alt="" class="mange-finance-image smaller"/></div></div></section><section class="manage-finances-section"><div class="send-wrapper"><div class="send-image-container"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b3f54e827afe6ed1a7f_Illo-1.png" loading="lazy" sizes="(max-width: 767px) 100vw, (max-width: 991px) 24vw, 100vw" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b3f54e827afe6ed1a7f_Illo-1-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b3f54e827afe6ed1a7f_Illo-1.png 863w" alt="" class="mange-finance-image smaller"/></div><div class="send-text-container"><h1 class="home-header white left">Non-custodial means you’re in control</h1><p class="paragraph-18 white left">Your money is yours.<br/><br/>Unlike traditional financial applications or crypto wallets who send your funds to third-parties, Vibrant is non-custodial. This means that your money is always yours and you can enjoy 24/7 access to it.</p></div></div></section><section class="manage-finances-section"><div class="manage-finances-3-point-container"><div id="w-node-c320bae0-b1aa-5b30-8389-41af713801b6-694a4dfc" class="mange-finances-3-point-item"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b97adcf1054f610e530_noun-lightning-4730659%201.png" loading="lazy" height="48" alt="" class="image-92"/><h3 class="heading-65">Fast, affordable, and easy</h3><div class="text-block-56">Close transactions in 5 seconds with zero network fees.</div></div><div id="w-node-c320bae0-b1aa-5b30-8389-41af713801bc-694a4dfc" class="mange-finances-3-point-item"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b97cfd5a0a5e2905abc_Non-Custodial%20Icon.png" loading="lazy" alt="" height="48" class="image-92"/><h3 class="heading-65">You’re in control</h3><div class="text-block-56">Being a non-custodial wallet means it’s solely controlled by you, giving you the privacy and security you deserve.</div></div><div id="w-node-c320bae0-b1aa-5b30-8389-41af713801c2-694a4dfc" class="mange-finances-3-point-item"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b9790eb0f80ffd3198a_noun-safety-5283952%201.png" loading="lazy" alt="" height="48" class="image-92"/><h3 class="heading-65">Safe and secure</h3><div class="text-block-56">2-factor authentication makes accessing your wallet both easy and secure</div></div></div></section><section class="marketplace-feature-section new"><div class="marketplace-feature-section-wrapper"><div class="div-block-48"><h1 class="home-header short">Get the most out of Vibrant with our growing marketplace</h1><p class="paragraph-18 align-center">We’re building a marketplace of new and exciting things you can do with your USDC and XLM balances.</p></div><div class="div-block-42"><div class="send-image-container align-right"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b3f5ea5cd2c655cca83_Illo.png" loading="lazy" sizes="(max-width: 479px) 51vw, (max-width: 767px) 247.5px, 100vw" srcset="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b3f5ea5cd2c655cca83_Illo-p-500.png 500w, https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/65016b3f5ea5cd2c655cca83_Illo.png 774w" alt="" class="image-93"/></div><div class="send-text-container"><p class="paragraph-18">• Purchase gift cards for yourself or to send to anyone in the world<br/><br/>•Purchase and send mobile top-ups to your loved ones back home<br/><br/>•Swap between USDC and XLM for zero fees<br/><br/>•More coming soon!</p></div></div></div></section><div class="faq-section black"><div class="faq-wrapper"><h1 class="faq-header white">FAQ</h1><div class="faq-item-container"><div class="question-container"><div class="q-container"><h5 class="faq-q">Does Vibrant charge any fees for receiving payments?</h5></div><div class="a-container"><p class="faq-a">Vibrant does not charge any fees for both receivers and senders.</p></div></div></div><div class="faq-item-container"><div class="question-container"><div class="q-container"><h5 class="faq-q">What can I do after receiving a payment on Vibrant?</h5></div><div class="a-container"><p class="faq-a">You are able to hold, send, or cash out to your local currency through the Vibrant wallet.</p></div></div></div><div class="faq-item-container"><div class="question-container"><div class="q-container"><h5 class="faq-q">How can my family members, friends or customers pay me if they don’t have any USDC?</h5></div><div class="a-container"><p class="faq-a">They can buy USDC with Vibrant easily. We offer multiple payment methods including cash, credit cards, debit cards, and Apple Pay.</p></div></div></div></div></div><div class="master-footer"><div class="footer-flext-wrapper"><div class="footer-copy-wrapper"><div class="logo-lockup-wrapper"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/608a239e48e4e91787fc089e_White%20Vibrant%20Logo.svg" loading="eager" alt="" class="white-vibrant-logo"/><div class="powered-by">Powered by</div><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/608a242b2f394fa3a5143566_SDF%20Logo.svg" loading="eager" alt="" class="sdf-logo"/></div><div class="footer-link-organizing-wrapper"><div class="footer-link-line-item"><h4 class="footer-title-header">Products</h4><a href="/send-digital-dollar-internationally" class="footer-link-item">Send</a><a href="/receive-payment" class="footer-link-item">Receive</a><a href="https://stellar.org/usdc" target="_blank" class="footer-link-item">About Stellar USDC</a></div><div class="footer-link-line-item"><h4 class="footer-title-header">Legal</h4><a href="/terms/terms-of-service" class="footer-link-item">Terms of service</a><a href="/terms/privacy-policy" class="footer-link-item">Privacy Policy</a></div><div class="footer-link-line-item"><h4 class="footer-title-header">Company</h4><a href="/mission" class="footer-link-item">Our Mission</a><a href="https://job-boards.greenhouse.io/vibrant" class="footer-link-item">Careers</a></div><div class="footer-link-line-item"><h4 class="footer-title-header">Resources</h4><a href="/blog" class="footer-link-item">Blog</a><a href="https://help.vibrantapp.com/hc/es-ar" target="_blank" class="footer-link-item">Support</a></div></div><div class="footer-download-link-container"><a href="https://vibrant.sng.link/D0y60/3z9m" target="_blank" class="app-button-light w-inline-block"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/60afb2ea4f6987277b799d2e_google-play%201.png" loading="lazy" alt="Descargá Vibrant app en Google Play (Android)" class="play-logo"/><div class="dark-app-store-link">Google Play</div></a><a href="https://vibrant.sng.link/D0y60/kts8" target="_blank" class="app-button-light w-inline-block"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/60afb30c4f69871220799de6_apple%201.png" loading="lazy" alt="Descargá Vibrant app en el app store (iOS)" class="play-logo"/><div class="dark-app-store-link">App Store</div></a></div></div><div class="footer-link-wrapper"><div class="footer-link-container"><a href="https://www.instagram.com/vibrantwallet/" target="_blank" class="social-link-lockup w-inline-block"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/608ad4f64134921e5c2b7840_instagram%20(3)%201.svg" loading="lazy" alt="" class="social-logo-link"/><div class="white-footer-social-link">Instagram</div></a><a href="https://www.facebook.com/vibrantwallet" target="_blank" class="social-link-lockup w-inline-block"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/608ad761e5705d50f7b72db5_facebook%201.svg" loading="lazy" alt="" class="social-logo-link"/><div class="white-footer-social-link">Facebook</div></a><a href="https://twitter.com/vibrantwallet" target="_blank" class="social-link-lockup w-inline-block"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/608c7cd3076cd10c20d4c327_icons8-twitter.svg" loading="lazy" alt="" class="social-logo-link"/><div class="white-footer-social-link">Twitter</div></a><a href="https://www.linkedin.com/company/vibrantapp/" target="_blank" class="social-link-lockup w-inline-block"><img src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/608c7cd38637276c147ca47a_icons8-linkedin.svg" loading="lazy" alt="" class="social-logo-link"/><div class="white-footer-social-link">LinkedIn</div></a></div></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=5f96d344ab2f71b1d1961172" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/5f96d344ab2f71b1d1961172/js/vibrant-cash-2.2d3a22e2b8447b026002277fb8a1be34.js" type="text/javascript"></script><!-- Start Weglot --> <script type="text/javascript" src="https://cdn.weglot.com/weglot.min.js"></script> <script> Weglot.initialize({ api_key: 'wg_e8502fb89998b59f869416ca915857500', switchers: [ { location: { target: "body" } } ] }); </script> <!-- End Weglot--></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10