astroport-voting-escrow

Crates.ioastroport-voting-escrow
lib.rsastroport-voting-escrow
version1.2.0
sourcesrc
created_at2024-06-20 10:37:00.195164
updated_at2024-12-09 13:52:37.522523
descriptionAstroport Vote Escrowed xASTRO (vxASTRO)
homepagehttps://astroport.fi
repositoryhttps://github.com/astroport-fi/astroport-governance
max_upload_size
id1277848
size71,021
Timofey (epanchee)

documentation

README

Vote Escrowed Staked ASTRO (vxASTRO)

The vxASTRO contract enables xASTRO token holders to stake their tokens and participate in Emissions Voting.

Features

  • Indefinite Locking: Tokens are locked indefinitely, with an option for users to request unlocking at any time.
  • Unlocking Period: The unlocking process takes 14 days.
  • Voting Power: vxASTRO voting power is always equivalent to the underlying xASTRO share.
  • Governance: vxASTRO holders retain their voting power in Astroport Governance while their xASTRO is locked.
  • Non-Transferable: vxASTRO tokens are not transferable.
  • CW20 Queries: The contract implements several CW20 queries to function like a CW20 token for query purposes, useful for wallet views.
  • Emissions Controller Interaction: The contract interacts with the Emissions Controller whenever a user's balance changes, updating the user's contribution in Emissions Voting.

Usage

vxASTRO allows holders to influence liquidity flows and participate in the governance of the Astroport.

vxASTRO diagram

Commit count: 414

cargo fmt