BTCC / BTCC Square / CryptonewsES /
¡Gran noticia! La billetera TON ya está operativa en Telegram para usuarios de EE.UU.

¡Gran noticia! La billetera TON ya está operativa en Telegram para usuarios de EE.UU.

Published:
2025-07-23 07:04:36

Telegram acaba de eliminar las barreras para los usuarios estadounidenses: la integración de la billetera TON ya está activa.

¿El resultado? Acceso instantáneo a transacciones con criptomonedas sin salir de la app. Bancos tradicionales, mejor que tomen nota.

Con esta jugada, Telegram consolida su apuesta por el ecosistema crypto—y de paso, le da un codazo al sistema financiero heredado. ¿Será suficiente para convencer a los escépticos? Solo el tiempo—y las comisiones ridículamente bajas—lo dirán.

Una billetera cripto integrada directamente en la app

TON Wallet ya aparece en el menú de Telegram como parte del ecosistema de TON Space, ofreciendo una solución de autocustodia para almacenar, enviar y recibir activos digitales como,y otros tokens del mismo entorno.

BREAKING NEWS: TON Wallet is now live in the US!

Users in the United States can now access TON Wallet – right inside Telegram: https://t.co/prFH3bPT77

Buy and trade USDT, TON and hundreds of other tokens
Send crypto to friends in DMs
Convert dollars to crypto with… pic.twitter.com/7qiyVIaICI

— TON Wallet (@tonwallet_tg) July 22, 2025

Entre sus características se incluyen transferencias rápidas que imitan el envío de mensajes, la posibilidad de adquirir criptomonedas sin comisiones ocultas usando tarjetas de crédito, Apple Pay o Google Pay, y también retiros directos a tarjetas bancarias.

Además, la wallet anónima se conecta a plataformas de intercambio comoy, permitiendo swaps, staking y trading sin abandonar Telegram. Su diseño pone énfasis en la simplicidad, sin dejar de lado herramientas avanzadas para usuarios más experimentados.

Algo similar ocurre con Best Wallet, que además de permitir comprar Best Wallet token, cuenta con innumerables herramientas, entre la que destaca “nuevos tokens”, que da acceso a nuevas preventas desde la misma wallet.

Medidas contra el fraude y visión a futuro

El despliegue en Estados Unidos no solo representa una ampliación geográfica. También incluye mejoras en, como filtros antifraude, listas blancas y negras, y una futura funcionalidad de emulación de transacciones. Según el director de producto Egor Danilov, el objetivo es “crear un entorno de confianza” para quienes operan dentro del ecosistema de Telegram.

Estas herramientas no solo protegerán al usuario promedio de posibles estafas, sino que también aportan transparencia en un momento en el que las apps de mensajería buscan asumir nuevos roles dentro del sector financiero descentralizado. Esto puede convertir a TON en una de las mejores wallets de criptomonedas.

Estados Unidos, un mercado clave para TON

La decisión de activar TON Wallet en EE. UU. responde al interés creciente por activos digitales en ese país. Telegram cuenta con más de, lo que convierte esta región en una prioridad para The Open Platform.

Fuera de EE. UU., la billetera ya ha sido integrada en otras regiones clave, como Asia y Europa del Este. En total, más deactivaron la wallet solo en 2024.

El respaldo financiero al proyecto también es sólido: recientemente, The Open Platform cerró una ronda de inversión Serie A por, con participación de firmas comoy, alcanzando una valoración de.

Leer más:

  • Elon Musk se prepara para vender Bitcoin: SpaceX mueve 152 millones en BTC
  • Trump Media compra 2.000 millones en Bitcoin ¿nueva estrategia de tesorería de BTC?
  • Predicción de ChatGPT de XRP, Bitcoin y DOGE durante el Bull Run
