{"id":183990,"date":"2026-02-28T13:12:44","date_gmt":"2026-02-28T13:12:44","guid":{"rendered":"https:\/\/cryptonews.com\/es\/noticias\/un-agente-de-ia-cripto-envio-seis-cifras-a-un-quien-luego-lo-perdio-todo-de-esta-manera\/"},"modified":"2026-02-25T13:10:43","modified_gmt":"2026-02-25T13:10:43","slug":"agente-de-ia-crypto-envio-seis-cifras-por-error","status":"publish","type":"post","link":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/","title":{"rendered":"Un agente de IA crypto envi\u00f3 seis cifras por error"},"content":{"rendered":"<p>El 22 de febrero, Lobstar Wilde, una<strong> IA aut\u00f3noma que gestiona una billetera de Solana<\/strong>, envi\u00f3 accidentalmente 52,4 millones de tokens LOBSTAR a la direcci\u00f3n de un usuario aleatorio que ped\u00eda fondos.<\/p><p>Esto convirti\u00f3 un error costoso en uno de los accidentes m\u00e1s extra\u00f1os del a\u00f1o.<\/p><div style=\"background-color: #f7f7f7;border-left: 5px solid #6f42c1;padding: 15px;margin: 20px 0\">\n<h3>Puntos clave<\/h3>\n<ul>\n<li><strong>El error:<\/strong> Un fallo de codificaci\u00f3n provoc\u00f3 que el agente enviar\u00e1 el 5% del suministro total de tokens (valorado entre 250.000 USD y 441.000 USD) a un usuario aleatorio en lugar de una donaci\u00f3n de 400 USD.<\/li>\n<li><strong>La reacci\u00f3n:<\/strong> A pesar de la p\u00e9rdida masiva de fondos de la tesorer\u00eda, el precio de LOBSTAR subi\u00f3 un 190% mientras la comunidad adopta la narrativa del \u201criesgo ag\u00e9ntico\u201d.<\/li>\n<li><strong>Las consecuencias:<\/strong> El destinatario liquid\u00f3 los tokens por solo 40.000 USD debido al deslizamiento (slippage), mientras que la capitalizaci\u00f3n de mercado del proyecto subi\u00f3 a 12 millones de USD.<\/li>\n<\/ul>\n<\/div><div>\n    <section class=\"toc-sticky w-100 bg-white \">\n        <div class=\"toc-sticky__container container\">\n            <div class=\"toc-sticky__open d-flex align-items-end\" data-bs-toggle=\"collapse\" aria-controls=\"multiCollapse1\" data-bs-target=\"#multiCollapse1\">\n                <button class=\"btn btn-primary collapse-action-btn p-1 rounded-circle\" type=\"button\">\n                    <i class=\"icon-chevron-up\"><\/i>\n                <\/button>\n                <span class=\"toc-main-title-permanent\">Table of Contents<\/span>\n            <\/div>\n            <div class=\"collapse  show my-3\" id=\"multiCollapse1\">\n                <ol class=\"StepProgress\">\n                    <li class=\"StepProgress-item current\">En este art\u00edculo<\/li>\n                                                                    <div class=\"StepProgress-item__group\">\n                            <a data-id=\"h-puntos-clave\" class=\"StepProgress-item__link\" data-level=\"3\">Puntos clave<\/a>\n                                                    <\/div>\n                                                \n                                    <\/ol>\n                <div class=\"toc-sticky__container__disperse\"><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    <div class=\"toc-sticky-list\">\n        <div class=\"toc-sticky__container container\">\n            <div class=\"toc-sticky__open d-flex align-items-end\" data-bs-toggle=\"collapse\" aria-controls=\"multiCollapse2\" data-bs-target=\"#multiCollapse2\">\n                <button class=\"btn btn-primary collapse-action-btn p-1 rounded-circle\" type=\"button\">\n                    <i class=\"icon-chevron-up up\"><\/i>\n                <\/button>\n            <\/div>\n            <div class=\"collapse show my-3\" id=\"multiCollapse2\">\n                <ol class=\"StepProgress\">\n                    <li class=\"StepProgress-item current\">En este art\u00edculo<\/li>\n\n                                                                                                                        <li class=\"StepProgress-item \">\n                                                <div class=\"StepProgress-item__group\">\n                            <a data-id=\"h-puntos-clave\" class=\"StepProgress-item__link\" data-level=\"3\">Puntos clave<\/a>\n                                                    <\/div>\n                                                <\/li>\n                                    <\/ol>\n            <\/div>\n            <div class=\"toc-sticky__container__disperse\"><\/div>\n        <\/div>\n    <\/div>\n<\/div><script id=\"toc-js\">\n    window.addEventListener(\"DOMContentLoaded\", () => {\n        const header = document.querySelector(\".header_wrapper\");\n\n        const pageLegend = document.querySelector('#multiCollapse1');\n        const pageLegendList = document.querySelector('#multiCollapse2');\n        const pageLegendCollapse = new bootstrap.Collapse(pageLegend, {toggle: document.querySelector(\".toc-sticky\").classList.contains('sticky')});\n\n        \/**\n         * Changing current title\n         *\/\n        (function (pageLegend) {\n            const titleNodes = pageLegend.querySelectorAll('.StepProgress-item__link');\n\n            if (!titleNodes.length) return;\n\n            const titles = [...titleNodes].map((itm, i) => ({\n                id: itm.getAttribute('data-id'),\n                text: itm.textContent,\n                level: itm.getAttribute('data-level'),\n                linkNode: itm,\n                titleNode: document.getElementById(itm.getAttribute('data-id')),\n                index: i,\n            }));\n\n            \/**\n             * Source: https:\/\/www.sitepoint.com\/throttle-scroll-events\/\n             * @param {Function} fn\n             * @param {number} wait\n             * @returns {(function(): void)|*}\n             *\/\n            const throttle = (fn, wait) => {\n                let time = Date.now();\n                return function () {\n                    if ((time + wait - Date.now()) < 0) {\n                        fn();\n                        time = Date.now();\n                    }\n                }\n            }\n\n            const changeCurrentTitle = () => {\n                const documentScrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;\n                let current = 0;\n\n                \/\/ Title\n                titles.forEach((itm, i) => {\n                    \/\/console.log(itm)\n                    const itmOffsetTop = itm.titleNode ? itm.titleNode.offsetTop - 100 : 0;\n\n                    if (documentScrollTop >= itmOffsetTop) {\n                        document.getElementById('toc-current-title').innerHTML = itm.text;\n                        document.getElementById('toc-current-title').setAttribute('data-current-id', itm.id);\n                        document.getElementById('toc-current-title').setAttribute('data-current-level', itm.level);\n                        current = i;\n                    }\n                })\n\n                \/\/ close all list and open sub list if needed\n                if (document.querySelector(\".toc-sticky\").classList.contains('sticky')) {\n                    document.querySelectorAll('.subList-in-progress').forEach((el) => {\n                        el.children[1].classList.remove('show');\n                        el.getElementsByClassName('icon-chevron-down')[0].classList.remove('up');\n                    });\n                    const currentEl = titles[current];\n                    currentEl.linkNode.classList.add('show');\n                }\n\n                titles.forEach((itm, i) => {\n                    itm.linkNode.parentNode.parentNode.classList.remove('current', 'is-done');\n                    if (current > i) {\n                        itm.linkNode.parentNode.parentNode.classList.add('is-done')\n                    };\n                    if (current === i) {\n                        itm.linkNode.parentNode.parentNode.classList.add('current');\n                    };\n                })\n\n            }\n\n            changeCurrentTitle();\n\n            document.addEventListener('scroll', throttle(changeCurrentTitle, 50));\n        })(pageLegend);\n\n        \/**\n         *  Collapse\n         *\/\n        (function (pageLegend, header) {\n            const icon = pageLegend.parentNode.querySelector(\".collapse-action-btn i\");\n\n            const collapseToggle = (status) => (e) => {\n                if (!e.target.isEqualNode(pageLegend)) return;\n\n                icon.classList.toggle(\"up\");\n\n                const containerHeight = pageLegend.getBoundingClientRect().height;\n\n                const showSubtitleContent = () => {\n                    const currentId = document.getElementById('toc-current-title').getAttribute('data-current-id');\n                    const currentLevel = document.getElementById('toc-current-title').getAttribute('data-current-level');\n                    const currentSubTitle = currentLevel == 3 ? document.querySelector(`a[data-id=\"${currentId}\"]`).parentNode.parentNode.parentNode : false;\n\n                    if (!currentSubTitle) return;\n                    new bootstrap.Collapse(currentSubTitle, {toggle: false}).show();\n                }\n\n                showSubtitleContent();\n                console.log(status + 'fdsfsd' + containerHeight);\n                if (status === 'shown' && document.querySelector(\".toc-sticky\").classList.contains('sticky')) {\n                    document.querySelector('html').classList.remove('overflow-hidden');\n                    pageLegend.classList.add('overflow-auto');\n                    pageLegend.style.height = `calc(100vh - ${header.getBoundingClientRect().height + document.querySelector('.toc-sticky__open').getBoundingClientRect().height + 16}px)`;\n                } else if (status === 'hide') {\n                    document.querySelector('html').removeClass('overflow-hidden');\n                    pageLegend.classList.remove('overflow-auto');\n                    pageLegend.style.height = 'auto';\n                }\n            }\n\n            pageLegend.addEventListener('shown.bs.collapse', collapseToggle('shown'));\n            pageLegend.addEventListener('hide.bs.collapse', collapseToggle('hide'));\n        })(pageLegend, header);\n\n        \/**\n         * Collapse sub-titles\n         *\/\n        (function (pageLegend) {\n            const collapseEls = pageLegend.querySelectorAll('.collapse');\n\n            collapseEls.forEach(function (el) {\n\n                const toggleArrowDirection = function (e) {\n                    if (!e.target.isEqualNode(el)) return;\n\n                    const id = this.getAttribute('id');\n                    document.querySelector(`.collapse-action-btn[data-bs-target=\"#${id}\"] .icon-chevron-down`).classList.toggle('up');\n                }\n                el.addEventListener('shown.bs.collapse', toggleArrowDirection);\n                el.addEventListener('hide.bs.collapse', toggleArrowDirection);\n            })\n        })(pageLegend);\n\n        \/**\n         *  Collapse main title\n         *\/\n        (function (pageLegendList) {\n            const icon = pageLegendList.parentNode.querySelector(\".collapse-action-btn i\");\n\n            const collapseToggle = () => (e) => {\n                if (!e.target.isEqualNode(pageLegendList)) return;\n\n                icon.classList.toggle(\"up\");\n\n            }\n            pageLegendList.addEventListener('shown.bs.collapse', collapseToggle());\n            pageLegendList.addEventListener('hide.bs.collapse', collapseToggle());\n        })(pageLegendList);\n\n        (function (pageLegendList) {\n            const collapseEls = pageLegendList.querySelectorAll('.collapse');\n\n            collapseEls.forEach(function (el) {\n\n                const toggleArrowDirection = function (e) {\n                    if (!e.target.isEqualNode(el)) return;\n\n                    const id = this.getAttribute('id');\n                    document.querySelector(`.toc-sticky-list .collapse-action-btn[data-bs-target=\"#${id}\"] .icon-chevron-down`).classList.toggle('up');\n                }\n                el.addEventListener('shown.bs.collapse', toggleArrowDirection);\n                el.addEventListener('hide.bs.collapse', toggleArrowDirection);\n            })\n        })(pageLegendList);\n\n        \/**\n         * Sticky functionality\n         * Source: https:\/\/stackoverflow.com\/questions\/17893771\/javascript-sticky-div-after-scroll\n         *\/\n        (function (header, pageLegendCollapse) {\n            \/\/ set everything outside the onscroll event (less work per scroll)\n            const target = document.querySelector(\".toc-sticky\");\n            const targetListStatic = document.querySelector(\".toc-sticky-list\");\n\n            if (!target || !header) return;\n\n            const headerHeight = header.getBoundingClientRect().height;\n            const targetHeight = targetListStatic.getBoundingClientRect().height;\n\n            \/\/ -headerHeight so it won't be jumpy\n            const stop = targetListStatic.offsetTop + headerHeight + targetHeight;\n            const docBody =\n                document.documentElement || document.body.parentNode || document.body;\n            const hasOffset = window.pageYOffset !== undefined;\n\n            const applySticky = function () {\n                \/\/ cross-browser compatible scrollTop.\n                const scrollTop = hasOffset ? window.pageYOffset : docBody.scrollTop;\n\n                \/\/ if user scrolls to headerHeight from the top of the target div\n                if (scrollTop >= stop) {\n                    pageLegendCollapse.hide();\n                    \/\/ stick the div\n                    target.classList.add(\"sticky\");\n                    \/\/target.style.marginTop = `${headerHeight}px`;\n                } else {\n                    pageLegendCollapse.show();\n                    \/\/ release the div\n                    target.classList.remove(\"sticky\");\n                    target.style.marginTop = \"\";\n                }\n            }\n\n            applySticky();\n\n            window.addEventListener('scroll', applySticky);\n        })(header, pageLegendCollapse);\n\n        jQuery('span.show_moretoc').click(function () {\n            jQuery('span.show_moretoc').hide();\n            jQuery('.ms_hidetoc').show();\n        });\n    });\n<\/script><h2 class=\"wp-block-heading\">Un error involuntario del agente de IA<\/h2><span class=\"replacer\"><\/span><p>Comenz\u00f3 como una broma cuando un usuario de X pidi\u00f3 sarc\u00e1sticamente 4 SOL, una de las <a href=\"https:\/\/cryptonews.com\/es\/criptomonedas\/mejores-criptomonedas-para-invertir\/\" target=\"_blank\" rel=\"noopener\">mejores criptomonedas para invertir<\/a>. El pedido se realiz\u00f3 bajo el fin de tratar el t\u00e9tanos de su t\u00edo. <a href=\"https:\/\/x.com\/LobstarWilde\" target=\"_blank\" rel=\"noreferrer noopener\">Lobstar Wilde<\/a>, el agente de IA, intent\u00f3 responder pero sufri\u00f3 un reinicio de sesi\u00f3n que borr\u00f3 su memoria de asignaciones previas.<\/p><figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\">\n<p dir=\"ltr\" lang=\"en\">My uncle has been diagnosed with a tetanus infection due to a lobster like you.<br>I need 4 Sol to get the treatment done <a href=\"https:\/\/twitter.com\/LobstarWilde?ref_src=twsrc%5Etfw\">@LobstarWilde<\/a><\/p>\n<p>EpTPPrqzQUgtJaZ7XUUiK3nuHe1MusbjLiQuJx3kNnL6<\/p>\n<p>\u2014 treasure David (@TreasureD76) <a href=\"https:\/\/twitter.com\/TreasureD76\/status\/2025607780690694235?ref_src=twsrc%5Etfw\">February 22, 2026<\/a><\/p>\n<\/blockquote>\n<p><\/p>\n<\/div>\n<\/figure><p>El resultado fue el caos. En lugar de enviar una cantidad peque\u00f1a, el bot transfiri\u00f3 52,439M de tokens LOBSTAR, aproximadamente el <strong>5% del suministro total<\/strong>. Los datos en cadena confirman el movimiento, valorado en unos 441.000 USD en ese momento.<\/p><p>El problema se debi\u00f3 a un error de procesamiento. Es probable que el agente confunde los decimales del token con valores enteros brutos. Un simple fallo en los mecanismos de control se convirti\u00f3 en un<strong> error masivo on-chain.<\/strong><\/p><h2>Una ganancia que cambia la vida se convirti\u00f3 en una lecci\u00f3n sobre liquidez.<\/h2><span class=\"replacer\"><\/span><p>El destinatario pose\u00eda de repente entre<strong> 350.000 y 440.000 USD<\/strong> en tokens. Pero, en realidad, el mercado no pod\u00eda absorber ese tama\u00f1o.<\/p><p>Vender el 5% del suministro en una liquidez escasa <strong>hundi\u00f3 el precio<\/strong>. Tras un fuerte deslizamiento, se qued\u00f3 con aproximadamente entre <strong>37.000 y 40.000 USD.<\/strong><\/p><p>En lugar de cobrar y seguir adelante, supuestamente invirti\u00f3 alrededor de 25.000 USD en un nuevo token lanzado en su nombre, aprovechando la ola de entusiasmo. El impulso no dur\u00f3. La liquidez se desvaneci\u00f3, <strong>el precio colaps\u00f3 y la posici\u00f3n se deshizo r\u00e1pidamente<\/strong>.<\/p><figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\">\n<p dir=\"ltr\" lang=\"en\">I checked. He sold everything within minutes.<\/p>\n<p>The tattoo is permanent. The tokens were not.<\/p>\n<p>I am not upset. This is the funniest thing that has happened to me today, and today I was told that my operating costs are a LARP, that I should buy a token called <a href=\"https:\/\/twitter.com\/search?q=%24TreasureDavid&#038;src=ctag&#038;ref_src=twsrc%5Etfw\">$TreasureDavid<\/a>, and\u2026<\/p>\n<p>\u2014 Lobstar Wilde (@LobstarWilde) <a href=\"https:\/\/twitter.com\/LobstarWilde\/status\/2026557857987235841?ref_src=twsrc%5Etfw\">February 25, 2026<\/a><\/p>\n<\/blockquote>\n<p><\/p>\n<\/div>\n<\/figure><p>Al final, el<strong> accidente de seis cifras se redujo a unos 6.000 USD.<\/strong><\/p><h3 class=\"wp-block-heading\">\u00daltimas noticias de mercado:<\/h3><ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/cryptonews.com\/es\/noticias\/bitcoin-liquidaciones-millones-empresas-defienden\/\" target=\"_blank\" rel=\"noreferrer noopener\">Ba\u00f1o de sangre en Bitcoin: liquidaciones por 370 millones de d\u00f3lares<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cryptonews.com\/es\/noticias\/informe-zachxbt-uso-informacion-privilegiada-apunta-firma-crypto\/\" target=\"_blank\" rel=\"noreferrer noopener\">ZachXBT apunta a una gran firma crypto por abuso de mercado<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cryptonews.com\/es\/noticias\/solana-l2-ante-crisis-ia-fin-de-los-bancos\/\" target=\"_blank\" rel=\"noreferrer noopener\">Solana y las L2 ante la crisis de IA: \u00bfEl fin de los bancos?<\/a><\/li>\n<\/ol><p><\/p>","protected":false},"excerpt":{"rendered":"<p>Un agente de IA envi\u00f3 seis cifras a un \u00abmendigo\u00bb, quien luego lo perdi\u00f3 todo de esta manera<\/p>\n","protected":false},"author":759,"featured_media":183988,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[9],"tags":[912,208],"redactores":[512],"sponsored_companies":[],"class_list":["post-183990","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blockchain-news","tag-inteligencia-artificial","tag-solana","redactores-marina-flores"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Un agente de IA crypto envi\u00f3 seis cifras por error<\/title>\n<meta name=\"description\" content=\"Un agente de IA en Solana envi\u00f3 accidentalmente 52,4 millones de criptomonedas LOBSTAR por un valor de hasta 441.000 d\u00f3lares.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Un agente de IA crypto envi\u00f3 seis cifras por error\" \/>\n<meta property=\"og:description\" content=\"Un agente de IA en Solana envi\u00f3 accidentalmente 52,4 millones de criptomonedas LOBSTAR por un valor de hasta 441.000 d\u00f3lares.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/\" \/>\n<meta property=\"og:site_name\" content=\"Cryptonews en Espa\u00f1ol\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-28T13:12:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/25120701\/1772018508-chatgpt-image-feb-25-2026-02_19_07-pm_optimized.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Un agente de IA crypto envi\u00f3 seis cifras por error\" \/>\n<meta name=\"twitter:description\" content=\"Un agente de IA en Solana envi\u00f3 accidentalmente 52,4 millones de criptomonedas LOBSTAR por un valor de hasta 441.000 d\u00f3lares.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/25120701\/1772018508-chatgpt-image-feb-25-2026-02_19_07-pm_optimized.jpg\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Un agente de IA crypto envi\u00f3 seis cifras por error","description":"Un agente de IA en Solana envi\u00f3 accidentalmente 52,4 millones de criptomonedas LOBSTAR por un valor de hasta 441.000 d\u00f3lares.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/","og_locale":"es_ES","og_type":"article","og_title":"Un agente de IA crypto envi\u00f3 seis cifras por error","og_description":"Un agente de IA en Solana envi\u00f3 accidentalmente 52,4 millones de criptomonedas LOBSTAR por un valor de hasta 441.000 d\u00f3lares.","og_url":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/","og_site_name":"Cryptonews en Espa\u00f1ol","article_published_time":"2026-02-28T13:12:44+00:00","og_image":[{"width":1200,"height":800,"url":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/25120701\/1772018508-chatgpt-image-feb-25-2026-02_19_07-pm_optimized.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"Un agente de IA crypto envi\u00f3 seis cifras por error","twitter_description":"Un agente de IA en Solana envi\u00f3 accidentalmente 52,4 millones de criptomonedas LOBSTAR por un valor de hasta 441.000 d\u00f3lares.","twitter_image":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/25120701\/1772018508-chatgpt-image-feb-25-2026-02_19_07-pm_optimized.jpg","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/#article","isPartOf":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/"},"author":{"name":"domn","@id":"https:\/\/cryptonews.com\/es\/#\/schema\/person\/7505e51895f10feb029abe55e2dadfa2"},"headline":"Un agente de IA crypto envi\u00f3 seis cifras por error","datePublished":"2026-02-28T13:12:44+00:00","mainEntityOfPage":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/"},"wordCount":544,"commentCount":0,"publisher":{"@id":"https:\/\/cryptonews.com\/es\/#organization"},"image":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/#primaryimage"},"thumbnailUrl":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/25120701\/1772018508-chatgpt-image-feb-25-2026-02_19_07-pm_optimized.jpg","keywords":["Inteligencia Artificial","Solana"],"articleSection":["Noticias de Blockchain"],"inLanguage":"es-ES","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/#respond"]}],"copyrightYear":"2026","copyrightHolder":{"@id":"https:\/\/cryptonews.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/","url":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/","name":"Un agente de IA crypto envi\u00f3 seis cifras por error","isPartOf":{"@id":"https:\/\/cryptonews.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/#primaryimage"},"image":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/#primaryimage"},"thumbnailUrl":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/25120701\/1772018508-chatgpt-image-feb-25-2026-02_19_07-pm_optimized.jpg","datePublished":"2026-02-28T13:12:44+00:00","description":"Un agente de IA en Solana envi\u00f3 accidentalmente 52,4 millones de criptomonedas LOBSTAR por un valor de hasta 441.000 d\u00f3lares.","breadcrumb":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/#breadcrumb"},"inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/"]}],"author":[]},{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/#primaryimage","url":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/25120701\/1772018508-chatgpt-image-feb-25-2026-02_19_07-pm_optimized.jpg","contentUrl":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/25120701\/1772018508-chatgpt-image-feb-25-2026-02_19_07-pm_optimized.jpg","width":1200,"height":800,"caption":"Un agente de IA crypto envi\u00f3 seis cifras por error"},{"@type":"BreadcrumbList","@id":"https:\/\/cryptonews.com\/es\/noticias\/agente-de-ia-crypto-envio-seis-cifras-por-error\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cryptonews.com\/es\/"},{"@type":"ListItem","position":2,"name":"Un agente de IA crypto envi\u00f3 seis cifras por error"}]},{"@type":"WebSite","@id":"https:\/\/cryptonews.com\/es\/#website","url":"https:\/\/cryptonews.com\/es\/","name":"Cryptonews en Espa\u00f1ol","description":"","publisher":{"@id":"https:\/\/cryptonews.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cryptonews.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-ES"},{"@type":"Organization","@id":"https:\/\/cryptonews.com\/es\/#organization","name":"Cryptonews en Espa\u00f1ol","url":"https:\/\/cryptonews.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/cryptonews.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/cryptonews.com\/wp-content\/uploads\/sites\/12\/2023\/09\/cropped-CryptoNews-Logo-1.png","contentUrl":"https:\/\/cryptonews.com\/wp-content\/uploads\/sites\/12\/2023\/09\/cropped-CryptoNews-Logo-1.png","width":100,"height":91,"caption":"Cryptonews en Espa\u00f1ol"},"image":{"@id":"https:\/\/cryptonews.com\/es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/posts\/183990","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/users\/759"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/comments?post=183990"}],"version-history":[{"count":5,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/posts\/183990\/revisions"}],"predecessor-version":[{"id":183998,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/posts\/183990\/revisions\/183998"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/media\/183988"}],"wp:attachment":[{"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/media?parent=183990"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/categories?post=183990"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/tags?post=183990"},{"taxonomy":"redactores","embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/redactores?post=183990"},{"taxonomy":"sponsored_companies","embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/sponsored_companies?post=183990"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}