Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 2.09 KB

File metadata and controls

59 lines (37 loc) · 2.09 KB

Cetus Token Interface

Cetus, xCetus, Dividends

Concepts

CETUS is the main token of the Cetus Protocol, while xCETUS is the Cetus escrowed token to unlock more utilities such as staking, governance, etc. CETUS can be converted into xCETUS instantly at any time, while xCETUS can be redeemed back to CETUS upon a vesting period. A different redemption ratio will be applied depending on the actual vesting duration selected.

Details: https://cetus-1.gitbook.io/cetus-docs/tokenomics/cetus

Dividends is the protocol to manage bonus about xcetus. User can use redeem_v2 to collect multi bonus.

VeNFT

VeNFT is used for holding the xCetus.

Tags corresponding to different networks

  1. XCetus
Tag of Repo Network Latest published at address
mainnet-v1.24.0 mainnet 0x9e69acc50ca03bc943c4f7c5304c2a6002d507b51c11913b247159c60422c606
testnet-v1.24.0 testnet 0xdebaab6b851fd3414c0a62dbdf8eb752d6b0d31f5cfce5e38541bc6c6daa8966

eg:

mainnet:

xcetus = { git = "https://github.com/CetusProtocol/cetus-clmm-interface.git", subdir = "sui/token/xcetus", rev = "mainnet-v1.24.0" }

testnet:

xcetus = { git = "https://github.com/CetusProtocol/cetus-token-interface.git", subdir = "sui/token/xcetus", rev = "testnet-v1.24.0" }
  1. Dividend
Tag of Repo Network Latest published at address
mainnet-v1.24.0 mainnet 0xcec352932edc6663a118e8d64ed54da6b8107e8719603bf728f80717592cd9e8
testnet-v1.24.0 testnet 0x20d948d640edd0c749f533d41efc5f843f212d441220324ad7959c6e1d281828

eg:

mainnet:

dividend = { git = "https://github.com/CetusProtocol/cetus-clmm-interface.git", subdir = "sui/token/dividend", rev = "mainnet-v1.24.0" }

testnet:

dividend = { git = "https://github.com/CetusProtocol/cetus-clmm-interface.git", subdir = "sui/token/dividend", rev = "testnet-v1.24.0" }