From a96345633c2d000b4b74ca3882d55aa619093285 Mon Sep 17 00:00:00 2001 From: nitish-91 <31781356+nitish-91@users.noreply.github.com> Date: Tue, 30 Apr 2024 03:13:07 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fc1dd1f..1da26f36 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Goal: **Hourly snapshot of TVL by User by Asset** For each protocol, we are looking for the following: 1. Query that fetches all relevant events required to calculate User TVL in the Protocol at hourly level. 2. Code that uses the above query, fetches all the data and converts it to csv file in below given format. +3. Token amount should be raw token amount. Please do not divide by decimals. Teams can refer to the example we have in there to write the code required.