Rebasing Token

Definition pending verification.

Un rebasing token, también conocido como elastic supply token, es una criptomoneda cuyo suministro total se ajusta algorítmicamente en función de su precio en relación con un precio objetivo o peg. A diferencia de las stablecoins que mantienen un precio estable a través de colateralización o mecanismos algorítmicos, los rebasing tokens cambian su suministro directamente en las billeteras de los usuarios. Cuando el precio de mercado del token está por encima del precio objetivo, el suministro aumenta (positive rebase), distribuyendo los nuevos tokens proporcionalmente a todos los holders. Por el contrario, cuando el precio de mercado cae por debajo del precio objetivo, el suministro disminuye (negative rebase), reduciendo proporcionalmente el número de tokens en cada billetera. Este mecanismo tiene como objetivo mantener un precio estable o incentivar ciertos comportamientos del mercado ajustando la oferta sin órdenes explícitas de compra/venta en el mercado. El evento de rebase suele ocurrir a intervalos fijos (por ejemplo, cada 8 horas). El desafío radica en mantener el peg y asegurar que el mecanismo de rebase no genere consecuencias no deseadas, como una redistribución de riqueza imperceptible o susceptibilidad a la manipulación de precios en torno a los tiempos de rebase. El valor de cada token sigue siendo el mismo, pero el número de tokens cambia.

        graph LR
  Center["Rebasing Token"]:::main
  Pre_cryptography["cryptography"]:::pre --> Center
  click Pre_cryptography "/terms/cryptography"
  Rel_advanced_propulsion_systems["advanced-propulsion-systems"]:::related -.-> Center
  click Rel_advanced_propulsion_systems "/terms/advanced-propulsion-systems"
  Rel_von_neumann_architecture["von-neumann-architecture"]:::related -.-> Center
  click Rel_von_neumann_architecture "/terms/von-neumann-architecture"
  Rel_undercollateralized_lending["undercollateralized-lending"]:::related -.-> Center
  click Rel_undercollateralized_lending "/terms/undercollateralized-lending"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Explícalo como si tuviera 5 años

Imagina que el dinero en tu cuenta bancaria aumenta o disminuye mágicamente en cantidad cada día, pero el valor total que tienes sigue siendo el mismo, como una banda elástica que se estira o se encoge.

🤓 Expert Deep Dive

Rebasing tokens employ smart contracts to execute supply adjustments based on price feeds, often derived from decentralized [oracles](/es/terms/decentralized-oracles). The core logic involves calculating a rebase ratio derived from the deviation of the token's market price from its target peg. This ratio is then applied to each wallet's balance. A common implementation uses a multiplier or divisor based on the price deviation. Potential vulnerabilities include [oracle manipulation](/es/terms/oracle-manipulation), where an attacker could influence the price feed to trigger favorable rebases, or front-running attacks where traders attempt to exploit the rebase event for profit. The economic sustainability of a rebasing token heavily relies on the effectiveness of its incentive mechanisms to guide the price towards the target peg. If the price consistently deviates significantly, the constant supply adjustments can erode user confidence and lead to hyperinflation or deflationary spirals. The user experience can also be challenging, as balances change unpredictably.

🔗 Términos relacionados

Requisitos previos:

📚 Fuentes