Staking

This contract allows you to deposit assets or tokens to earn extra assets or tokens based on APY

APY means Annual Percentage Yield

Compounding frequency by monthly, quarterly, bi-yearly, yearly

Features

  • Multi-Token or Multi-asset configuration

  • APY In-Contract Calculator

Variants:

  1. Non-Shard with Unified and Multi-Token Configuration

  2. Non-Shard with Individual and Multi-Token Config

Operations

  • deposit

  • redeem

Getters

  • get_staking_data(account_addr, wallet_addr) ->

  • get_earned_of(account_addr)

  • get_withdrawn_of

Last updated