michael-spengler / blockchain-technologie-und-anwendungsgebiete-vorlesungsreihe

Blockchain Technologie Vorlesungsreihe
11 stars 4 forks source link

Decentralized Volatility Farming #2

Open michael-spengler opened 2 years ago

michael-spengler commented 2 years ago

creating open source modules (TypeScript in Deno) and Smart Contracts (Solidity in EVM) along the way...

michael-spengler commented 2 years ago

becoming independent from centralized exchanges like bybit, binance etc.

michael-spengler commented 2 years ago

wichtig: soll nicht zum dummen zocken animieren sondern dazu strukturiert manipulationsinduzierte Volatilität zu exploiten.

https://hummingbot.io/en/

https://deno.land/x/exchange_connectors

michael-spengler commented 2 years ago

https://deno.land/x/exchange_connectors

michael-spengler commented 2 years ago

https://trade.stage.dydx.exchange/portfolio/overview

michael-spengler commented 2 years ago

https://github.com/dydxprotocol/v3-client/blob/master/src/modules/onboarding.ts#L50-L78

patpatwithhat commented 2 years ago

create starkkey: https://starkbank.com/faq/how-to-create-ecdsa-keys

patpatwithhat commented 2 years ago

dydx discord: https://discord.gg/BTBmKUBp Habe da mal das deno Problem gepostet. Vlt reagiert ja wer.

michael-spengler commented 2 years ago

Decentralized Oracle Network aufbauen... Felix, Nikita + Frederic Referat anbieten ...

Status Quo des Projektes darstellen - delegierbare tasks vorstellen ....

michael-spengler commented 2 years ago

Für diese Vorlesungsreihe setzen wir wahrscheinlich auf

https://www.npmjs.com/package/@dydxprotocol/v3-client ... in der NodeJS runtime.

michael-spengler commented 2 years ago

UI for potential investors + Open Source Strategy Developers

michael-spengler commented 2 years ago

As a I want to in order to .

As an investor I want to invest 0.5 Ether to Decentralized VoFarm Strategy #20 in order to increase my capital.

As an Open Source developer I want to publish my self-developed Decentralized VoFarm Strategy in order to attract Investor Capital in order to gain from the profits (e.g. 0.1 % of PNL).

michael-spengler commented 2 years ago

DyDx: Option 1: Wir nutzen nodejs

Option 2: wir nutzen deno und gehen nicht über den dydx client sonder über konkrete endpoint (auth... challegenge)

michael-spengler commented 2 years ago

Alexander, Jannis, Patrick ... exchange connectors npm library...

patpatwithhat commented 2 years ago

Moin, habe die erste Version gepublished auf npmjs.com: https://www.npmjs.com/package/dydx_nodejs_connector

Die eine algo Strategie ist hier gepublished: https://github.com/patpatwithhat/algo_trading_strategies

Wenn ihr eigene Strategien entwickeln wollt und im connector noch Erweiterungen braucht, gebt Bescheid.