pkiage commited on
Commit
8ceebfd
1 Parent(s): 188379c

Update README

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -138,6 +138,13 @@ Other:
138
  >* Appropriate human oversight measures to minimise risk;
139
  >* High level of robustness, security and accuracy."
140
 
 
 
 
 
 
 
 
141
 
142
  # Docs creation
143
  ## [pydeps](https://github.com/thebjorn/pydeps) Python module depenency visualization
@@ -181,11 +188,4 @@ code2flow src/models/util_predict_model.py -o docs/call-graph/util_predict_model
181
  ```shell
182
  code2flow src/models/util_model_comparison.py -o docs/call-graph/util_model_comparison.svg
183
  ```
184
- [A list of open problems in DeFi](https://mirror.xyz/0xemperor.eth/0guEj0CYt5V8J5AKur2_UNKyOhONr1QJaG4NGDF0YoQ?utm_source=tldrnewsletter)
185
- * Automated risk scoring of lending borrowing pools -> Increasingly important problem
186
- * One alternative way of looking at the problem would be, looking at a function for calculating the probability of default given the pool of assets you have.
187
- * Managing Risk for lenders and distributing risk/ Undercollateralized Loans
188
- * Tradfi is plagued by NPAs [(Nonperforming assets)] but still ultimately fall back to some sort of credit score establishment [[Spectral finance](https://www.spectral.finance/) solving this, but still an open problem].
189
- * But still, most credit score methods would rely on onchain history for credit establishment, we are moving towards privacy-centric defi is this approach extendable to that idea? [Homomorphic encryption could provide a solution]
190
-
191
 
 
138
  >* Appropriate human oversight measures to minimise risk;
139
  >* High level of robustness, security and accuracy."
140
 
141
+ [A list of open problems in DeFi](https://mirror.xyz/0xemperor.eth/0guEj0CYt5V8J5AKur2_UNKyOhONr1QJaG4NGDF0YoQ?utm_source=tldrnewsletter)
142
+ * Automated risk scoring of lending borrowing pools -> Increasingly important problem
143
+ * One alternative way of looking at the problem would be, looking at a function for calculating the probability of default given the pool of assets you have.
144
+ * Managing Risk for lenders and distributing risk/ Undercollateralized Loans
145
+ * Tradfi is plagued by NPAs [(Nonperforming assets)] but still ultimately fall back to some sort of credit score establishment [[Spectral finance](https://www.spectral.finance/) solving this, but still an open problem].
146
+ * But still, most credit score methods would rely on onchain history for credit establishment, we are moving towards privacy-centric defi is this approach extendable to that idea? [Homomorphic encryption could provide a solution]
147
+
148
 
149
  # Docs creation
150
  ## [pydeps](https://github.com/thebjorn/pydeps) Python module depenency visualization
 
188
  ```shell
189
  code2flow src/models/util_model_comparison.py -o docs/call-graph/util_model_comparison.svg
190
  ```
 
 
 
 
 
 
 
191