Rebasing Token

Definition pending verification.

Um rebasing token, also known as a elastic supply token, é uma criptomoeda cuja total supply se ajusta algorítmicamente com base no seu preço em relação a um target price ou peg. Ao contrário de stablecoins que mantêm um preço estável através de collateralization ou mecanismos algorítmicos, rebasing tokens alteram a sua supply diretamente nas carteiras dos utilizadores. Quando o market price do token está acima do target price, a supply aumenta (positive rebase), distribuindo os novos tokens proporcionalmente a todos os holders. Inversamente, quando o market price desce abaixo do target price, a supply diminui (negative rebase), reduzindo proporcionalmente o número de tokens detidos por cada carteira. Este mecanismo visa manter um preço estável ou incentivar certos comportórios de mercado ajustando a supply sem explicit market buy/sell orders. O rebase event ocorre tipicamente em intervalos fixos (e.g., a cada 8 horas). O desafio reside em manter o peg e garantir que o rebase mechanism não leva a consequências não intencionais, como redistribuição de riqueza impercetível ou suscetibilidade à manipulação de preço em torno dos tempos de rebase. O valor de cada token permanece o mesmo, mas o número de tokens muda.

        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;

      

🧒 Explique como se eu tivesse 5 anos

Imagine que o seu dinheiro no banco aumenta ou diminui magicamente em quantidade todos os dias, mas o valor total que você tem permanece o mesmo, como um elástico esticando ou encolhendo.

🤓 Expert Deep Dive

Rebasing tokens employ smart contracts to execute supply adjustments based on price feeds, often derived from decentralized [oracles](/pt/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](/pt/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.

🔗 Termos relacionados

Pré-requisitos:

📚 Fontes