Rebasing Token

Definition pending verification.

Rebasing token, 또는 elastic supply token이라고도 알려진 이 토큰은 가격이 목표 가격 또는 페그(peg)에 상대적으로 조정됨에 따라 총 공급량이 알고리즘적으로 조정되는 암호화폐입니다. 담보화 또는 알고리즘 메커니즘을 통해 안정적인 가격을 유지하는 stablecoin과 달리, rebasing token은 사용자 지갑의 공급량을 직접 변경합니다. 토큰의 시장 가격이 목표 가격보다 높으면 공급량이 증가합니다(positive rebase). 이때 새로운 토큰은 모든 보유자에게 비례적으로 분배됩니다. 반대로 시장 가격이 목표 가격보다 낮아지면 공급량이 감소합니다(negative rebase). 이는 각 지갑이 보유한 토큰 수를 비례적으로 줄입니다. 이 메커니즘은 명시적인 시장 매수/매도 주문 없이 공급량을 조정하여 안정적인 가격을 유지하거나 특정 시장 행동을 장려하는 것을 목표로 합니다. rebase 이벤트는 일반적으로 고정된 간격(예: 8시간마다)으로 발생합니다. 과제는 페그를 유지하고 rebase 메커니즘이 감지하기 어려운 부의 재분배 또는 rebase 시점 주변의 가격 조작에 대한 취약성과 같은 의도하지 않은 결과를 초래하지 않도록 하는 것입니다. 각 토큰의 가치는 동일하게 유지되지만 토큰의 수는 변경됩니다.

        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;

      

🧒 5살도 이해할 수 있게 설명

은행 계좌의 돈이 매일 수량이 마법처럼 늘어나거나 줄어들지만, 가지고 있는 총 가치는 고무줄처럼 늘어나거나 줄어드는 것처럼 동일하게 유지된다고 상상해 보세요.

🤓 Expert Deep Dive

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

🔗 관련 용어

선행 지식:

📚 출처