{"id":183642,"date":"2026-02-20T09:25:00","date_gmt":"2026-02-20T09:25:00","guid":{"rendered":"https:\/\/cryptonews.com\/es\/noticias\/canary-y-grayscale-lanzan-etfs-de-sui-con-recompensas-por-staking-en-ee-uu\/"},"modified":"2026-02-19T15:25:04","modified_gmt":"2026-02-19T15:25:04","slug":"canary-grayscale-etfs-sui-staking","status":"publish","type":"post","link":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/","title":{"rendered":"Canary y Grayscale lanzan ETFs de Sui con recompensas por staking en EE. UU."},"content":{"rendered":"<p>La criptomoneda Sui acaba de entrar en las grandes ligas. Los primeros ETF de SUI ya est\u00e1n operativos en EE. UU., tras los lanzamientos realizados por <strong>Canary Capital y Grayscale<\/strong>. Adem\u00e1s, estos productos integran rendimientos por staking.<\/p><div id=\"key-takeaways\" style=\"background: #f7f7f7;padding: 20px;border-left: 5px solid #000;margin-bottom: 20px\">\n<h4>Conclusiones clave<\/h4>\n<ul>\n<li>El SUIS de Canary Capital cotiza activamente en el Nasdaq, mientras que el GSUI de Grayscale se lanz\u00f3 en la NYSE tras su conversi\u00f3n desde un trust.<\/li>\n<li>Ambos fondos ofrecen recompensas por staking, una caracter\u00edstica pionera para los ETFs de criptomonedas al contado en EE. UU. que permite a los inversores capturar el rendimiento de la red.<\/li>\n<li>Los listados llegan mientras SUI cotiza cerca de los 0,95 USD, con una ca\u00edda de aproximadamente el 40% en los \u00faltimos 30 d\u00edas en medio de una capitulaci\u00f3n general del mercado de altcoins.<\/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-conclusiones-clave\" class=\"StepProgress-item__link\" data-level=\"4\">Conclusiones 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-conclusiones-clave\" class=\"StepProgress-item__link\" data-level=\"4\">Conclusiones 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\">\u00bfPor qu\u00e9 son importantes los ETF de Sui con staking?<\/h2><span class=\"replacer\"><\/span><p>Si bien los <a href=\"https:\/\/cryptonews.com\/es\/criptomonedas\/bitcoin-etf\/\" target=\"_blank\" rel=\"noopener\">ETFs de Bitcoin<\/a> y Ethereum al contado han atra\u00eddo entradas por m\u00e1s de 140.000 millones de USD, carecen notablemente de mecanismos de staking debido a los obst\u00e1culos regulatorios iniciales.<\/p><p>Los nuevos <strong>ETFs de SUI de Canary y Grayscale<\/strong> s\u00ed pueden realizar staking de los tokens. Aprovechan el sistema de prueba de participaci\u00f3n delegada de Sui y obtienen recompensas. Ese rendimiento puede ayudar a compensar las comisiones de gesti\u00f3n habituales.<\/p><p>Para las instituciones, esto es un gran avance. No solo buscan exposici\u00f3n al precio, tambi\u00e9n quieren ingresos.<\/p><figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-486399\" src=\"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/19144213\/image-235-1024x299-1.png\" alt=\"\" width=\"1024\" height=\"299\">\n<figcaption class=\"wp-element-caption\">Fuente: Volumen de DEX en SUI \/ <a href=\"https:\/\/defillama.com\/dexs\/chain\/sui?groupBy=Monthly\" target=\"_blank\" rel=\"noreferrer noopener\">DefiLlama<\/a><\/figcaption>\n<\/figure><p>La demanda de productos m\u00e1s inteligentes est\u00e1 aumentando r\u00e1pidamente. Sin embargo, la propia red SUI ha estado en declive durante los \u00faltimos meses.<\/p><p>Estamos a mediados de enero y <strong>el volumen de los DEX se sit\u00faa en 3.000 millones de USD<\/strong>. Podr\u00eda superar el desempe\u00f1o de este enero, pero sigue siendo inferior a las cifras del a\u00f1o pasado.<\/p><h2 class=\"wp-block-heading\">Desglose de la estructura de los ETF<\/h2><span class=\"replacer\"><\/span><p>El ETF de Canary Capital cotiza en el Nasdaq bajo el ticker SUIS. Se rige por la Ley de 1940, lo que implica una supervisi\u00f3n m\u00e1s estricta.<\/p><p>Eso suele atraer al <strong>capital m\u00e1s cauteloso<\/strong>. El CEO Steven McClurg lo dej\u00f3 claro: los inversores obtienen acceso directo a las recompensas netas por staking.<\/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\">Just had my first <a href=\"https:\/\/twitter.com\/SteaknShake?ref_src=twsrc%5Etfw\">@SteaknShake<\/a> burger to celebrate launch of <a href=\"https:\/\/twitter.com\/search?q=%24SUI&#038;src=ctag&#038;ref_src=twsrc%5Etfw\">$SUI<\/a> etf.<br>Solid choice.<\/p>\n<p>\u2014 Steven McClurg (@stevenmcclurg) <a href=\"https:\/\/twitter.com\/stevenmcclurg\/status\/2024195351662538870?ref_src=twsrc%5Etfw\">February 18, 2026<\/a><\/p>\n<\/blockquote>\n<p><\/p>\n<\/div>\n<\/figure><p>Al mismo tiempo, Grayscale transform\u00f3 su antiguo trust de Sui en un ETF llamado <strong>GSUI en la NYSE<\/strong>. La <strong>comisi\u00f3n es del 0,35%<\/strong>, bonificada durante los primeros tres meses o hasta que los activos alcancen los 1.000 millones de USD.<\/p><p>Y aqu\u00ed est\u00e1 el detalle clave: el 100% de los tokens estaban en <a href=\"https:\/\/cryptonews.com\/es\/criptomonedas\/staking-criptomonedas\/\" target=\"_blank\" rel=\"noopener\">staking<\/a> en el momento del lanzamiento. Un movimiento cl\u00e1sico de Grayscale: convertir fideicomisos heredados en ETFs al contado y escalar r\u00e1pidamente.<\/p><h3 class=\"wp-block-heading\">\u00daltimas noticias de mercado hoy:<\/h3><ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/cryptonews.com\/es\/noticias\/ia-china-deepseek-predice-precio-xrp-pepe-shiba-inu\/\" target=\"_blank\" rel=\"noreferrer noopener\">La IA china DeepSeek predice el precio de XRP, PEPE y Shiba Inu para finales de 2026<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cryptonews.com\/es\/noticias\/hylq-strategy-invierte-en-qlabs-soluciones-cuanticas-hyperliquid\/\" target=\"_blank\" rel=\"noreferrer noopener\">HYLQ Strategy invierte en qLABS, pionera en soluciones cu\u00e1nticas de Hyperliquid<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cryptonews.com\/es\/noticias\/solana-enfrenta-desbloqueo-millonesque-significa\/\" target=\"_blank\" rel=\"noreferrer noopener\">Solana se enfrenta a un desbloqueo de tokens de 870 millones de d\u00f3lares: \u00bfqu\u00e9 significa esto para el precio de SOL?<\/a><\/li>\n<\/ol>","protected":false},"excerpt":{"rendered":"<p>Canary y Grayscale lanzan los primeros ETFs de Sui en EE. UU. con recompensas por staking<\/p>\n","protected":false},"author":759,"featured_media":183640,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[42],"tags":[124,179],"redactores":[512],"sponsored_companies":[],"class_list":["post-183642","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-finance-news","tag-altcoins","tag-etf","redactores-marina-flores"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Canary y Grayscale lanzan ETFs de Sui con staking<\/title>\n<meta name=\"description\" content=\"Los primeros ETF de SUI se acaban de lanzar en EE. UU., con rendimiento de staking incluido, \u00bfpuede esta nueva estructura reavivar Sui?\" \/>\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\/canary-grayscale-etfs-sui-staking\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Canary y Grayscale lanzan ETFs de Sui con staking\" \/>\n<meta property=\"og:description\" content=\"Los primeros ETF de SUI se acaban de lanzar en EE. UU., con rendimiento de staking incluido, \u00bfpuede esta nueva estructura reavivar Sui?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/\" \/>\n<meta property=\"og:site_name\" content=\"Cryptonews en Espa\u00f1ol\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-20T09:25:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/19144158\/1771505916-chatgpt-image-feb-19-2026-03_58_09-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=\"Canary y Grayscale lanzan ETFs de Sui con staking\" \/>\n<meta name=\"twitter:description\" content=\"Los primeros ETF de SUI se acaban de lanzar en EE. UU., con rendimiento de staking incluido, \u00bfpuede esta nueva estructura reavivar Sui?\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/19144158\/1771505916-chatgpt-image-feb-19-2026-03_58_09-pm_optimized.jpg\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Canary y Grayscale lanzan ETFs de Sui con staking","description":"Los primeros ETF de SUI se acaban de lanzar en EE. UU., con rendimiento de staking incluido, \u00bfpuede esta nueva estructura reavivar Sui?","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\/canary-grayscale-etfs-sui-staking\/","og_locale":"es_ES","og_type":"article","og_title":"Canary y Grayscale lanzan ETFs de Sui con staking","og_description":"Los primeros ETF de SUI se acaban de lanzar en EE. UU., con rendimiento de staking incluido, \u00bfpuede esta nueva estructura reavivar Sui?","og_url":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/","og_site_name":"Cryptonews en Espa\u00f1ol","article_published_time":"2026-02-20T09:25:00+00:00","og_image":[{"width":1200,"height":800,"url":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/19144158\/1771505916-chatgpt-image-feb-19-2026-03_58_09-pm_optimized.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"Canary y Grayscale lanzan ETFs de Sui con staking","twitter_description":"Los primeros ETF de SUI se acaban de lanzar en EE. UU., con rendimiento de staking incluido, \u00bfpuede esta nueva estructura reavivar Sui?","twitter_image":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/19144158\/1771505916-chatgpt-image-feb-19-2026-03_58_09-pm_optimized.jpg","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/#article","isPartOf":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/"},"author":{"name":"domn","@id":"https:\/\/cryptonews.com\/es\/#\/schema\/person\/7505e51895f10feb029abe55e2dadfa2"},"headline":"Canary y Grayscale lanzan ETFs de Sui con recompensas por staking en EE. UU.","datePublished":"2026-02-20T09:25:00+00:00","mainEntityOfPage":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/"},"wordCount":530,"commentCount":0,"publisher":{"@id":"https:\/\/cryptonews.com\/es\/#organization"},"image":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/#primaryimage"},"thumbnailUrl":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/19144158\/1771505916-chatgpt-image-feb-19-2026-03_58_09-pm_optimized.jpg","keywords":["Altcoins","ETF"],"articleSection":["Noticias de Finanzas"],"inLanguage":"es-ES","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/#respond"]}],"copyrightYear":"2026","copyrightHolder":{"@id":"https:\/\/cryptonews.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/","url":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/","name":"Canary y Grayscale lanzan ETFs de Sui con staking","isPartOf":{"@id":"https:\/\/cryptonews.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/#primaryimage"},"image":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/#primaryimage"},"thumbnailUrl":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/19144158\/1771505916-chatgpt-image-feb-19-2026-03_58_09-pm_optimized.jpg","datePublished":"2026-02-20T09:25:00+00:00","description":"Los primeros ETF de SUI se acaban de lanzar en EE. UU., con rendimiento de staking incluido, \u00bfpuede esta nueva estructura reavivar Sui?","breadcrumb":{"@id":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/#breadcrumb"},"inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/"]}],"author":[]},{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/#primaryimage","url":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/19144158\/1771505916-chatgpt-image-feb-19-2026-03_58_09-pm_optimized.jpg","contentUrl":"https:\/\/cimg.co\/wp-content\/uploads\/sites\/12\/2026\/02\/19144158\/1771505916-chatgpt-image-feb-19-2026-03_58_09-pm_optimized.jpg","width":1200,"height":800,"caption":"Canary y Grayscale lanzan ETFs de Sui con recompensas por staking en EE. UU."},{"@type":"BreadcrumbList","@id":"https:\/\/cryptonews.com\/es\/noticias\/canary-grayscale-etfs-sui-staking\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cryptonews.com\/es\/"},{"@type":"ListItem","position":2,"name":"Canary y Grayscale lanzan ETFs de Sui con recompensas por staking en EE. UU."}]},{"@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\/183642","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=183642"}],"version-history":[{"count":4,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/posts\/183642\/revisions"}],"predecessor-version":[{"id":183654,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/posts\/183642\/revisions\/183654"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/media\/183640"}],"wp:attachment":[{"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/media?parent=183642"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/categories?post=183642"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/tags?post=183642"},{"taxonomy":"redactores","embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/redactores?post=183642"},{"taxonomy":"sponsored_companies","embeddable":true,"href":"https:\/\/cryptonews.com\/es\/wp-json\/wp\/v2\/sponsored_companies?post=183642"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}