{"id":38429,"date":"2025-09-06T13:23:39","date_gmt":"2025-09-06T13:23:39","guid":{"rendered":"https:\/\/metachannelcorp.com\/tokenlab-tokenizacion-de-activos\/"},"modified":"2026-08-03T01:50:02","modified_gmt":"2026-08-03T01:50:02","slug":"tokenlab-asset-tokenization","status":"publish","type":"page","link":"https:\/\/metachannelcorp.com\/en\/strategic-capabilities\/tokenlab-asset-tokenization\/","title":{"rendered":"TokenLab: Tokenization of Assets"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"38429\" class=\"elementor elementor-38429 elementor-36067\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23014a3 thegem-e-con-layout-thegem e-flex e-con-boxed e-con e-parent\" data-id=\"23014a3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\r\n\t\t\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-d900693 flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-html\" data-id=\"d900693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n  .tokenlab-card{\r\n    --bg:#071a34; --bg-2:#0a2245; --ink:#e6f0ff; --muted:#9fb5d9;\r\n    --accent:#00c8ff; --accent-2:#00ffff; --radius:18px;\r\n    --gap: clamp(16px, 3vw, 28px);\r\n    font-family:\"Poppins\",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\r\n    color:var(--ink);\r\n    background:\r\n      radial-gradient(1200px 600px at 75% 30%, rgba(0,200,255,.15), transparent 60%),\r\n      radial-gradient(900px 500px at 20% 80%, rgba(0,255,255,.10), transparent 65%),\r\n      linear-gradient(180deg, var(--bg), var(--bg-2));\r\n    border-radius:var(--radius);\r\n    box-shadow:0 0 0 1px rgba(255,255,255,.06), 0 8px 30px rgba(0,0,0,.35);\r\n    padding:clamp(20px,3.5vw,40px);\r\n    position:relative;\r\n    overflow:hidden;           \/* recorta halos o sombras que se salgan *\/\r\n    display: flow-root;\r\n    margin-bottom: 0;\r\n  }\r\n\r\n  \/* ===== TOP layout ===== *\/\r\n  .tokenlab-card .top{\r\n    display:grid;\r\n    grid-template-columns: 1.2fr .8fr;\r\n    grid-template-areas: \"copy visual\";\r\n    gap: var(--gap);\r\n    align-items: center;\r\n  }\r\n  .left{ grid-area: copy; }\r\n  .right{ grid-area: visual; justify-self: end; display:flex; flex-direction:column; align-items:flex-end; gap:12px; }\r\n\r\n  .tokenlab-title{\r\n    font-weight:800; line-height:1.05;\r\n    font-size:clamp(28px,5.2vw,54px); letter-spacing:.2px;\r\n  }\r\n  .tokenlab-sub{\r\n    margin-top:.65rem;\r\n    font-size:clamp(15px,2.4vw,20px);\r\n    color:var(--muted);\r\n    max-width:42ch;\r\n  }\r\n\r\n  \/* ===== Logo como imagen ===== *\/\r\n  .tokenlab-logo{\r\n    display:flex; align-items:center; justify-content:flex-end;\r\n    width: 100%; gap:0; opacity:.95; margin-right:0;\r\n  }\r\n  .tokenlab-logo-img{\r\n    display:block; height:48px; width:auto; max-width:min(220px,40vw);\r\n  }\r\n\r\n  \/* ===== Hero (SVG) ===== *\/\r\n  .hero-graphic{ width:min(380px,48vw); max-width:100%; aspect-ratio:1\/1; filter:drop-shadow(0 10px 30px rgba(0,255,255,.15)); }\r\n  .hero-graphic svg{ width:100%; height:auto; display:block; }\r\n  .hero-graphic .halo-ring{\r\n    transform-origin: 200px 200px; stroke-linecap: round; stroke-dasharray: 12 12;\r\n    animation: ringSpin 22s linear infinite; opacity:.38;\r\n  }\r\n\r\n  \/* ===== Glow (halo externo) ===== *\/\r\n  .glow{\r\n    position:absolute; right:-120px; top:-80px; width:260px; height:260px; border-radius:50%;\r\n    background:radial-gradient(circle at 50% 50%, rgba(0,255,255,.18), transparent 60%);\r\n    filter:blur(18px); pointer-events:none; animation: haloPulse 6s ease-in-out infinite;\r\n  }\r\n\r\n  \/* ===== Animaciones ===== *\/\r\n  @keyframes haloPulse { 0%{transform:scale(1);filter:blur(16px);opacity:.32} 50%{transform:scale(1.06);filter:blur(22px);opacity:.48} 100%{transform:scale(1);filter:blur(16px);opacity:.32} }\r\n  @keyframes ringSpin { 0%{transform:rotate(0deg);stroke-dashoffset:0} 100%{transform:rotate(360deg);stroke-dashoffset:-320} }\r\n  @keyframes cubeFloat { 0%{transform:translateY(0) rotateX(0deg) rotateZ(0deg)} 50%{transform:translateY(-6px) rotateX(2deg) rotateZ(.6deg)} 100%{transform:translateY(0) rotateX(0deg) rotateZ(0deg)} }\r\n  .hero-graphic .cube{ animation: cubeFloat 7s ease-in-out infinite; transform-origin: center; }\r\n  .hero-graphic .twinkle-dot:nth-of-type(1){ animation: twinkle 3.6s ease-in-out infinite .1s; }\r\n  .hero-graphic .twinkle-dot:nth-of-type(2){ animation: twinkle 4.2s ease-in-out infinite .6s; }\r\n  .hero-graphic .twinkle-dot:nth-of-type(3){ animation: twinkle 3.8s ease-in-out infinite 1.1s; }\r\n  @keyframes twinkle { 0%,100%{opacity:.25;transform:scale(1)} 50%{opacity:.6;transform:scale(1.2)} }\r\n\r\n  \/* ===== Contenido restante ===== *\/\r\n  .tokenlab-sections{ margin-top:clamp(18px,3vw,28px); display:grid; gap:var(--gap); }\r\n  .section{ background:rgba(9,24,50,.6); border:1px solid rgba(255,255,255,.06); border-radius:16px; padding:clamp(16px,2.5vw,22px); backdrop-filter:blur(6px); }\r\n  .section h3{ font-size:clamp(20px,3.2vw,24px); margin:0 0 .8rem 0; }\r\n  .section p,.section li,.meta{ color:var(--muted); font-size:clamp(14px,2.2vw,16px); line-height:1.6; }\r\n  .section p + p { margin-top: 1rem; }\r\n  .section b, .section strong { color: var(--ink); }\r\n  .phases, .offer-cards { display:grid; gap:12px; }\r\n  .phases{ grid-template-columns:repeat(3,minmax(0,1fr)); }\r\n  .offer-cards { grid-template-columns:repeat(2,minmax(0,1fr)); gap: var(--gap); }\r\n  .phase{ border:1px solid rgba(0,255,255,.18); border-radius:12px; padding:16px; background:linear-gradient(180deg, rgba(0,200,255,.10), rgba(0,255,255,.06)); }\r\n  .phase .tag{ display:inline-flex; align-items:center; gap:8px; font-weight:700; letter-spacing:.2px; color:#bff6ff; margin-bottom:10px; }\r\n  .phase svg{ width:20px;height:20px; opacity:.9 }\r\n  .phase b, .phase h4 { color:#eaf6ff; font-size: 1.1em; margin: 0; }\r\n  .phase p { font-size: .95em; margin-top: .5rem; }\r\n  .assets{ display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:12px; margin-top:8px; }\r\n  .asset{ background:rgba(0,0,0,.25); border:1px solid rgba(255,255,255,.08); border-radius:12px; padding:14px; display:flex; gap:12px; align-items:center; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }\r\n  .asset:hover{ transform: translateY(-4px) scale(1.01); box-shadow: 0 10px 30px rgba(0,255,255,.12); border-color: rgba(0,255,255,.35); }\r\n  .ico{ width:42px;height:42px;border-radius:12px; display:grid;place-items:center; background:radial-gradient(circle at 30% 30%, rgba(0,255,255,.25), rgba(0,200,255,.12)); border:1px solid rgba(0,255,255,.28); flex-shrink: 0; }\r\n  .ico svg { width:22px; height:22px; color: var(--accent); }\r\n  .asset h4{ margin:0; font-size:16px; color: var(--ink); } .asset small{ color:var(--muted); display:block; margin-top:2px; }\r\n\r\n  \/* ===== Anti-espacios ===== *\/\r\n  .tokenlab-card > *:last-child{ margin-bottom: 0; }\r\n  .tokenlab-sections > .section:last-child{ margin-bottom: 0; }\r\n  .tokenlab-card :where(p, h1, h2, h3, h4, ul, ol):last-child{ margin-bottom: 0; }\r\n  .elementor-widget-container{ padding-bottom: 0 !important; }\r\n\r\n  \/* ======== M\u00d3VIL: CENTRAR Y CONTENER TODO ======== *\/\r\n  @media (max-width: 900px){\r\n    .tokenlab-card{\r\n      padding: 25px;                   \/* menos padding ayuda a contener *\/\r\n      box-shadow: none;                \/* quita \u201cborde de card\u201d si molestaba *\/\r\n    }\r\n\r\n    \/* 1) El grid apila y centra su contenido *\/\r\n    .tokenlab-card .top{\r\n      grid-template-columns: 1fr !important;\r\n      grid-template-areas: \"copy\" \"visual\";\r\n      justify-items: center;           \/* centra celdas *\/\r\n    }\r\n\r\n    \/* 2) Bloque izquierdo (t\u00edtulos) CENTRADO + ancho controlado *\/\r\n    .left{\r\n      justify-self: center;\r\n      text-align: center;\r\n      width: 100%;\r\n      display: flex; flex-direction: column; align-items: center;\r\n    }\r\n    .tokenlab-title{\r\n      margin: 0 auto;\r\n      max-width: 95vw;                 \/* evita desborde por palabras largas *\/\r\n      word-wrap: break-word;\r\n      overflow-wrap: anywhere;\r\n    }\r\n    .tokenlab-sub{\r\n      margin-left: auto; margin-right: auto;\r\n      max-width: min(36ch, 92vw);      \/* subt\u00edtulo acotado y centrado *\/\r\n      padding-inline: 6px;\r\n    }\r\n\r\n    \/* 3) Columna derecha CENTRADA *\/\r\n    .right{\r\n      justify-self: center;\r\n      align-items: center;\r\n      width: 100%;\r\n    }\r\n\r\n    \/* 4) Logo CENTRADO y escalado seguro *\/\r\n    .tokenlab-logo{ justify-content: center !important; width: 100%; }\r\n    .tokenlab-logo-img{\r\n      margin: 0 auto;\r\n      height: 40px;                    \/* ajusta si quieres m\u00e1s grande\/peque\u00f1o *\/\r\n      width: auto; max-width: 70vw;    \/* nunca excede el contenedor *\/\r\n    }\r\n\r\n    \/* 5) Hero (SVG) CENTRADO y contenido *\/\r\n    .hero-graphic{\r\n      margin-left: auto; margin-right: auto;\r\n      transform: none; transform-origin: center;\r\n      width: min(360px, 88vw);         \/* controla ancho total *\/\r\n      max-width: 100%;\r\n    }\r\n\r\n    \/* 6) Halo externo (glow) CENTRADO y m\u00e1s peque\u00f1o *\/\r\n    .glow{\r\n      right: auto; left: 50%; transform: translateX(-50%);\r\n      top: -56px;\r\n      width: 150px; height: 150px;\r\n      filter: blur(14px);\r\n    }\r\n\r\n    \/* 7) Halo interno del SVG: escalar un poco para que no se vaya del borde *\/\r\n    .hero-graphic .halo-ring,\r\n    .hero-graphic .core-halo{\r\n      transform: scale(0.82);\r\n      transform-origin: 200px 200px;\r\n    }\r\n    .hero-graphic .halo-ring{ stroke-width: 6; }\r\n  }\r\n\r\n  \/* ===== Tablet y abajo: grids apilados ===== *\/\r\n  @media (max-width:768px){\r\n    .phases, .offer-cards { grid-template-columns:1fr; }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"tokenlab-card\" role=\"region\" aria-labelledby=\"tk-title\">\r\n  <span class=\"glow\" aria-hidden=\"true\"><\/span>\r\n\r\n  <div class=\"top\">\r\n    <div class=\"left\">\r\n      <h2 id=\"tk-title\" class=\"tokenlab-title\">TokenLab<br>by META Channel<\/h2>\r\n      <p class=\"tokenlab-sub\">A legal and technology platform for the structured and compliant digitization of strategic assets. We design, structure, and execute transactions in accordance with European institutional standards, ensuring full legal traceability.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"right\">\r\n      <!-- LOGO como imagen -->\r\n      <div class=\"tokenlab-logo\">\r\n        <img class=\"tokenlab-logo-img\" src=\"https:\/\/metachannelcorp.com\/wp-content\/uploads\/thegem\/logos\/logo_f7b62a0518e1e8a1aa3bf10c5e75c569_1x.webp\" alt=\"META Channel\" width=\"200\" height=\"48\" decoding=\"async\" loading=\"eager\">\r\n      <\/div>\r\n\r\n      <!-- Hero gr\u00e1fico -->\r\n      <div class=\"hero-graphic\" aria-hidden=\"true\">\r\n        <svg viewbox=\"0 0 400 400\" fill=\"none\">\r\n          <defs>\r\n            <radialgradient id=\"g1\" cx=\"50%\" cy=\"50%\" r=\"60%\">\r\n              <stop offset=\"0%\" stop-color=\"#00FFFF\" stop-opacity=\"0.45\"><\/stop>\r\n              <stop offset=\"60%\" stop-color=\"#00C8FF\" stop-opacity=\"0.20\"><\/stop>\r\n              <stop offset=\"100%\" stop-color=\"#00C8FF\" stop-opacity=\"0\"><\/stop>\r\n            <\/radialgradient>\r\n            <lineargradient id=\"stroke\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\">\r\n              <stop offset=\"0%\" stop-color=\"#00FFFF\"><\/stop>\r\n              <stop offset=\"100%\" stop-color=\"#00C8FF\"><\/stop>\r\n            <\/lineargradient>\r\n          <\/defs>\r\n\r\n          <!-- c\u00edrculo difuso del halo con clase para control en m\u00f3vil -->\r\n          <circle class=\"core-halo\" cx=\"200\" cy=\"200\" r=\"150\" fill=\"url(#g1)\"><\/circle>\r\n          <circle cx=\"200\" cy=\"200\" r=\"120\" stroke=\"url(#stroke)\" stroke-width=\"8\" class=\"halo-ring\"><\/circle>\r\n\r\n          <!-- Cubo animado (posici\u00f3n fija + animaci\u00f3n suave) -->\r\n          <g transform=\"translate(200,200)\">\r\n            <g class=\"cube\">\r\n              <path d=\"M0-70 L60-35 L60 35 L0 70 L-60 35 L-60 -35 Z\" fill=\"#0fe\" fill-opacity=\".18\" stroke=\"url(#stroke)\" stroke-width=\"2\"><\/path>\r\n              <path d=\"M0-70 L60-35 L0 0 L-60 -35 Z\" fill=\"#00f5ff\" fill-opacity=\".25\"><\/path>\r\n              <path d=\"M-60 -35 L0 0 L0 70 L-60 35 Z\" fill=\"#00d8ff\" fill-opacity=\".23\"><\/path>\r\n              <path d=\"M60 -35 L0 0 L0 70 L60 35 Z\" fill=\"#00eaff\" fill-opacity=\".20\"><\/path>\r\n            <\/g>\r\n          <\/g>\r\n\r\n          <g stroke=\"#9be9ff\" stroke-opacity=\".35\">\r\n            <circle cx=\"75\" cy=\"150\" r=\"4\" fill=\"#9be9ff\" class=\"twinkle-dot\"><\/circle>\r\n            <line x1=\"75\" y1=\"150\" x2=\"140\" y2=\"180\"><\/line>\r\n            <circle cx=\"330\" cy=\"110\" r=\"4\" fill=\"#9be9ff\" class=\"twinkle-dot\"><\/circle>\r\n            <line x1=\"330\" y1=\"110\" x2=\"270\" y2=\"140\"><\/line>\r\n            <circle cx=\"320\" cy=\"290\" r=\"4\" fill=\"#9be9ff\" class=\"twinkle-dot\"><\/circle>\r\n            <line x1=\"320\" y1=\"290\" x2=\"250\" y2=\"260\"><\/line>\r\n          <\/g>\r\n        <\/svg>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Resto del contenido (si lo usas) -->\r\n  <div class=\"tokenlab-sections\">\r\n    <section class=\"section\" aria-labelledby=\"que-es\">\r\n      <h3 id=\"que-es\">What is TokenLab?<\/h3>\r\n      <p>TokenLab is META Channel Corporation\u2019s unit for structuring and executing digital assets. We are designers and creators of value.<\/p>\r\n      <p>We specialize in transforming real-world assets (RWAs)\u2014which are currently illiquid or underutilized\u2014into institutional-grade, transferable digital products with liquidity potential. We do not create speculative cryptocurrencies; we build instruments of tangible value with full legal backing.<\/p>\r\n      <p>We operate in accordance with the applicable European regulatory frameworks: MiFID II for tokenized financial instruments (primarily institutional assets), MiCA (EU Regulation 2023\/1114) for non-financial crypto-assets, and the DLT Pilot Regime Regulation (EU 2022\/858) for regulated secondary markets on blockchain-based trading platforms.<\/p>\r\n    <\/section>\r\n\r\n    <section class=\"section\" aria-labelledby=\"metodologia\">\r\n      <h3 id=\"metodologia\">Our Methodology: Legal-Technology Architecture<\/h3>\r\n      <div class=\"phases\">\r\n        <div class=\"phase\">\r\n          <div class=\"tag\">\r\n            <svg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"><\/path><\/svg>\r\n            <span>Phase 1<\/span>\r\n          <\/div>\r\n          <b>The Legal-Regulatory Foundation<\/b>\r\n          <p>Here, we determine the precise regulatory framework for the asset and design the legal framework under MiCA or under European financial instrument regulations, as applicable.<br><br>\n          \n          <strong>This phase includes classifying the asset, designing the issuance structure, defining the rights associated with the token, and drafting the underlying contractual framework.<\/strong>\r\n<\/p>\r\n        <\/div>\r\n        <div class=\"phase\">\r\n          <div class=\"tag\">\r\n            <svg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4\"><\/path><\/svg>\r\n            <span>Phase 2<\/span>\r\n          <\/div>\r\n          <b>Technological Execution<\/b>\r\n          <p>Based on the legal framework, our team of engineers builds the digital asset. We create institutional-grade tokens, program the smart contracts that automate their behavior, and ensure their full interoperability and verifiable technical auditability.<br><br><strong>We develop the complete technical infrastructure: blockchain integration, applicable token standards, corporate event management systems, and technical documentation for audits.<\/strong><\/p>\r\n        <\/div>\r\n        <div class=\"phase\">\r\n          <div class=\"tag\">\r\n            <svg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8V6m0 12v-2.5M2 10.5h16.5M2 13.5h16.5\"><\/path><\/svg>\r\n             <span>Phase 3<\/span>\r\n          <\/div>\r\n          <b>Market Ready Product<\/b>\r\n          <p>We deliver a final tokenized asset: legally sound, technologically robust, and accompanied by the relevant regulatory documentation (MiFID II Prospectus or MiCA White Paper, as applicable), ready for the client or authorized intermediaries to issue and distribute in accordance with applicable regulations.\r\n          <\/p><p><strong>It is crucial to understand our role: TokenLab is the product provider, not the sales channel. We do not act as financial intermediaries, nor do we guarantee placement.<\/strong>\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section\" aria-labelledby=\"oferta\">\r\n      <h3 id=\"oferta\">Our Dual Program<\/h3>\r\n      <div class=\"offer-cards\">\r\n        <div class=\"phase\">\r\n          <h4>Enforcement in EU jurisdictions<\/h4>\r\n          <p><b>Who<\/b> it's <b>for:<\/b> Clients with strategic assets in any European Union member state\r\n<\/p>\r\n          <p><b>How it works:<\/b> We coordinate the necessary legal and technological framework to ensure that the client\u2019s issuing entity can carry out the transaction in accordance with applicable European regulations, always in collaboration with the authorized intermediaries and advisors required by law for each type of asset.\r\n<\/p>\r\n        <\/div>\r\n        <div class=\"phase\">\r\n          <h4>Strategic Hub in the Canary Islands (ZEC)<\/h4>\r\n          <p><b>Who it\u2019s for:<\/b> Projects and companies with European ambitions seeking the ideal platform to establish corporate and operational structures for digital asset projects under European regulatory frameworks, combining maximum legal certainty with an unparalleled tax environment.\r\n<\/p>\r\n          <p><b>How it works:<\/b> When a client chooses this option, we design and set up their investment vehicle or subsidiary in the Canary Islands Special Economic Zone (ZEC), Europe\u2019s most advanced financial innovation hub. We establish your ZEC vehicle with a corporate income tax rate of 4%, in accordance with the requirements set by the ZEC, and provide direct access to the European digital single market.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section\" aria-labelledby=\"zec\">\r\n      <h3 id=\"zec\">The ZEC: A Platform for Any Legitimate Business<\/h3>\r\n\r\n<b><\/b>The Strategic Hub in the Canary Islands is not limited only to tokenization operations, it is nothing more than an operational example. Once the ZEC subsidiary is established, it can be used as an operational base to centralize e-commerce operations, manage R&amp;D&amp;i, channel intellectual property rights, or develop any legal economic activity that benefits from the fiscal and legal environment of the ZEC.<br><br>\r\n\r\nThe use of the ZEC is a strategic option, not a requirement. Any asset can be structured under the corresponding European regulatory framework (MiCA for non-financial cryptoassets or MiFID II \/ Pilot Regime regulations for tokenized financial instruments), regardless of the location of the issuing vehicle in the ZEC.\r\n    <\/section>\r\n\r\n    <section class=\"section\" aria-labelledby=\"activos\">\r\n      <h3 id=\"activos\">Strategic Assets We Tokenize<\/h3>\r\n      <p>We assess the legal and technical feasibility of tokenizing assets, provided they meet the principles of traceability, legality, and identifiable economic value.<\/p>\r\n      <div class=\"assets\">\r\n        <div class=\"asset\">\r\n          <div class=\"ico\">\r\n            <svg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-6-4h.01M19 10h.01\"><\/path><\/svg>\r\n          <\/div>\r\n          <div><h4>Real Estate Assets<\/h4><small>Participation rights on income or developments.<\/small><\/div>\r\n        <\/div>\r\n        <div class=\"asset\">\r\n          <div class=\"ico\">\r\n            <svg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path><\/svg>\r\n          <\/div>\r\n          <div><h4>Energy and Environment<\/h4><small>Renewable energy certificates and carbon credits.<\/small><\/div>\r\n        <\/div>\r\n        <div class=\"asset\">\r\n          <div class=\"ico\">\r\n            <svg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M9.663 17h4.674m-2.337 2v2M9.663 17l.724 2.898m-.724-2.898l-3.232 1.455M14.337 17l-.724 2.898m.724-2.898l3.232 1.455M9.663 17a2.25 2.25 0 10-4.5 0 2.25 2.25 0 004.5 0zM14.337 17a2.25 2.25 0 10-4.5 0 2.25 2.25 0 004.5 0zM12 4.5v15M9.663 17l-3.181 2.898M14.337 17l3.181 2.898m-6.362-5.796a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z\"><\/path><\/svg>\r\n          <\/div>\r\n          <div><h4>Intellectual Property (IP)<\/h4><small>Future patent, copyright and trademark royalties.<\/small><\/div>\r\n        <\/div>\r\n        <div class=\"asset\">\r\n          <div class=\"ico\">\r\n            <svg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 6.5h.01M16 6.5h.01M12 10.5h.01M16 10.5h.01M12 14.5h.01M16 14.5h.01M12 18.5h.01M16 18.5h.01M9 20h6a2 2 0 002-2V6a2 2 0 00-2-2H9a2 2 0 00-2 2v12a2 2 0 002 2z\"><\/path><\/svg>\r\n          <\/div>\r\n          <div><h4>Contractual Assets<\/h4><small>Rights over contracts or future income streams.<\/small><\/div>\r\n        <\/div>\r\n        <div class=\"asset\">\r\n          <div class=\"ico\">\r\n            <svg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M11.049 2.927c.435-.615 1.488-.615 1.923 0l2.365 3.327L18.8 8.74c.64.28.895 1.096.536 1.637l-2.096 3.012a1.2 1.2 0 00-.28 1.44l1.32 1.916a1.2 1.2 0 01-.192 1.57l-1.92 1.344c-.75.526-1.844.25-2.28-.51L10 16.91l-1.92 1.344a1.2 1.2 0 01-.192-1.57l1.32-1.916a1.2 1.2 0 00-.28-1.44L4.2 10.377c-.359-.54-.104-1.357.536-1.637l2.365-2.486L11.05 2.927z\"><\/path><\/svg>\r\n          <\/div>\r\n          <div><h4>Single-Value Assets<\/h4><small>Works of art and other high-value assets.<\/small><\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"section\" aria-labelledby=\"inicie\">\r\n      <h3 id=\"inicie\">Start Organizing Your Assets<\/h3>\r\n      <p>If your company owns strategic assets, the next step is to take action. We will design a customized legal and technological framework to transform their value into an institutional-grade digital product.<br> \u201cMETA Channel Corporation acts exclusively as a technology and legal structuring provider. It does not engage in the issuance, placement, brokerage, or custody of financial instruments or cryptoassets. Where applicable regulations reserve such activities for authorized entities, they must be carried out by duly authorized intermediaries.\u201d<\/p>\r\n    <\/section>\r\n  <\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>TokenLab byMETA Channel A legal-technology platform for the regulated structuring and digitalization of strategic assets. We design, structure and execute&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":38443,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-fullwidth.php","meta":{"footnotes":""},"class_list":["post-38429","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/metachannelcorp.com\/en\/wp-json\/wp\/v2\/pages\/38429","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metachannelcorp.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/metachannelcorp.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/metachannelcorp.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/metachannelcorp.com\/en\/wp-json\/wp\/v2\/comments?post=38429"}],"version-history":[{"count":2,"href":"https:\/\/metachannelcorp.com\/en\/wp-json\/wp\/v2\/pages\/38429\/revisions"}],"predecessor-version":[{"id":38835,"href":"https:\/\/metachannelcorp.com\/en\/wp-json\/wp\/v2\/pages\/38429\/revisions\/38835"}],"up":[{"embeddable":true,"href":"https:\/\/metachannelcorp.com\/en\/wp-json\/wp\/v2\/pages\/38443"}],"wp:attachment":[{"href":"https:\/\/metachannelcorp.com\/en\/wp-json\/wp\/v2\/media?parent=38429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}