CarmineOptions / derisk-research

MIT License
4 stars 14 forks source link

ODHack: Create a stablecoin bundle that includes USDC, USDT, and DAI, assuming full liquidity between these three stablecoins #94

Open lukaspetrasek opened 2 months ago

lukaspetrasek commented 2 months ago

"Create a stablecoin bundle that includes USDC, USDT, and DAI, assuming full liquidity between these three stablecoins.

Steps: 1) Load the data for the main chart from the Google Storage. For example, https://storage.googleapis.com/derisk-persistent-state/zklend_data/ETH-USDC.parquet is the file for the pair ETH-USDC for zkLend. It contains price levels and the corresponding amounts of liquidable debt for the given price level. Write the loading part in a way that the source can be easily changed from the Google Storage to a local database. 2) Combine pairs with the same collateral token, e.g. ""ETH-USDC"", ""ETH-USDT"" and ""ETH-DAI"" into a single dataframe by summing both the liquidable debt and the available liquidity. 3) Add an option to display the newly created bundle on the frontend."

Definition od Done The aggregation is made correctly and the code functions well and is documented, there's an option to display all 3 stablecoins in a single chart on the dashboard.

princeibs commented 2 months ago

Can I hop on this?

everest275 commented 2 months ago

Hello! How can I contribute to this project?

SantoshAdabala commented 2 months ago

"Create a stablecoin bundle that includes USDC, USDT, and DAI, assuming full liquidity between these three stablecoins.

Steps:

  1. Load the data for the main chart from the Google Storage. Write the loading part in a way that the source can be easily changed from the Google Storage to a local database.
  2. Combine pairs with the same collateral token, e.g. ""ETH-USDC"", ""ETH-USDT"" and ""ETH-DAI"" into a single dataframe by summing both the liquidable debt and the available liquidity.
  3. Add an option to display the newly created bundle on the frontend."

Definition od Done The aggregation is made correctly and the code functions well and is documented, there's an option to display all 3 stablecoins in a single chart on the dashboard.

Can I help you on this issue

lukaspetrasek commented 2 months ago

Hi, assigning @princeibs, because this task is quite simple and they asked first.

@princeibs Let me know if everything is clear and whether you'll be working on the issue. If you have any questions, please ask here. What is you TG handler please? ๐Ÿ™๐Ÿผ

Consider joining our TG group. See also our contributor guidelines.

princeibs commented 2 months ago

Hi, assigning @princeibs, because this task is quite simple and they asked first.

@princeibs Let me know if everything is clear and whether you'll be working on the issue. If you have any questions, please ask here. What is you TG handler please? ๐Ÿ™๐Ÿผ

Consider joining our TG group. See also our contributor guidelines.

Sure. Everything is clear. I'll reach out if I have any questions. My TG handle is prince_ibs

lukaspetrasek commented 2 months ago

Hi @princeibs , is there any progress on this? Don't see any open PR yet.

princeibs commented 2 months ago

Still working on it. Will be creating a PR asap

lukaspetrasek commented 1 month ago

Hi @princeibs , did you make any progress on this?

rishabhRsinghvi commented 1 month ago

Hi @lukaspetrasek if @princeibs is not working on it anymore, can I do this?

lindsaymoralesb commented 1 month ago

Hi @lukaspetrasek I would like to help with this missing issue. It wouldn't take me more than a couple of days for the PR to be ready for review.

lukaspetrasek commented 1 month ago

Hi @rishabhRsinghvi , assigning you, because you've asked first.

Let me know if everything is clear and whether you'll be working on the issue. If you have any questions, please ask here. What is you TG handler please? ๐Ÿ™๐Ÿผ

Consider joining our TG group. See also our contributor guidelines.

rishabhRsinghvi commented 1 month ago

@lukaspetrasek Everything is clear, I will work on it, and I have joined the TG group too.

lukaspetrasek commented 1 week ago

Hi @rishabhRsinghvi , any update on this?

danielcdz commented 1 week ago

Hello @lukaspetrasek! I contributed in the past to this project, I can help you with this issue if it gets available