WispSwap whitepaper
  • ⏺️Overview
  • πŸŽ‡Launch & Enchated Pools
  • 🀝Business Enquiries
  • products
    • πŸ™ŒGetting Started
    • πŸ”„Token Swap
      • ↕️Concentrated Liquidity Market Maker
      • ⬆️Asymmetric Liquidity Market Maker
      • πŸ’§ Liquidity Pools
        • πŸ“ΌPool Types
        • πŸ’ΉZap
      • πŸ–ΌοΈspNFT
        • πŸ“°Properties
        • ⚑Yield farming
    • ⭐LSDfi
      • Overview
      • Background
        • LSTfi Challenges
        • Solutions with wispSUI
      • WispSUI
        • Risk mitigation
        • Basket composition
        • Basket rebalancing mechanism
      • vdAMM: Validator Decentralization Automated Market Maker
        • Overview
        • Fees structure
      • Integrating with wispSui
        • Developemt progress
        • Contract addresses
        • Minting wispSui
        • Swapping between LSTs
        • Other view functions
      • How to
        • Mint wispSUI with SUI
        • Mint wispSUI with LSTs
        • Swap between LSTs
        • Stake wispSUI
        • Withdraw wispSUI into LSTs
    • πŸ†Wisp-Prediction
      • 🀼Binary Option Prediction Market
      • πŸ–‡οΈCross-chain Prediction Protocol
      • ❔Wisp-Prediction FAQ
    • πŸ”ŒveWISP Plug-ins
      • 🀜Farm Boosting
      • πŸ”…Dividends Pool
      • ✍️Voting
    • πŸŒ‰Cross-Chain Bridge
  • Tokenomics
    • πŸ‘ΎWISP
    • πŸ‘½veWISP
    • πŸ’³Protocol earnings
    • πŸ”₯Deflation Mechanism
  • references
    • 🎯Roadmap
    • πŸ›‘οΈAudit
    • ♾️Official Links
    • πŸ—ƒοΈMedia Kit
    • ❔General FAQ
Powered by GitBook
On this page
  1. products
  2. LSDfi
  3. Integrating with wispSui

Other view functions

The following section details how to view wispSui's information

public fun supported_lsts(registry: &LSDFIPoolRegistry): &VecSet<TypeName>
public fun available_balances(registry: &LSDFIPoolRegistry): &Table<TypeName, u64>
public fun max_diff_weights(registry: &LSDFIPoolRegistry): &Table<TypeName, u64>
public fun risk_coefficients(registry: &LSDFIPoolRegistry): &Table<TypeName, u64>
public fun wispSUI_treasury(registry: &LSDFIPoolRegistry): &Option<TreasuryCap<WISPSUI>>
public fun acceptable_result_time(registry: &LSDFIPoolRegistry): u64
public fun slope(registry: &LSDFIPoolRegistry): u64
public fun base_fee(registry: &LSDFIPoolRegistry): u64
public fun redemption_fee(registry: &LSDFIPoolRegistry): u64
public fun sui_split_bps(registry: &LSDFIPoolRegistry): u64
PreviousSwapping between LSTsNextHow to

Last updated 1 year ago

⭐