Giter VIP home page Giter VIP logo

incentives-proposal's Introduction

License: AGPL v3 Build pass codecov

Aave incentives proposal

Introduction

This repo contains the code and implementation of the contracts used to activate the liquidity mining program on the main market of the Aave protocol.

Implementation

The rewards are distributed in the form of stkAAVE, which is obtained by staking Aave in the Safety Module Staking contract located at https://etherscan.io/address/0x4da27a545c0c5b758a6ba100e3a049001de870f5.

The incentives controller contract, StakedTokenIncentivesController, stakes the rewards while transferring the obtained stkAAVE to the claiming user.

The implementation logic is defined as follow:

  • Each asset has a defined emissionPerSecond
  • For each asset, an assetIndex keeps track of the total accumulated rewards
  • For each user, a userIndex keeps track of the user accumulated rewards
  • On handleAction(), that is triggered whenever an aToken/debt Token is minted/burned by a user, the userIndex and the assetIndex are accumulated depending on the time passed since the last action
  • At any point in time the user pending rewards can be queried through the getRewardsBalance() function

incentives-proposal's People

Contributors

kartojal avatar the-3d avatar

Watchers

 avatar

Forkers

antdao

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.