Rebasing Token
Definition pending verification.
Rebasing token, znany również jako elastic supply token, to kryptowaluta, której całkowita podaż dostosowuje się algorytmicznie w oparciu o jej cenę w stosunku do ceny docelowej lub peg. W przeciwieństwie do stablecoinów, które utrzymują stabilną cenę poprzez zabezpieczenie lub mechanizmy algorytmiczne, rebasing tokeny bezpośrednio zmieniają swoją podaż w portfelach użytkowników. Gdy cena rynkowa tokena jest powyżej ceny docelowej, podaż rośnie (positive rebase), dystrybuując nowe tokeny proporcjonalnie do wszystkich posiadaczy. I odwrotnie, gdy cena rynkowa spada poniżej ceny docelowej, podaż maleje (negative rebase), proporcjonalnie zmniejszając liczbę tokenów posiadanych przez każdy portfel. Mechanizm ten ma na celu utrzymanie stabilnej ceny lub zachęcenie do określonych zachowań rynkowych poprzez dostosowanie podaży bez wyraźnych zleceń kupna/sprzedaży. Zdarzenie rebase zazwyczaj ma miejsce w ustalonych odstępach czasu (np. co 8 godzin). Wyzwaniem jest utrzymanie peg i zapewnienie, że mechanizm rebase nie prowadzi do niezamierzonych konsekwencji, takich jak niedostrzegalna redystrybucja bogactwa lub podatność na manipulację cenami w okolicach czasu rebase. Wartość każdego tokena pozostaje taka sama, ale zmienia się liczba tokenów.
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;
🧒 Wyjaśnij jak 5-latkowi
Wyobraź sobie, że ilość twoich pieniędzy w banku magicznie rośnie lub maleje każdego dnia, ale całkowita wartość, którą posiadasz, pozostaje taka sama, jak rozciągająca się lub kurcząca gumka.
🤓 Expert Deep Dive
Rebasing tokens employ smart contracts to execute supply adjustments based on price feeds, often derived from decentralized [oracles](/pl/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](/pl/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.