Aave V2 User Retention Dashboard and Funnel Analysis
Implement User retention dashboard for Aave V2 protocol with below features:
User retention system flow
Funnel Anlaysis
Discussion with Stake holders
Had detailed discussion with Aave team Stani, David others regarding their analytics needs.
Learnt that for Aave team, user retention analytics is must need. In only short frame of 2 month, there are already more 100k+ transactions.
Using the retention cohort analysis, we will be track how Aave users are performing on week by week basis
This analysis can be used to identify the success of feature adoption rate and churn rates as time progresses
Funnel analysis help identify barriers that cause users to leave before reaching a conversion point.
Technology Stack
Typescript
Postgres database
Sequelize Postgres client
moment for datetime parsing
Dashboard and code is hosted on AWS
Making funnel query was tricky because complex SQL knowledge is needed. Learnt temporary tables in SQL and used nested temporary tables in the query.