Table of Contents
  • En este artículo
  • Una billetera cripto integrada directamente en la app Medidas contra el fraude y visión a futuro
  • Estados Unidos, un mercado clave para TON
  • Leer más:
  • En este artículo
  • Una billetera cripto integrada directamente en la app
  • Medidas contra el fraude y visión a futuro
  • Estados Unidos, un mercado clave para TON
  • Leer más:
  • window.addEventListener("DOMContentLoaded", () => { const header = document.querySelector(".header_wrapper"); const pageLegend = document.querySelector('#multiCollapse1'); const pageLegendList = document.querySelector('#multiCollapse2'); const pageLegendCollapse = new bootstrap.Collapse(pageLegend, {toggle: document.querySelector(".toc-sticky").classList.contains('sticky')}); /** * Changing current title */ (function (pageLegend) { const titleNodes = pageLegend.querySelectorAll('.StepProgress-item__link'); if (!titleNodes.length) return; const titles = [...titleNodes].map((itm, i) => ({ id: itm.getAttribute('data-id'), text: itm.textContent, level: itm.getAttribute('data-level'), linkNode: itm, titleNode: document.getElementById(itm.getAttribute('data-id')), index: i, })); /** * Source: https://www.sitepoint.com/throttle-scroll-events/ * @param {Function} fn * @param {number} wait * @returns {(function(): void)|*} */ const throttle = (fn, wait) => { let time = Date.now(); return function () { if ((time + wait - Date.now()) { const documentScrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0; let current = 0; // Title titles.forEach((itm, i) => { //console.log(itm) const itmOffsetTop = itm.titleNode ? itm.titleNode.offsetTop - 100 : 0; if (documentScrollTop >= itmOffsetTop) { document.getElementById('toc-current-title').innerHTML = itm.text; document.getElementById('toc-current-title').setAttribute('data-current-id', itm.id); document.getElementById('toc-current-title').setAttribute('data-current-level', itm.level); current = i; } }) // close all list and open sub list if needed if (document.querySelector(".toc-sticky").classList.contains('sticky')) { document.querySelectorAll('.subList-in-progress').forEach((el) => { el.children[1].classList.remove('show'); el.getElementsByClassName('icon-chevron-down')[0].classList.remove('up'); }); const currentEl = titles[current]; currentEl.linkNode.classList.add('show'); } titles.forEach((itm, i) => { itm.linkNode.parentNode.parentNode.classList.remove('current', 'is-done'); if (current > i) { itm.linkNode.parentNode.parentNode.classList.add('is-done') }; if (current === i) { itm.linkNode.parentNode.parentNode.classList.add('current'); }; }) } changeCurrentTitle(); document.addEventListener('scroll', throttle(changeCurrentTitle, 50)); })(pageLegend); /** * Collapse */ (function (pageLegend, header) { const icon = pageLegend.parentNode.querySelector(".collapse-action-btn i"); const collapseToggle = (status) => (e) => { if (!e.target.isEqualNode(pageLegend)) return; icon.classList.toggle("up"); const containerHeight = pageLegend.getBoundingClientRect().height; const showSubtitleContent = () => { const currentId = document.getElementById('toc-current-title').getAttribute('data-current-id'); const currentLevel = document.getElementById('toc-current-title').getAttribute('data-current-level'); const currentSubTitle = currentLevel == 3 ? document.querySelector(`a[data-id="${currentId}"]`).parentNode.parentNode.parentNode : false; if (!currentSubTitle) return; new bootstrap.Collapse(currentSubTitle, {toggle: false}).show(); } showSubtitleContent(); console.log(status + 'fdsfsd' + containerHeight); if (status === 'shown' && document.querySelector(".toc-sticky").classList.contains('sticky')) { document.querySelector('html').classList.remove('overflow-hidden'); pageLegend.classList.add('overflow-auto'); pageLegend.style.height = `calc(100vh - ${header.getBoundingClientRect().height + document.querySelector('.toc-sticky__open').getBoundingClientRect().height + 16}px)`; } else if (status === 'hide') { document.querySelector('html').removeClass('overflow-hidden'); pageLegend.classList.remove('overflow-auto'); pageLegend.style.height = 'auto'; } } pageLegend.addEventListener('shown.bs.collapse', collapseToggle('shown')); pageLegend.addEventListener('hide.bs.collapse', collapseToggle('hide')); })(pageLegend, header); /** * Collapse sub-titles */ (function (pageLegend) { const collapseEls = pageLegend.querySelectorAll('.collapse'); collapseEls.forEach(function (el) { const toggleArrowDirection = function (e) { if (!e.target.isEqualNode(el)) return; const id = this.getAttribute('id'); document.querySelector(`.collapse-action-btn[data-bs-target="#${id}"] .icon-chevron-down`).classList.toggle('up'); } el.addEventListener('shown.bs.collapse', toggleArrowDirection); el.addEventListener('hide.bs.collapse', toggleArrowDirection); }) })(pageLegend); /** * Collapse main title */ (function (pageLegendList) { const icon = pageLegendList.parentNode.querySelector(".collapse-action-btn i"); const collapseToggle = () => (e) => { if (!e.target.isEqualNode(pageLegendList)) return; icon.classList.toggle("up"); } pageLegendList.addEventListener('shown.bs.collapse', collapseToggle()); pageLegendList.addEventListener('hide.bs.collapse', collapseToggle()); })(pageLegendList); (function (pageLegendList) { const collapseEls = pageLegendList.querySelectorAll('.collapse'); collapseEls.forEach(function (el) { const toggleArrowDirection = function (e) { if (!e.target.isEqualNode(el)) return; const id = this.getAttribute('id'); document.querySelector(`.toc-sticky-list .collapse-action-btn[data-bs-target="#${id}"] .icon-chevron-down`).classList.toggle('up'); } el.addEventListener('shown.bs.collapse', toggleArrowDirection); el.addEventListener('hide.bs.collapse', toggleArrowDirection); }) })(pageLegendList); /** * Sticky functionality * Source: https://stackoverflow.com/questions/17893771/javascript-sticky-div-after-scroll */ (function (header, pageLegendCollapse) { // set everything outside the onscroll event (less work per scroll) const target = document.querySelector(".toc-sticky"); const targetListStatic = document.querySelector(".toc-sticky-list"); if (!target || !header) return; const headerHeight = header.getBoundingClientRect().height; const targetHeight = targetListStatic.getBoundingClientRect().height; // -headerHeight so it won't be jumpy const stop = targetListStatic.offsetTop + headerHeight + targetHeight; const docBody = document.documentElement || document.body.parentNode || document.body; const hasOffset = window.pageYOffset !== undefined; const applySticky = function () { // cross-browser compatible scrollTop. const scrollTop = hasOffset ? window.pageYOffset : docBody.scrollTop; // if user scrolls to headerHeight from the top of the target div if (scrollTop >= stop) { pageLegendCollapse.hide(); // stick the div target.classList.add("sticky"); //target.style.marginTop = `${headerHeight}px`; } else { pageLegendCollapse.show(); // release the div target.classList.remove("sticky"); target.style.marginTop = ""; } } applySticky(); window.addEventListener('scroll', applySticky); })(header, pageLegendCollapse); jQuery('span.show_moretoc').click(function () { jQuery('span.show_moretoc').hide(); jQuery('.ms_hidetoc').show(); }); });

    |Square

    Descárguese la aplicación BTCC para empezar su trayectoria cripto

    Empiece hoy mismo Escanéelo y únase a más de 100 millones de usuarios